From 74f1a74ea85f54a8a0ec8ea339e553cc4e3a4b65 Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Mon, 29 Apr 2019 13:39:58 -0400 Subject: [PATCH] fix monitor issue --- brc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 -- 2.30.2