File tree Expand file tree Collapse file tree
root/etc/s6-overlay/s6-rc.d/svc-xorg Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -223,6 +223,7 @@ RUN \
223223 -e '/debian-menu/d' \
224224 -e 's|</applications>| <application class="*"><maximized>yes</maximized></application>\n </applications>|' \
225225 -e 's|</keyboard>| <keybind key="C-S-d"><action name="ToggleDecorations"/></keybind>\n </keyboard>|' \
226+ -e 's|<number>4</number>|<number>1</number>|' \
226227 /etc/xdg/openbox/rc.xml && \
227228 echo "**** user perms ****" && \
228229 sed -e 's/%sudo ALL=(ALL:ALL) ALL/%sudo ALL=(ALL:ALL) NOPASSWD: ALL/g' \
Original file line number Diff line number Diff line change @@ -221,6 +221,7 @@ RUN \
221221 -e '/debian-menu/d' \
222222 -e 's|</applications>| <application class="*"><maximized>yes</maximized></application>\n</applications>|' \
223223 -e 's|</keyboard>| <keybind key="C-S-d"><action name="ToggleDecorations"/></keybind>\n</keyboard>|' \
224+ -e 's|<number>4</number>|<number>1</number>|' \
224225 /etc/xdg/openbox/rc.xml && \
225226 echo "**** user perms ****" && \
226227 sed -e 's/%sudo ALL=(ALL:ALL) ALL/%sudo ALL=(ALL:ALL) NOPASSWD: ALL/g' \
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ All application settings are passed via environment variables:
4343| DISABLE_ZINK | Do not set the Zink environment variables if a video card is detected (userspace applications will use CPU rendering) |
4444| WATERMARK_PNG | Full path inside the container to a watermark png IE ` /usr/share/selkies/www/icon.png ` |
4545| WATERMARK_LOCATION | Where to paint the image over the stream integer options below |
46- | MAX_RES | Pass a larger maximum resolution for the container default is 8k ` 7680x4320 ` |
46+ | MAX_RES | Pass a larger maximum resolution for the container default is 16k ` 15360x8640 ` |
4747
4848* 1 - Top Left
4949* 2 - Top Right
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ full_custom_readme: |
4747 | DISABLE_ZINK | Do not set the Zink environment variables if a video card is detected (userspace applications will use CPU rendering) |
4848 | WATERMARK_PNG | Full path inside the container to a watermark png IE `/usr/share/selkies/www/icon.png` |
4949 | WATERMARK_LOCATION | Where to paint the image over the stream integer options below |
50- | MAX_RES | Pass a larger maximum resolution for the container default is 8k `7680x4320 ` |
50+ | MAX_RES | Pass a larger maximum resolution for the container default is 16k `15360x8640 ` |
5151
5252 * 1 - Top Left
5353 * 2 - Top Right
Original file line number Diff line number Diff line change 88if [ ! -z ${DRINODE+x} ]; then
99 VFBCOMMAND="-vfbdevice ${DRINODE}"
1010fi
11- DEFAULT_RES="7680x4320 "
11+ DEFAULT_RES="15360x8640 "
1212if [ ! -z ${MAX_RES+x} ]; then
1313 DEFAULT_RES="${MAX_RES}"
1414fi
You can’t perform that action at this time.
0 commit comments