xinit/scripts/xserverrc:

- change a variable
This commit is contained in:
Stephan Raue 2009-09-25 05:16:30 +02:00
parent fd9a289fe6
commit 452cfe2fc0

View File

@ -8,10 +8,11 @@
#args="-s 0 -dpms -br -allowMouseOpenFail"
args="-s 0 -br -allowMouseOpenFail "
if /usr/bin/test "${ELISA_DEBUG}" = "yes" ; then
if /usr/bin/test "${MOOVIDA_DEBUG}" = "yes" ; then
args="${args} -logverbose 6 -verbose 0"
fi
mkdir -p /var/cache/xkb
exec /usr/bin/X :0.0 vt$TTY ${args} > /dev/null 2>&1
# /usr/bin/X :0.0 vt$TTY ${args}