[Bug 20306] xf86-video-ati 6.9.0 to 6.11. 0 driver will hang on mplayer full screen

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Feb 26 17:41:04 PST 2009


http://bugs.freedesktop.org/show_bug.cgi?id=20306





--- Comment #9 from rossiliu <liueigi at gmail.com>  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.


More information about the xorg-driver-ati mailing list