NVIDIA card incorrectly configured in xorg.conf

Bug #71862 reported by Mike Stoddart
2
Affects Status Importance Assigned to Milestone
xorg (Ubuntu)
New
Undecided
Unassigned

Bug Description

I installed Kubuntu Edgy onto my PC, which includes an NVIDIA GEForce 6600GT. It installed the nv driver as always, but I found that I couldn't install the nvidia driver using adept.

For some reason, the device bus ID in xorg.conf was incorrect. It was configured by the installer as:

Section "Device"
        Identifier "Generic Video Card"
        Driver "nvidia"
        BusID "PCI:0:5:0"
        Option "RenderAccel" "1"
EndSection

When it should have been:

Section "Device"
        Identifier "Generic Video Card"
        Driver "nvidia"
        BusID "PCI:1:0:0"
        Option "RenderAccel" "1"
EndSection

I discovered this by looking through /proc/info and then modified xorg.conf by hand. The nvidia driver successfully installed after that.

Revision history for this message
Mike Stoddart (pixellent) wrote :

Ignore the line with:

Option "RenderAccel" "1"

I added this to xorg.conf after I got it working and I forgot to remove it when I pasted the section contents into this bug report.

Revision history for this message
Sitsofe Wheeler (sitsofe) wrote :

The incorrect BusID sounds like Bug #48077...

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.