mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
xorg-server:
- remove config dir
This commit is contained in:
parent
dd49f21516
commit
ec4221db98
@ -1,26 +0,0 @@
|
|||||||
################################################################################
|
|
||||||
# X.org environment variables.
|
|
||||||
#
|
|
||||||
# This file contains non-OpenELEC evironment variables as well as OpenELEC
|
|
||||||
# evironment variables that are not user defined.
|
|
||||||
################################################################################
|
|
||||||
|
|
||||||
#-------------------------------------------------------------------------------
|
|
||||||
# X environment variables.
|
|
||||||
#-------------------------------------------------------------------------------
|
|
||||||
DISPLAY=':0.0'
|
|
||||||
XORG_NVIDIA_CONF="/etc/X11/xorg-nvidia.conf"
|
|
||||||
XORG_ARGS="-s 0 -nr -noreset -allowMouseOpenFail -nocursor -nohwaccess -nolisten tcp"
|
|
||||||
|
|
||||||
export DISPLAY
|
|
||||||
|
|
||||||
#-------------------------------------------------------------------------------
|
|
||||||
# do not change anything below
|
|
||||||
#-------------------------------------------------------------------------------
|
|
||||||
|
|
||||||
[ "$RUNLEVEL" = debug ] && XORG_ARGS="$XORG_ARGS -logverbose 6 -verbose 6"
|
|
||||||
|
|
||||||
if lspci -n | grep 0300 | grep -q 10de; then
|
|
||||||
XORG_ARGS="$XORG_ARGS -ignoreABI"
|
|
||||||
[ -f $XORG_NVIDIA_CONF ] && XORG_ARGS="$XORG_ARGS -config $XORG_NVIDIA_CONF"
|
|
||||||
fi
|
|
Loading…
x
Reference in New Issue
Block a user