← Back to team overview

ubuntu-x-swat team mailing list archive

[Bug 616023] Re: nVidia card : X won't start since 1.9 update, no screens found

 

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

-- 
nVidia card : X won't start since 1.9 update, no screens found
https://bugs.launchpad.net/bugs/616023
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers in ubuntu.



References