Comment 12 for bug 334101

Revision history for this message
Andreas Engelbredt Dalsgaard (andreas-dalsgaard) wrote :

Hmm, maybe I'm just lucky or maybe it's because I only use metacity, anyway I have not seen any screen corruption with the radeonhd driver. Btw. I forgot to mention I also made a xorg.conf file:

Section "Device"
    Identifier "Configured Video Device"
    Driver "radeonhd"
    Option "AccelMethod" "exa"
    Option "DRI" "on"
EndSection

Section "Monitor"
 Identifier "Configured Monitor"
EndSection

Section "Screen"
 Identifier "Default Screen"
 Monitor "Configured Monitor"
 Device "Configured Video Device"
EndSection