I have problem with configuring video acceleration at my laptop. In debian I had to install mesa-vdpau-drivers library, and after that hardware acceleration worked fine in VLC and with Flash. Is there any way to get it working in openSuse? I can’t find any information nor tutorials about how to set this up. My graphic card is ATI Moblility Radeon HD4330 and I’m using opensource radeon driver (r600). I would be grateful for any help.
Yes, however video is not hardware accelerated, there is no difference between setting VDPAU to accelerate video in VLC or disable acceleration, it is not as smooth as it should be (in comparison to debian - same mesa version). I added user to a video group but it didn’t resolve the problem. The result of “grep -i vdpau /var/log/Xorg.0.log” is:
(II) RADEON(0): [DRI2] VDPAU driver: r600
So it looks like driver is set up well, but it’s not using it to decoding video.
Ok, I’ve got a solution. What I had to do is install package libvdpau1, and add environment variable VDPAU_DRIVER=*r600, *by editing /etc/environment file. Now I can enjoy smooth full-hd movies on my old radeon
Although I would have thought that libvdpau1 should be installed by default. On my system I cannot even remove it because it is required by DirectFB, MPlayer, gstreamer, ffmpeg, and libxine2.
Also, I think that setting VDPAU_DRIVER shouldn’t be necessary, it should autodetect the correct driver.