Comment 25 for bug 267188

Revision history for this message
Saivann Carignan (oxmosys) wrote :

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