if you use "nvidia", you must comment dri in /etc/X11/xorg.conf

[code]
Section "Device"
        Identifier      "Generic Video Card"
        Driver          "nvidia"
        BusID           "PCI:0:5:0"
EndSection
[/code]

[code]
Section "Module"
        Load    "i2c"
        Load    "bitmap"
        Load    "ddc"
        #Load   "dri"
        Load    "extmod"
        Load    "freetype"
        Load    "glx"
        Load    "int10"
        Load    "type1"
        Load    "vbe"
EndSection
[/code]

[code]
#Section "DRI"
        #Mode   0666
#EndSection
[/code]

-- 
nvidia-glx breaks xorg on GeForce Go 7400
https://launchpad.net/bugs/87522

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to