xorg-server:

- add -ignoreABI to let new xorg-server starts with recent NVidia driver
This commit is contained in:
Stephan Raue 2009-12-22 13:12:49 +01:00
parent c62ac680e1
commit 4723c67f75

View File

@ -25,6 +25,7 @@ export DISPLAY
if lspci -n | grep 0300 | grep -q 10de; then
progress "Found nVidia card, enabling binary driver as requested"
XORG_ARGS="$XORG_ARGS -ignoreABI"
[ -f $XORG_NVIDIA_CONF ] && XORG_ARGS="$XORG_ARGS -config $XORG_NVIDIA_CONF"
mkdir -p /var/lib