Comment 61 for bug 274340

Revision history for this message
In , Xavier (xavier-redhat-bugs) wrote :

(In reply to comment #15)
The Device section of your xorg.conf should look to something like that :
Section "Device"
        Identifier "Videocard0"
        Driver "openchrome"
        Option "AccelMethod" "EXA"
EndSection

if it still doesn't work, try with :
Section "Device"
        Identifier "Videocard0"
        Driver "openchrome"
        Option "NoAccel"
EndSection