Problem watching video files

Problem watching video files

Postby deadmeat » Dec 29th, '12, 19:55

I have a Samsung R540 with a graphic card ATI Radeon Mobility HD serie 5.
I installed Mageia 2 GNOME and the updates as well.
I can't watch video files properly, neither avi/mp4 or youtube videos. The image just seams like it is flickering, the movements are not flowing as they should.
I wanted to install new drivers from the ATI website but Mageia tells me to uninstall previous drivers.

How do I uninstall drivers?
Does anyone had the same problem watching video files?
deadmeat
 
Posts: 3
Joined: Dec 29th, '12, 19:46

Re: Problem watching video files

Postby doktor5000 » Dec 29th, '12, 21:27

Please don't install the drivers directly from the vendor, we have those already packaged and integrated in Mageia.
Have a look at https://wiki.mageia.org/en/Setup_the_graphical_server
Also please post the output of
Code: Select all
grep -i driver /var/log/Xorg.0.log
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18032
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: Problem watching video files

Postby deadmeat » Jan 3rd, '13, 15:40

The output came out as this:
Code: Select all
grep -i driver /var/log/Xorg.0.log

[   168.923]    X.Org Video Driver: 11.0
[   168.923]    X.Org XInput driver : 13.0
[   168.941] (II) Loading /usr/lib/xorg/modules/drivers/v4l_drv.so
[   169.210]    ABI class: X.Org Video Driver, version 11.0
[   169.683] (II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
[   171.231]    Module class: X.Org Video Driver
[   171.256] (II) v4l driver for Video4Linux
[   171.256] (II) ATI Proprietary Linux Driver Version Identifier:8.96.4
[   171.256] (II) ATI Proprietary Linux Driver Release Identifier: 8.961                               
[   171.256] (II) ATI Proprietary Linux Driver Build Date: Apr  5 2012 23:06:18
[   171.549] (II) AMD Video driver is running on a device belonging to a group targeted for this release
[   171.549] (II) AMD Video driver is signed
[   171.549] (II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
[   171.768]    ABI class: X.Org Video Driver, version 11.0
[   172.354]    ABI class: X.Org Video Driver, version 11.0
[   173.504] (==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
[   173.504] (II) fglrx(0): swlDriScreenInit for fglrx driver
[   173.504] (II) fglrx(0): [uki] created "fglrx" driver at busid "PCI:1:0:0"
[   173.504] (II) fglrx(0): Kernel Module version matches driver.
[   173.518] (II) fglrx(0): Initialized in-driver Xinerama extension
[   176.054] (II) fglrx(0): Disabling in-server RandR and enabling in-driver RandR 1.2.
[   183.052] (II) AIGLX: Loaded and initialized OpenGL driver(II) GLX: Initialized DRI GL provider for screen 0
[   189.032]    Module class: X.Org XInput Driver
[   189.032]    ABI class: X.Org XInput driver, version 13.0
[   189.032] (II) Using input driver 'evdev' for 'Power Button'
[   189.124] (II) Using input driver 'evdev' for 'Video Bus'
[   189.125] (II) Using input driver 'evdev' for 'Power Button'
[   189.126] (II) No input driver specified, ignoring this device.
[   189.127] (II) Using input driver 'evdev' for 'Sleep Button'
[   189.128] (II) No input driver specified, ignoring this device.
[   189.128] (II) Using input driver 'evdev' for 'USB 2.0 PC Camera'
[   189.129] (II) No input driver specified, ignoring this device.
[   189.130] (II) No input driver specified, ignoring this device.
[   189.130] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[   189.164]    Module class: X.Org XInput Driver
[   189.164]    ABI class: X.Org XInput driver, version 13.0
[   189.164] (II) Using input driver 'synaptics' for 'ETPS/2 Elantech Touchpad'
[   325.025] (II) No input driver specified, ignoring this device.
[   325.048] (II) Using input driver 'synaptics' for 'ETPS/2 Elantech Touchpad'
[   325.129] (II) No input driver specified, ignoring this device.
[   325.130] (II) No input driver specified, ignoring this device.
[   325.130] (II) No input driver specified, ignoring this device.
[   325.144] (II) Using input driver 'evdev' for 'Sleep Button'
[   325.300] (II) Using input driver 'evdev' for 'Power Button'
[   325.315] (II) Using input driver 'evdev' for 'USB 2.0 PC Camera'
[   325.331] (II) Using input driver 'evdev' for 'Video Bus'
[   325.347] (II) Using input driver 'evdev' for 'Power Button'
[   325.363] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'



It doesn't matter what kind of drivers I install or how many codecs, all the videos just keep playing bad.
The image it's just not flowing, it is like instead of being presented by 25fps is 10fps.
Last edited by isadora on Jan 3rd, '13, 15:57, edited 1 time in total.
Reason: For readability command-output placed between code-tags. ;)
deadmeat
 
Posts: 3
Joined: Dec 29th, '12, 19:46

Re: Problem watching video files

Postby wintpe » Jan 3rd, '13, 18:43

ok this might not help, because cetain linux drivers have poorly implemented hw video support, not suggesting yours does, just some have a problem.

I have issues currently with the hw on my i7 ivybridge with hd4000 giving some video performace problems, ive tried various things, so ill suggest them here.

the video player you are using ie videolanclient or mplayer both have options to change the way they use the hw support.

try changing the default format its using ie opengl or XV for example see if any of them improve the perfornace of playback of a video.

not much help to say this but the best video performance i have expirienced under linux is on nvidia hardware with nvidia drivers.

also there are some options like

Section "Module"
LOAD "extmod"
Load "v4l" # Video for Linux
Load "dbe"
Load "glx"
Load "dri"
Load "dri2"
EndSection

that you can add to you xorg.conf

also stay out of full screen mode, i find this has the most issues, and get better picture quality in a window.

there maybe other options that are better suited to ATI hw.

I dont have any ATI hardware so cant offer any incite there.

regards peter
Redhat 6 Certified Engineer (RHCE)
Sometimes my posts will sound short, or snappy, however its realy not my intention to offend, so accept my apologies in advance.
wintpe
 
Posts: 1204
Joined: May 22nd, '11, 17:08
Location: Rayleigh,, Essex , UK

Re: Problem watching video files

Postby deadmeat » Jan 7th, '13, 12:24

Nope, still the same. But thank you for the information.
I find it hard to believe that I am the only one with this problem.
Any solutions?
deadmeat
 
Posts: 3
Joined: Dec 29th, '12, 19:46

Re: Problem watching video files

Postby doktor5000 » Jan 7th, '13, 22:09

Please also add the information what of the hints you tried out exactly.
Also, are you using desktop effects?
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18032
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: Problem watching video files

Postby claire » Jan 18th, '13, 15:32

Could this be due to viewing interlaced video without a deinterlace filter?
Help to make Mageia! Get involved.. Please come and join us
claire
 
Posts: 161
Joined: May 28th, '11, 19:17
Location: UK


Return to Video

Who is online

Users browsing this forum: No registered users and 1 guest