[Bug 20306] New: 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
Wed Feb 25 03:03:40 PST 2009


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

           Summary: xf86-video-ati 6.9.0 to 6.11.0 driver will hang on
                    mplayer full screen
           Product: xorg
           Version: 7.3
          Platform: x86 (IA32)
        OS/Version: Linux (All)
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Driver/Radeon
        AssignedTo: xorg-driver-ati at lists.x.org
        ReportedBy: liueigi at gmail.com
         QAContact: xorg-team at lists.x.org


I am Ubuntu 8.04 LTS 32bit (Traditional Chinese) user, system info is

CPU: 

model name      : Genuine Intel(R) CPU 3.40GHz HT
cpu family      : 15
model           : 4

VGA card is ATi X800XT AIW AGP

M/B is Gigabyte 8IPE100G ver.3 ( intel 865PE / ICH5 )

memory is DDR dual channel up to 2G

2 SATA 2 IDE H.D.D. and one DVD-RW device.

xorg.conf setting in below

---------------------------------------------------------------------------------------------------------

ection "ServerLayout"
        Identifier      "Default Layout"
  screen 0 "aticonfig-Screen[0]-0" 0 0
        Inputdevice     "Generic Keyboard"
        Inputdevice     "Configured Mouse"
        Option          "AIGLX" "true"
EndSection

Section "Files"
EndSection

Section "Module"
        Load            "dri"
        Load            "v4l"
        Load            "dbe"
        Load            "glx"
        Load            "drm"
EndSection

Section "ServerFlags"
        Option          "AIGLX" "on"
EndSection

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "kbd"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc105"
        Option          "XkbLayout"     "us"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "evdev"
        Option          "Device"                "/dev/input/event2"
#       Driver          "mouse"
        Option          "SendCoreEvents"
        Option          "CorePointer"
        Option          "Name"                  "Logitech USB Optical Mouse"
        Option          "Emulate3Buttons"       "false"
#       Option          "Dev Phys"              "usb-0000:00:1d.1-2/input0"
#       Option          "Device"                "/dev/input/mice"
        Option          "Buttons"               "10"
        Option          "ZAxisMapping"          "4 5 6 7"
EndSection

Section "Monitor"
        Identifier      "aticonfig-Monitor[0]-0"
        Option          "VendorName"    "ATI Proprietary Driver"
        Option          "ModelName"     "Generic Autodetecting Monitor"
        Option          "DPMS"  "true"
        HorizSync    28.0 - 72.0
        VertRefresh  43.0 - 80.0
EndSection

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

Section "Screen"
        Identifier      "aticonfig-Screen[0]-0"
        Device          "aticonfig-Device[0]-0"
        Monitor         "aticonfig-Monitor[0]-0"
        Defaultdepth    24
        SubSection "Display"
                Viewport        0       0
                Depth   24
                Modes    "1024x768" "800x600" "640x480" "1280x1024"
        EndSubSection
EndSection

Section "DRI"
        Mode    0666
EndSection

Section "Extensions"
        Option          "DAMAGE"        "Enable"
        Option          "RENDER"        "Enable"
        Option          "XVideo"        "Enable"
        Option          "Composite"     "Enable"
EndSection

---------------------------------------------------------------------------------------------------------------

And compiz I active it.


bug is 

1) I download xf86-video-ati 6.9.0 / 6.10.0 / 6.11.0 try to build and install
to ubuntu 8.04, when I done and restart computer into gnome, every thing fine,
but when I use mplayer or smplayer or vlm to watch movie, switch to full
screen, and switch back to window mode, all system hang, even TTY1 same one.

2) I try reinstall my ubuntu, form 8.04 to 8.10( format H.D.D to install, not
upgrade to 8.10 ), ubuntu 8.10 build-in xserver-xorg-video-ati 6.9.0 driver and
mesa 7.3, that problem is same one. I try 6.11.0, that is same.( xorg.conf is
same upper you can see )

3) google earth very very very slowly, I can't use it. 


PS: I build source code driver use "checkinstall" to help me packet .deb file,
and use dpkg -i to install this packet.




Best regards.


-- 
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