Originally posted by popper
View Post
AMD's UVD2-based XvBA Finally Does Something On Linux
Collapse
X
-
Originally posted by gbeauche View PostSorry, I can't report anything for chipsets we don't use. FYI, the Evergreen rendering bug was first reported 2009/12/14 and was finally fixed 2010/12/14, exactly one year later. So, please be patient.
Cheers
Comment
-
-
Hi there - I have a problem with vlc and VAAPI.
I managed to get VAAPI to work properly. On a Radeon HD 4250 vlc only consumes 30-40% of CPU for 1080p playback (before: 100%).
The weird thing is that Xorg now consumes 89% of the CPU, which prevents smooth video playback (the video itself is played back, no artifacts). What can I do against this?
vainfo:
Code:libva: libva version 0.31.1-sds1 Xlib: extension "XFree86-DRI" missing on display ":0.0". libva: va_getDriverName() returns 0 libva: Trying to open /usr/lib/va/drivers/fglrx_drv_video.so libva: va_openDriver() returns 0 vainfo: VA API version: 0.31 vainfo: Driver version: Splitted-Desktop Systems XvBA backend for VA-API - 0.7.7 vainfo: Supported profile and entrypoints VAProfileH264High : VAEntrypointVLD VAProfileVC1Advanced : VAEntrypointVLD
Code:X-Video Extension version 2.2 screen #0 Adaptor #0: "ATI Radeon AVIVO Video" number of ports: 4 port base: 143 operations supported: PutImage [...]
Comment
-
-
Originally posted by direx View PostHi there - I have a problem with vlc and VAAPI
- clean installation of Ubuntu 10.10 (amd64)
- installed all updates, rebooted
- installation of ATI driver from the restricted drivers
- open a terminal window and type:
- sudo apt-add-repository ppa:n-muench/vlc
- sudo apt-get update
- wget http://www.splitted-desktop.com/~gbe....7-1_amd64.deb
- sudo dpkg -i xvba-video_0.7.7-1_amd64.deb
- sudo apt-get install vlc vainfo
- sudo ln -s /usr/lib/va/drivers/fglrx_drv_video.so /usr/lib/dri/fglrx_drv_video.so #this is a hack, which I needed
- after another reboot check vainfo
This is the PPA which has a modified version of vlc and libva:
For my Radeon HD 4250 the default 10.10 Catalyst drivers did the trick - I did not need to update to a newer version.
Comment
-
Originally posted by zelda32 View Posttried vainfo after that, i got.
libva: libva version 0.31.1
libva: User requested driver 'fglrx'
libva: Trying to open /usr/local/lib/dri/fglrx_drv_video.so
libva: va_openDriver() returns -1
vaInitialize failed with error code -1 (unknown libva error),exit
export LIBVA_DRIVER_NAME="fglrx"
Now I find with strace that mplayer tries to open
/usr/lib64/libXvBAW.so.1
which I don't have.
I use Opensuse 11.3 which contains only this library in
/usr/lib
Any ideas?
Comment
-
Comment