You are not logged in.

#1 2011-06-04 20:37:54

shak
Member
Registered: 2009-03-16
Posts: 405

flickering with mplayer,vlc catalyst drivers

Hello everyone !

I downloaded and installed the drivers from the repository with pacman . My graphics card is ati radeon hd 5650 .

When i play videos there is flickering , with both vlc and mplayer

I'm using the xv driver but i tried also with the x11 driver

What might be wrong ?

Here is my xorg.conf

Section "ServerLayout"
        Identifier     "aticonfig Layout"
        Screen      0  "aticonfig-Screen[0]-0" 0 0
EndSection

Section "Module"
EndSection

Section "Monitor"
        Identifier   "aticonfig-Monitor[0]-0"
        Option      "VendorName" "ATI Proprietary Driver"
        Option      "ModelName" "Generic Autodetecting Monitor"
        Option      "DPMS" "true"
EndSection

Section "Device"
        Identifier  "aticonfig-Device[0]-0"
        Driver      "fglrx"
        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
        EndSubSection
EndSection



And here is my mplayer conf file


#video output
vo=xv

#audio output
ao=alsa

embeddedfonts = yes
subfont-encoding="ISO-8859-7"
subfont-text-scale = 3
ass = "yes"
cache=8192
cache-min=20

Last edited by shak (2011-06-04 20:43:46)

Offline

Board footer

Powered by FluxBB