View Single Post
Posts: 304 | Thanked: 176 times | Joined on Oct 2009
#7
Originally Posted by TheAccountant View Post
I believe that it could be due to how the acceleration mode used by xorg.conf.

Take a copy of /etc/X11/xorg.conf in case it breaks and you need to restore it!

add the line:
Code:
Option "AccelMethod" "EXA"
In Section "Device"

EDIT::

If that doesnt work, try

Code:
Option "AccelMethod" "XAA"

You could also try adding the following section into xorg.

Code:
Section "Extensions"
    Option "Composite" "enable"
EndSection
Thanks.
Hi, where can i find such file in windows 7?