PDA

View Full Version : Nvidia and Xorg 1.6.99


leigh123linux
2009-06-21, 05:39 AM CDT
To fix the server ABI issue with the nvidia driver try


su
mv /usr/bin/Xorg /usr/bin/Xorg.save
echo 'exec /usr/bin/Xorg.save -ignoreABI "$@"' > /usr/bin/Xorg
chmod +x /usr/bin/Xorg or adding this to xorg.conf



Section "ServerFlags"
# Needed for "nvidia" driver on new Xorg
Option "IgnoreABI" "true"
EndSection