• 1
  • 7
  • 8
  • 9
  • 10
  • 11(current)
[LINUX] HOW-TO use VAAPI HW Acceleration on new Intel Sandy Bridge platform
Stay tuned for my much much simplified guide :-)
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
Reply
Great news!

I had to RMA my Intel mobo meaning I've got to start from scratch again on one of my boxes so the timing is perfect! Smile
Reply
Here is my dramatically simplified and updated guide: http://forum.xbmc.org/showthread.php?tid=114368
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
Reply
Allan,

I'll read your new guide in more detail later this evening, but I noticed it references oneiric. Unfortunately, I've spent the last 2 weeks battling a nic problem... I can't get the nic on my mobo to work with the r8169 realtek driver that comes with the oneiric install iso's. (even built the r8168 driver from realtek and rebuilt the initrd image on the cd)... argh! (probably a 64-bit issue)


I did run into a slight issue with this post's instructions that I thought you would be interested in.... effective yesterday the maintainer of the libva git repository split out the intel drivers into a separate repository, so 2 git's are required as such:

Code:
cd ~
mkdir Builds
cd Builds
git clone git://anongit.freedesktop.org/git/vaapi/libva
cd libva*
sudo apt-get build-dep libva1
wget http://paste.kde.org/6967/raw/ -O Libva_testdir_makefile.patch
patch -p1 < Libva_testdir_makefile.patch
./autogen.sh  --prefix=/usr
make
sudo make install

git clone git://anongit.freedesktop.org/git/vaapi/intel-driver
cd intel-driver
./autogen.sh  --prefix=/usr
make
sudo make install

(also note the path change in the git's)
Reply
It is much more simple in my new guide. You won't ever need to compile anything.
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
Reply
  • 1
  • 7
  • 8
  • 9
  • 10
  • 11(current)

Logout Mark Read Team Forum Stats Members Help
[LINUX] HOW-TO use VAAPI HW Acceleration on new Intel Sandy Bridge platform3