View Single Post
Old 05-02-2009, 02:55 PM   #15
ArcticWolf
Duke
 
ArcticWolf's Avatar
 
Join Date: Nov 2006
Location: 0x00CAFE
Posts: 3,366
ArcticWolf is a glorious beacon of lightArcticWolf is a glorious beacon of lightArcticWolf is a glorious beacon of lightArcticWolf is a glorious beacon of lightArcticWolf is a glorious beacon of light
Default

Find the "Device" section containing the "Video Device" in the file /etc/X11/xorg.conf (you can edit it doing "sudo gedit /etc/X11/xorg.conf") and replace it with this (or just add the Option sections):

Code:
Section "Device"
        Identifier      "Configured Video Device"
        Option          "AccelMethod"           "EXA"
        Option          "MigrationHeuristic"    "greedy"
        Option          "NoDDC"
EndSection
__________________
I don't have a solution, but I admire the problem.
ArcticWolf no ha iniciado sesión   Reply With Quote
 
Loading...