Skip to content

Commit 3aea7a2

Browse files
authored
revert Debian to Xorg
Spice and qxl driver don't work well with Wayland sessions (for which virtio-gpu (virgl) works better but we don't have gpus atm)
1 parent 3fd2b8c commit 3aea7a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/firstrun.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ if [ x"$SHELLS_USERNAME" != x ]; then
134134
sed -i "/\[daemon]/a AutomaticLoginEnable=True" /etc/gdm3/custom.conf
135135
elif [ -f /etc/gdm3/daemon.conf ]; then
136136
# replace "# AutomaticLogin" → " AutomaticLogin = xxx" #Debian has daemon.conf instead of custom.conf
137+
sed -i "/\[daemon]/a WaylandEnable=false" "/etc/gdm3/daemon.conf"
137138
sed -i -r -e "s/#( *)AutomaticLogin/\1AutomaticLogin/;s/AutomaticLogin =.*/AutomaticLogin = $SHELLS_USERNAME/" "/etc/gdm3/daemon.conf"
138139
fi
139140
if [ -f /etc/gdm/custom.conf ]; then

0 commit comments

Comments
 (0)