Comment 2 for bug 26709

Revision history for this message
Troels Faber (bugzilla-fabermail) wrote :

I have the same problem on my IBM T41. It sports a Radeon M7 (Mobility 7500).

I tried to remove all the "special options", so all i have in my xorg.conf is
Section "Device"
        Identifier "Radeon"
        Driver "radeon"
        BusID "PCI:1:0:0"
        Option "DynamicClocks" "true"
EndSection

I don't have composite extensions enabled, but i do have dri. My module section:

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

I goes back to normal on closing the video window.