mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
Merge pull request #2388 from henkwiedig/silent-xorg-log
xorg: silent xorg log
This commit is contained in:
commit
94638d893f
@ -47,6 +47,8 @@ if [ "$RUNLEVEL" = openelec ]; then
|
|||||||
|
|
||||||
if [ "$DEBUG" = yes ]; then
|
if [ "$DEBUG" = yes ]; then
|
||||||
XORG_ARGS="$XORG_ARGS -logverbose 6 -verbose 6"
|
XORG_ARGS="$XORG_ARGS -logverbose 6 -verbose 6"
|
||||||
|
else
|
||||||
|
XORG_ARGS="$XORG_ARGS -logverbose 0 -verbose 0"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# load user defined xorg.conf, if exist
|
# load user defined xorg.conf, if exist
|
||||||
|
Loading…
x
Reference in New Issue
Block a user