http://bugs.freedesktop.org/show_bug.cgi?id=20306
--- Comment #9 from rossiliu <[email protected]> 2009-02-26 17:41:04 PST --- (In reply to comment #8) > (In reply to comment #7) > > (In reply to comment #6) > > > DRI should be on by default. Please try with only: > > > > > > Option "AccelMethod" "EXA" > > > > > > if that doesn't work, try adding: > > > > > > Option "AGPMode" "4" > > > > > > > Thank you a lot! > > > > Which option fixed it? I'd like to add a quirk so the driver will do this > automatically for your card. > yes ! as you say, I just enable EXA, don't enable DRI 。 xorg.conf setting on below -------------------------------------------- Section "Device" Identifier "aticonfig-Device[0]-0" Driver "radeon" Option "AGPMode" "8" # Option "EnablePageFlip" "on" # Option "DRI" "on" Option "AccelMethod" "EXA" # Option "EXAVSync" "on" # Option "AccelDFS" "on" # Option "BackingStore" "on" # Option "EnablePageFlip" "on" # Option "TVDACLoadDetect" "on" # Option "DefaultTVDACAdj" "on" # Option "TVStandard" "ntsc-j" Busid "PCI:1:0:0" EndSection --------------------------------------------- that will working fine! very thank you! ^__^ -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ xorg-driver-ati mailing list [email protected] http://lists.x.org/mailman/listinfo/xorg-driver-ati
