← Back to team overview

ubuntu-x-swat team mailing list archive

[Bug 460510] Re: X.Org X server --Nvidia (Nouveau) display driver does not recognize screen resolution

 

As it currently stands, you are not actually *using* the nouveau driver.
Because it is still (kindof) experimental, you need to manually specify
"nouveau" as the driver you want to load in your xorg.conf - the nouveau
driver will *not* be auto-loaded.

 Simply creating an /etc/X11/xorg.conf file with the contents
"""
Section "Device"
        Identifier      "Configured Video Device"
        Driver          "nouveau"
EndSection
"""
should cause X to load the nouveau driver.

** Changed in: xserver-xorg-video-nouveau (Ubuntu)
       Status: New => Incomplete

-- 
X.Org X server --Nvidia (Nouveau) display driver does not recognize screen resolution
https://bugs.launchpad.net/bugs/460510
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-nouveau in ubuntu.



References