![]() |
|
[LINUX] HOW-TO use VAAPI HW Acceleration on AMD Zacate (Fusion) platform - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: XBMC General Help and Support (/forumdisplay.php?fid=111) +---- Forum: Linux and Live support (/forumdisplay.php?fid=52) +---- Thread: [LINUX] HOW-TO use VAAPI HW Acceleration on AMD Zacate (Fusion) platform (/showthread.php?tid=99154) |
- maage - 2011-07-24 11:28 waver123 Wrote:what's the build version of openelec that you tried? I've tried both the r7517 and r7535, both have the issue. Here's and example of a file that has this issue, if anyone is interested. It plays fine in my patched XBMC build, but not in openelec. - sraue - 2011-07-24 17:22 maage Wrote:I've tried both the r7517 and r7535, both have the issue. Here's and example of a file that has this issue, if anyone is interested. It plays fine in my patched XBMC build, but not in openelec. can you try with r7555 (or later) again? this testfile works for me. - waver123 - 2011-07-24 19:14 sraue Wrote:can you try with r7555 (or later) again? this testfile works for me. it fails for me with 7535 but works with 7555.... - sraue - 2011-07-24 19:46 waver123 Wrote:it fails for me with 7535 but works with 7555.... thats what i want hear :-) thanks - maage - 2011-07-24 20:57 sraue Wrote:thats what i want hear :-) thanks Thanks, glad to hear that it's working in the latest build. I won't be able to test it myself right now, but looking forward to test it when I get back home. - mbah.pande - 2011-07-25 06:41 I've got this on vainfo libva: libva version 0.32.0 Xlib: extension "XFree86-DRI" missing on display ":0.0". libva: va_getDriverName() returns 0 libva: Trying to open /usr/lib/dri/fglrx_drv_video.so libva: va_openDriver() returns -1 vaInitialize failed with error code -1 (unknown libva error),exit and this for fglrxinfo display: :0 screen: 0 OpenGL vendor string: ATI Technologies Inc. OpenGL renderer string: AMD Radeon HD 6300 series Graphics OpenGL version string: 4.1.10834 Compatibility Profile Context what should i do? - devil103 - 2011-07-25 06:51 mbah.pande Wrote:I've got this on vainfo Check and see if /usr/lib/dri/fglrx_drv_video.so exists. I had the same problem last weekend and only fglrx_dri.so was present. I solved it by creating the proper symbolic links manually. - mbah.pande - 2011-07-25 07:07 devil103 Wrote:Check and see if /usr/lib/dri/fglrx_drv_video.so exists. I had the same problem last weekend and only fglrx_dri.so was present. I solved it by creating the proper symbolic links manually. Sorry i'm noob fglrx_drv_video.so doesn't exist only dummy_drv_video.so Can you explain how to creating proper symbolic link manually? - devil103 - 2011-07-25 09:57 Quote:Sorry i'm noob Can you explain how to creating proper symbolic link manually? I'm using this xvba package, make sure it is installed http://www.splitted-desktop.com/~gbeauchesne/xvba-video/xvba-video_0.8.0-1_amd64.deb (the same as in the opening post) And I've created a symbolic link to /usr/lib/va/drivers/fglrx_drv_video.so with the commands: Quote:cd /usr/lib/dri; ln -s /usr/lib/va/drivers/fglrx_drv_video.so fglrx_drv_video.so But since you only have dummy_drv_video.so make sure all the packages (libva, xvba, etc. see opening post) are installed correctly. - mbah.pande - 2011-07-26 04:24 devil103 Wrote:Can you explain how to creating proper symbolic link manually? Thanks it's already worked by make symbolic link because i've found /usr/lib/va/drivers/fglrx_drv_video.so |