You are not logged in.

#1 2009-05-09 06:07:47

netero
Member
Registered: 2009-05-09
Posts: 4

mplayer very slow in full screen

Hi
   i have archlinux with 2.6.29-ARCH. When i try to play mplayer in full screen the output is very slow.


lspci | grep VGA
01:05.0 VGA compatible controller: ATI Technologies Inc Radeon HD 3200 Graphics

This is my xorg.conf

Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        ModulePath   "/usr/lib/xorg/modules"
        FontPath     "/usr/share/fonts/misc"
        FontPath     "/usr/share/fonts/100dpi:unscaled"
        FontPath     "/usr/share/fonts/75dpi:unscaled"
        FontPath     "/usr/share/fonts/TTF"
        FontPath     "/usr/share/fonts/Type1"
EndSection

Section "Module"
        Load  "extmod"
        Load  "glx"
        Load  "dri2"
        Load  "record"
        Load  "dbe"
        Load  "dri"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "auto"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
        #DisplaySize      300   230     # mm
        Identifier   "Monitor0"
        VendorName   "HCM"
        ModelName    "HCM 500PA"
        HorizSync    30.0 - 60.0
        VertRefresh  55.0 - 75.0
        Option      "DPMS"
EndSection
Section "Device"
        Identifier  "Card0"
        Driver      "radeon"
        VendorName  "ATI Technologies Inc"
        BoardName   "Radeon HD 3200 Graphics"
        BusID       "PCI:1:5:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        SubSection "Display"
                Viewport   0 0
                Depth     1
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     4
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     8
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     15
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     16
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection

This is my xvinfo output

xvinfo
X-Video Extension version 2.2
screen #0
 no adaptors present

These are the only error in the xorg error log

(EE) RADEON(0): [dri] RADEONDRIGetVersion failed to open the DRM
(EE) RADEON(0): Acceleration initialization failed

Please help me in this regard

Thanks very much

Offline

#2 2009-05-09 06:30:16

Shoe_
Member
Registered: 2008-12-05
Posts: 6

Re: mplayer very slow in full screen

did you enable framedrop?

Offline

#3 2009-05-09 08:50:48

Rasi
Member
From: Germany
Registered: 2007-08-14
Posts: 1,914
Website

Re: mplayer very slow in full screen

also try the different ouput drivers... mplayer -vo help


He hoped and prayed that there wasn't an afterlife. Then he realized there was a contradiction involved here and merely hoped that there wasn't an afterlife.

Douglas Adams

Offline

#4 2009-05-09 09:37:26

netero
Member
Registered: 2009-05-09
Posts: 4

Re: mplayer very slow in full screen

Tried those Didn't help hmm

Offline

#5 2009-05-09 10:32:33

vacant
Member
From: downstairs
Registered: 2004-11-05
Posts: 816

Re: mplayer very slow in full screen

You may get lucky from reading this thread but it appears not all HD3200 graphics are equal. Mine works great with fullscreen HD video using the "git" ati & drm AUR packages.

My lspci -v is different (RS780...):

01:05.0 VGA compatible controller: ATI Technologies Inc RS780M/RS780MN [Radeon HD 3200 Graphics] (prog-if 00 [VGA controller])
        Subsystem: Hewlett-Packard Company Device 30e4
        Flags: bus master, fast devsel, latency 0, IRQ 18
        Memory at 80000000 (32-bit, prefetchable) [size=256M]
        I/O ports at 5000 [size=256]
        Memory at 94300000 (32-bit, non-prefetchable) [size=64K]
        Memory at 94200000 (32-bit, non-prefetchable) [size=1M]
        Expansion ROM at <unassigned> [disabled]
        Capabilities: <access denied>

The only Xorg errors I get:

$ grep EE /var/log/Xorg.0.log
Current Operating System: Linux clod 2.6.29-ARCH #1 SMP PREEMPT Wed Apr 29 15:36:46 CEST 2009 x86_64
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(II) Loading extension MIT-SCREEN-SAVER
(EE) AIGLX error: dlopen of /usr/lib/xorg/modules/dri/r600_dri.so failed (/usr/lib/xorg/modules/dri/r600_dri.so: cannot open shared object file: No such file or directory)
(EE) AIGLX: reverting to software rendering

I use EXA acceleration:

$ cat /etc/X11/xorg.conf
Section "Monitor"
        Identifier      "laptop"
        Option          "DPMS" "true"
EndSection

Section "Monitor"
        Identifier      "tv"
        Option          "DPMS" "true"
        Modeline        "1280x768_60.00"  80.14  1280 1344 1480 1680  768 769 772 795  -HSync +Vsync
EndSection

Section "Device"
        Identifier      "hd3200"
        Driver          "radeon"
        BusID           "PCI:1:5:0"
        Option          "Monitor-LVDS"          "laptop"
        Option          "Monitor-VGA-0"         "tv"
        Option          "AccelMethod"           "EXA"
        Option          "DynamicPM"             "true"
EndSection

Section "DRI"
        Mode            0666
EndSection

Offline

Board footer

Powered by FluxBB