Update xdummy service default configuration to avoid a black screen on the host

This commit is contained in:
Héctor Molinero Fernández
2023-04-26 00:24:29 +02:00
parent 9a476de285
commit 4a48f23071
2 changed files with 31 additions and 18 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/sh
exec 2>&1
exec /usr/lib/xorg/Xorg -noreset -nolisten tcp +extension GLX +extension RANDR +extension RENDER -logfile /var/log/xdummy.log :0.0
exec /usr/lib/xorg/Xorg -noreset -nolisten tcp -logfile /var/log/xdummy.log :0.0