mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
xorg-server:
- dont listen on tcp
This commit is contained in:
parent
92b6b59cad
commit
c0f5dc9b5e
@ -10,7 +10,7 @@
|
||||
#-------------------------------------------------------------------------------
|
||||
DISPLAY=':0.0'
|
||||
XORG_NVIDIA_CONF="/etc/X11/xorg-nvidia.conf"
|
||||
XORG_ARGS="-s 0 -br -noreset -allowMouseOpenFail -nocursor"
|
||||
XORG_ARGS="-s 0 -br -noreset -allowMouseOpenFail -nocursor -nolisten tcp"
|
||||
XORG_NVIDIA_MODULE="nvidia"
|
||||
|
||||
export DISPLAY
|
||||
|
Loading…
x
Reference in New Issue
Block a user