Skip to content

Commit d0841e4

Browse files
committed
pull zink export wayland
1 parent b292867 commit d0841e4

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

root/defaults/startwm_wayland.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
#!/bin/bash
22

3-
# Enable Nvidia GPU support if detected
4-
if which nvidia-smi > /dev/null 2>&1 && ls -A /dev/dri 2>/dev/null && [ "${DISABLE_ZINK}" == "false" ]; then
5-
export LIBGL_KOPPER_DRI2=1
6-
export MESA_LOADER_DRIVER_OVERRIDE=zink
7-
export GALLIUM_DRIVER=zink
8-
fi
9-
103
# Launch DE
114
setterm blank 0
125
setterm powerdown 0

0 commit comments

Comments
 (0)