xorg-server:

- dont reset if last client exit
This commit is contained in:
Stephan Raue 2009-10-11 14:29:59 +02:00
parent dfab14fefd
commit 1c520f2a3a

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="-s 0 -br -allowMouseOpenFail "
args="-s 0 -br -noreset -allowMouseOpenFail "
if /usr/bin/test "${MOOVIDA_DEBUG}" = "yes" ; then
args="${args} -logverbose 6 -verbose 0"