If you get the following error in Ubuntu 14.04 after executing vdpauinfo

unable to load hybrid_drv_video.so

Do this:

sudo apt-get -y -q install git
sudo apt-get -y -q build-dep libva
sudo apt-get -y -q install libva-dev
cd /tmp/
git clone https://github.com/01org/cmrt.git
git clone https://github.com/01org/intel-hybrid-driver.git
cd /tmp/cmrt/
autogen.sh
configure.sh --prefix=/usr/lib
make
sudo make install
cd /tmp/intel-hybrid-driver/
autogen.sh
make
sudo make install

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to libvdpau in Ubuntu.
https://bugs.launchpad.net/bugs/1300215

Title:
  Failed to open VDPAU backend libvdpau_i965.so: cannot open shared
  object file: No such file or directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvdpau/+bug/1300215/+subscriptions

_______________________________________________
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to     : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp

Reply via email to