[X2Go-Commits] [live-build-x2go] 18/42: added code to fix blank screen happening with DisplayPort and some buggy TFTs (xset q reports "Monitor is on" even though it is pitch black)

git-admin at x2go.org git-admin at x2go.org
Wed Jan 24 18:11:42 CET 2018


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch feature/mate-minidesktop-stretch
in repository live-build-x2go.

commit 9c75c8863d298124cc82bddcdd2a6de9f8ebc470
Author: Stefan Baur (BAUR-ITCS) <kontakt at baur-itcs.de>
Date:   Mon Jan 15 02:48:51 2018 +0100

    added code to fix blank screen happening with DisplayPort and some buggy TFTs (xset q reports "Monitor is on" even though it is pitch black)
---
 config/includes.chroot/lib/live/config/2900-x2go-thinclientconfig | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/config/includes.chroot/lib/live/config/2900-x2go-thinclientconfig b/config/includes.chroot/lib/live/config/2900-x2go-thinclientconfig
index 471fa9c..f7e3b87 100755
--- a/config/includes.chroot/lib/live/config/2900-x2go-thinclientconfig
+++ b/config/includes.chroot/lib/live/config/2900-x2go-thinclientconfig
@@ -85,6 +85,12 @@ done
 # Spawn openbox
 openbox &
 
+# code to fix blank screen happening with DisplayPort and some buggy TFTs (xset q reports "Monitor is on" even though it is pitch black)
+if grep -q '\W*blankdpmsfix\W*' /proc/cmdline; then
+        xset dpms force standby
+        xset dpms force on
+fi
+
 # set screen background to X2Go default blue on all detected screens
 xsetroot -solid "#246ed8"
 

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/live-build-x2go.git


More information about the x2go-commits mailing list