ljohnson : The main question is what added this to Xorg.conf.. Because
ubuntu does not use static configuration in xorg.conf since Hardy. The
only reason why there should be any option enabled in Xorg is for
drivers that are not enabled in Xorg by default (such as closed source
nvidia). However, BusID and this stuff should all be automatic! Here's a
copy of what your xorg.conf should looks like :

Section "Monitor"
        Identifier      "Configured Monitor"
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Monitor         "Configured Monitor"
        Device          "Configured Video Device"
        DefaultDepth    24
EndSection

Section "Module"
        Load            "glx"
        Disable "dri2"
EndSection

Section "Device"
        Identifier      "Configured Video Device"
        Driver  "nvidia"
        Option  "NoLogo"        "True"
EndSection

-- 
Ubuntu 8.10 breaks nvidia drivers
https://bugs.launchpad.net/bugs/267188
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to