xorg-server:

- start with no background
This commit is contained in:
Stephan Raue 2010-01-30 22:16:25 +01:00
parent 6a30179289
commit c870ad14a0

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 -nolisten tcp"
XORG_ARGS="-s 0 -nr -noreset -allowMouseOpenFail -nocursor -nolisten tcp"
XORG_NVIDIA_MODULE="nvidia"
export DISPLAY