From: Ian Kelling Date: Mon, 29 Apr 2019 17:39:58 +0000 (-0400) Subject: fix monitor issue X-Git-Url: https://iankelling.org/git/?p=distro-setup;a=commitdiff_plain;h=74f1a74ea85f54a8a0ec8ea339e553cc4e3a4b65 fix monitor issue --- diff --git a/brc b/brc index 8c662c7..1c93c8a 100644 --- a/brc +++ b/brc @@ -2175,12 +2175,14 @@ reset-xscreensaver() { # xscreensaver-command -demo # then finding the corresponding option in .xscreensaver # spash, i happened to notice in .xscreensaver + # + # dpmsOff, monitor doesnt come back on using old free software supported nvidia card cat > /home/iank/.xscreensaver <<'EOF' mode: blank dpmsEnabled: True dpmsStandby: 0:02:00 -dpmsSuspend: 0:02:00 -dpmsOff: 0:03:00 +dpmsSuspend: 0:03:00 +dpmsOff: 0:00:00 timeout: 0:02:00 lock: True lockTimeout: 0:03:00