Merge pull request #2388 from henkwiedig/silent-xorg-log

xorg: silent xorg log
This commit is contained in:
Stephan Raue 2013-06-18 11:03:43 -07:00
commit 94638d893f

View File

@ -47,6 +47,8 @@ if [ "$RUNLEVEL" = openelec ]; then
if [ "$DEBUG" = yes ]; then
XORG_ARGS="$XORG_ARGS -logverbose 6 -verbose 6"
else
XORG_ARGS="$XORG_ARGS -logverbose 0 -verbose 0"
fi
# load user defined xorg.conf, if exist