xorg-server:

- dont listen on tcp
This commit is contained in:
Stephan Raue 2010-01-25 23:11:20 +01:00
parent 92b6b59cad
commit c0f5dc9b5e

View File

@ -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