Comment 28 for bug 616023

Revision history for this message
Tony Mugan (tmugan) wrote :

Anyone who is having trouble still, try putting ServerFlags at the top of the xorg.conf file
I had it below ServerLayout and it failed, moved it to top and it worked.
Then configured with the GUI tool for nvidia and it reverted to second and would not work.
After moving it back to top of file, all is well.

Section "ServerFlags"
    Option "ignoreABI" "True"
EndSection

Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0" 0 0
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    Option "Xinerama" "0"
EndSection