[X2Go-Commits] [live-build-x2go] 55/60: added more debug output
git-admin at x2go.org
git-admin at x2go.org
Mon Nov 28 19:43:57 CET 2022
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch feature/mate-minidesktop-buster
in repository live-build-x2go.
commit 13d31ed097bd005d15b9f7947e82dec1f4c6e2e6
Author: Stefan Baur (BAUR-ITCS) <kontakt at baur-itcs.de>
Date: Sun Jun 28 21:34:40 2020 +0200
added more debug output
---
.../includes.chroot/lib/live/config/0000-earlyblankdpmsfix | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/config/includes.chroot/lib/live/config/0000-earlyblankdpmsfix b/config/includes.chroot/lib/live/config/0000-earlyblankdpmsfix
index 201098a..57f6782 100755
--- a/config/includes.chroot/lib/live/config/0000-earlyblankdpmsfix
+++ b/config/includes.chroot/lib/live/config/0000-earlyblankdpmsfix
@@ -29,20 +29,20 @@ if grep -q '\W*earlyblankdpmsfix[=\W]*' /proc/cmdline; then
echo "EarlyBlankDPMSFix: attempting to force-enable displays."
for FBDEVICE in /sys/class/graphics/fb[0-9]*; do
- echo "Attempting to blank '$FBDEVICE'."
+ echo "EarlyBlankDPMSFix: Attempting to blank '$FBDEVICE'."
while ! [ -d $FBDEVICE ] ; do
- echo "Device '$FBDEVICE' does not (yet) exist!"
+ echo "EarlyBlankDPMSFix: Device '$FBDEVICE' does not (yet) exist!"
: # NOP
done
- echo 1 > $FBDEVICE/blank && echo "Blanked '$FBDEVICE'."
- echo "Sleeping using command '$SLEEPCOMMAND'."
+ echo 1 > $FBDEVICE/blank && echo "EarlyBlankDPMSFix: Blanked '$FBDEVICE'."
+ echo "EarlyBlankDPMSFix: Sleeping using command '$SLEEPCOMMAND'."
$SLEEPCOMMAND
- echo "Attempting to unblank '$FBDEVICE'."
+ echo "EarlyBlankDPMSFix: Attempting to unblank '$FBDEVICE'."
while ! [ -d $FBDEVICE ] ; do
- echo "Device '$FBDEVICE' does not (yet) exist!"
+ echo "EarlyBlankDPMSFix: Device '$FBDEVICE' does not (yet) exist!"
: # NOP
done
- echo 0 > $FBDEVICE/blank && echo "Unblanked '$FBDEVICE'."
+ echo 0 > $FBDEVICE/blank && echo "EarlyBlankDPMSFix: Unblanked '$FBDEVICE'."
done
echo "EarlyBlankDPMSFix: Done."
) &
--
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