Comment 30 for bug 1300215

Revision history for this message
darkom (darko-miletic) wrote :

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