File tree Expand file tree Collapse file tree
root/etc/s6-overlay/s6-rc.d Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ ENV DISPLAY=:1 \
5858 SELKIES_INTERPOSER=/usr/lib/selkies_joystick_interposer.so \
5959 NVIDIA_DRIVER_CAPABILITIES=all \
6060 DISABLE_ZINK=false \
61+ DISABLE_DRI3=false \
6162 TITLE=Selkies
6263
6364RUN \
Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ ENV DISPLAY=:1 \
5858 SELKIES_INTERPOSER=/usr/lib/selkies_joystick_interposer.so \
5959 NVIDIA_DRIVER_CAPABILITIES=all \
6060 DISABLE_ZINK=false \
61+ DISABLE_DRI3=false \
6162 TITLE=Selkies
6263
6364RUN \
Original file line number Diff line number Diff line change @@ -56,7 +56,6 @@ if [ ! -z ${DEV_MODE+x} ]; then
5656 --mode="websockets"
5757fi
5858
59-
6059# Start Selkies
6160exec s6-setuidgid abc \
6261 selkies \
Original file line number Diff line number Diff line change 88if [ ! -z ${DRINODE+x} ]; then
99 VFBCOMMAND="-vfbdevice ${DRINODE}"
1010fi
11+ if [ "${DISABLE_DRI3}" != "false" ]; then
12+ VFBCOMMAND=""
13+ fi
1114DEFAULT_RES="15360x8640"
1215if [ ! -z ${MAX_RES+x} ]; then
1316 DEFAULT_RES="${MAX_RES}"
You can’t perform that action at this time.
0 commit comments