Hi,
I have install the Media SDK for Linux on Ubuntu 13.04 64-bit raring which working on G1610.
This is my system configurations and executions.
- xserver-xorg-video-intel 2:2.21.6-0ubuntu4.1 amd64 X.Org X server -- Intel i8xx, i9xx display driver
- libva-intel-vaapi-driver 1.0.17-1 all VAAPI driver for Intel G45 & HD Graphics family (transitional package)
- linux kernel is 3.8.0-30-generic #44-Ubuntu
- $> echo $MFX_HOME --> /opt/intel/mediasdk
- $> cat /etc/ld.so.conf.d/x86_64-intel-mediasdk.conf --> /opt/intel/mediasdk/bin/x64
- $> lspci -nn | grep -i vga --> 00:02.0 VGA compatible controller [0300]: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor Graphics Controller [8086:0152] (rev 09)
- $> ls -al /opt/intel/mediasdk/lib64/8086/0152/
-rwxr-xr-x 1 root root 8508928 9월 13 12:14 libmfxhw64-p.so.1.6
lrwxrwxrwx 1 root root 19 9월 13 12:14 libmfxhw64.so -> libmfxhw64-p.so.1.6 - $> /opt/intel/mediasdk/samples/_bin/x64/sample_decode_x11 h264 -hw -vaapi -i ~/Videos/b5000g30.h264 -o ~/Videos/video.yuv --> Illegal instruction (core dumped)
I can't run sample binaries.Please give me any hints or help.Thank you.
Regards.
Mach