This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch feature/openbox-magic-pixel-workaround in repository live-build-x2go. commit eec53eea562460d9113d8ff410c3da694ba8d1aa Author: Stefan Baur (BAUR-ITCS) <kontakt@baur-itcs.de> Date: Mon Jan 15 02:47:28 2018 +0100 Revert "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)" This reverts commit 9a32721fa8d56335da6028ec471a48afdedbda73. --- config/includes.chroot/lib/live/config/2900-x2go-thinclientconfig | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/config/includes.chroot/lib/live/config/2900-x2go-thinclientconfig b/config/includes.chroot/lib/live/config/2900-x2go-thinclientconfig index 1d36400..916ce16 100755 --- a/config/includes.chroot/lib/live/config/2900-x2go-thinclientconfig +++ b/config/includes.chroot/lib/live/config/2900-x2go-thinclientconfig @@ -96,11 +96,6 @@ done openbox & echo -en "\n\$(date +'%F | %T | ')'\$0' spawned OpenBox." | tee -a /dev/tty8 -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" @@ -187,7 +182,7 @@ if [ -n "\$BLANKINGTIME" ]; then # Disable screensaver and DPMS Power Saving if requested xset s off if grep -q '\W*nodpms\W*' /proc/cmdline; then - xset dpms 0 0 0 # lasts over force commands, unlike -dpms + xset -dpms fi else xset s on -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/live-build-x2go.git