prevent Xorg from blanking or switching off the monitor

This commit is contained in:
Stephan Raue 2009-04-18 19:31:44 +02:00
parent e8af99e1b7
commit 8363633c76

View File

@ -5,7 +5,7 @@
# 'vt02' starts X on virtual terminal 2.
# '-logverbose 6' enables useful troubleshooting output in /var/log/Xorg.0.0.log.
args=""
args="-s 0 -dpms -br -allowMouseOpenFail"
if /usr/bin/test "${ELISA_DEBUG}" = "yes" ; then
args="${args} -logverbose 6 -verbose 0"