mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
xinit/scripts/xserverrc:
- change a variable
This commit is contained in:
parent
fd9a289fe6
commit
452cfe2fc0
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user