]> git.proxmox.com Git - pve-installer.git/commitdiff
x: disable screen saver via blank time
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 16 Nov 2023 16:54:37 +0000 (17:54 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 16 Nov 2023 16:54:37 +0000 (17:54 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
unconfigured.sh

index 6b3a8bf2f63568dc2aa5b935cb176bdc3740a6b8..cf7de834df8f678b701f4ee1951b5c8f0655301a 100755 (executable)
@@ -224,7 +224,7 @@ if [ $proxtui -ne 0 ]; then
     /usr/bin/proxmox-tui-installer 2>/dev/tty2
 else
     echo "Starting the installer GUI - see tty2 (CTRL+ALT+F2) for any errors..."
-    xinit -- -dpi "$DPI" >/dev/tty2 2>&1
+    xinit -- -dpi "$DPI" -s 0 >/dev/tty2 2>&1
 fi
 
 # just to be sure everything is on disk