[Bug 366937] Re: firefox segmentation fault in kde4.2 jaunty on maximizing flash video

CoderGuy alec.bickerton at gmail.com
Sun May 24 01:00:22 UTC 2009


I've been fighting this same problem since upgrading from Intrepid. I
looks like X does not load all the dependencies for glx... here's my
xorg.conf which works for my radeon 9600 dual monitor setup. (xorg-
xserver-ati-video),

This appears to have solved the problem for me. I can't be sure without
some more testing though.

Section "Module"
        Load    "GLcore"
        Load    "glx"
        Load    "i2c"
        Load    "bitmap"
        Load    "ddc"
        Load    "extmod"
        Load    "int10"
        Load    "vbe"
        Load    "dri"
        Load    "dbe"
        Load    "v4l"

EndSection

Section "Monitor"
        Identifier      "Configured Monitor"
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Monitor         "Configured Monitor"
        Device          "Configured Video Device"
        SubSection "Display"
                Virtual 2560 1024
        EndSubSection
EndSection

Section "Device"
        Identifier      "Configured Video Device"
        Option  "AccelMethod"           "EXA"
        Option "AddARGBGLXVisuals" "true"
        Option "RenderAccel" "true"
        Option "AllowGLXWithComposite" "true"
EndSection

Section "DRI"
        Mode    0666
EndSection

Section "Extensions"
        Option "Composite" "Enable"
EndSection

-- 
firefox segmentation fault in kde4.2 jaunty on maximizing flash video
https://bugs.launchpad.net/bugs/366937
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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




More information about the universe-bugs mailing list