fix monitor issue
authorIan Kelling <iank@fsf.org>
Mon, 29 Apr 2019 17:39:58 +0000 (13:39 -0400)
committerIan Kelling <iank@fsf.org>
Mon, 29 Apr 2019 17:39:58 +0000 (13:39 -0400)
brc

diff --git a/brc b/brc
index 8c662c7a22a62130f51863c8e67f650c17b68242..1c93c8adbcf4fbee67b23c573428477c4bc92259 100644 (file)
--- 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