mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
xorg: optional debugging
This commit is contained in:
parent
37349551d4
commit
7c60010944
@ -45,7 +45,7 @@ if [ "$RUNLEVEL" = openelec ]; then
|
|||||||
|
|
||||||
XORG_ARGS="-s 0 -noreset -allowMouseOpenFail"
|
XORG_ARGS="-s 0 -noreset -allowMouseOpenFail"
|
||||||
|
|
||||||
if [ "$DEBUG" = yes ]; then
|
if [ "$DEBUG" = yes -o -f $HOME/.config/debug.xorg ]; then
|
||||||
XORG_ARGS="$XORG_ARGS -logverbose 6 -verbose 6"
|
XORG_ARGS="$XORG_ARGS -logverbose 6 -verbose 6"
|
||||||
else
|
else
|
||||||
XORG_ARGS="$XORG_ARGS -logverbose 0 -verbose 0"
|
XORG_ARGS="$XORG_ARGS -logverbose 0 -verbose 0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user