Code:
1 nano /etc/apt/sources.list
added proposed and backports repos here
2 apt-get update
3 apt-get upgrade
4 apt-get install -y build-essential cdbs fakeroot dh-make debhelper debconf libstdc++6 dkms libqtgui4 wget execstack libelfg0 dh-modaliases ia32-libs
5 cd ~; mkdir catalyst11.7; cd catalyst11.7
6 wget http://www2.ati.com/drivers/linux/ati-driver-installer-11-7-x86.x86_64.run
7 chmod +x ati-driver-installer-11-7-x86.x86_64.run
8 sh ./ati-driver-installer-11-7-x86.x86_64.run --extract ati
9 cd ati
10 ./ati-installer.sh 8.872 --buildpkg Ubuntu/natty
11 cd ..
12 rm -rf ati
13 dpkg -i fglrx*.deb
14 apt-add-repository ppa:rexbron/bugfixes
15 apt-get install -y libkms1 libdrm-dev pkg-config vainfo
16 mkdir vaapi; cd vaapi
17 wget http://www.splitted-desktop.com/~gbeauchesne/xvba-video/xvba-video_0.8.0-1_amd64.deb
18 dpkg -i xvba-video_0.8.0-1_amd64.deb
19 cd /usr/lib/dri; sudo ln -s /usr/lib/va/drivers/fglrx_drv_video.so fglrx_drv_video.so
20 nano /etc/environment
added the lines from the post here
21 reboot
22 apt-get install vlcVideo in VLC was definetly not GPU accelerated (GPU Acceleration was enabled of course). vainfo reports xvba 0.8.0.1 from splitted desktop, fglrxinfo is fine. Where to go from here? Thanks!
edit: while applying the mplayer-vaapi patch i get this:
Code:
root@htpc:~/mplayer-vaapi-20110127# ./checkout-patch-build.sh
ERROR: you need VA API headers for this project
Search
Help