Hi Bernhard,

>From your logs it looks like there may be an issue with your card accepting 
>the DRI/GLX modules.
Could you please try changing the Modules section of your xorg.conf file to the 
following:

Section "Module"
        Load    "bitmap"
        Load    "ddc"
#       Load    "dri"
        Load    "extmod"
        Load    "freetype"
#       Load    "glx"
        Load    "int10"
        Load    "type1"
        Load    "vbe"
EndSection

If that does not do it, then try changing it to this:

Section "Module"
        Disable "dri"
        Disable "glx"
EndSection

You may also need to comment out this section at the end of the
xorg.conf:

# Section "DRI"
#       Mode    0666
# EndSection


You could also try disabling one or the other, or try running with an empty 
Modules section.

Let us know how it goes.

** Changed in: xserver-xorg-video-mga (Ubuntu)
Sourcepackagename: xserver-xorg-driver-mga => xserver-xorg-video-mga
     Assignee: (unassigned) => Bryce Harrington

-- 
[Gutsy] corrupt graphics off live cd with mga AGP450 Dualhead
https://bugs.launchpad.net/bugs/110489
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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

Reply via email to