[X2Go-Commits] [live-build-x2go] 73/108: changed default sleeptime from 1ms to 1s
git-admin at x2go.org
git-admin at x2go.org
Wed Mar 20 22:13:19 CET 2019
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch feature/openbox
in repository live-build-x2go.
commit 5d99ae64b91767f88e06219511762f8b7977a407
Author: Stefan Baur (BAUR-ITCS) <kontakt at baur-itcs.de>
Date: Tue Jan 8 09:02:49 2019 +0000
changed default sleeptime from 1ms to 1s
---
config/includes.chroot/lib/live/config/0000-earlyblankdpmsfix | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config/includes.chroot/lib/live/config/0000-earlyblankdpmsfix b/config/includes.chroot/lib/live/config/0000-earlyblankdpmsfix
index cfe0d23..9e5360f 100755
--- a/config/includes.chroot/lib/live/config/0000-earlyblankdpmsfix
+++ b/config/includes.chroot/lib/live/config/0000-earlyblankdpmsfix
@@ -10,7 +10,7 @@ echo -n " earlyblankdpmsfix"
# code to fix blank screen happening with DisplayPort and some buggy TFTs (even xset q reports "Monitor is on" even though it is pitch black)
if grep -q '\W*earlyblankdpmsfix[=\W]*' /proc/cmdline; then
SLEEPTIME=$(cat /proc/cmdline | tr ' ' '\n' | awk -F'=' '"earlyblankdpmsfix"==$1 {print $2}' | tr -dc '0-9')
- [ -z "$SLEEPTIME" ] && SLEEPTIME=1
+ [ -z "$SLEEPTIME" ] && SLEEPTIME=1000
if [ -x /bin/usleep ] ; then
SLEEPCOMMAND="/bin/usleep $SLEEPTIME"
else
--
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