[Bug 974205] Re: VA API doesn't work with fglrx driver from restricted repos

2014-04-14 Thread ronin12
I had same problem: Trying to open /usr/lib/i386-linux-gnu/dri/fglrx_drv_video.so (returned -1) I tryied to fix this When I used: cd ~ sudo mkdir Builds cd Builds sudo apt-get build-dep libva1 git clone git://anongit.freedesktop.org/vaapi/libva cd libva git checkout vaapi-ext sudo ./autogen.sh

[Bug 974205] Re: VA API doesn't work with fglrx driver from restricted repos

2013-06-02 Thread mmalmeida
piotr - could you tell me how this was fixed? I have the packages fglrx-amdcccle-experimental-12 and fglrx- experimental-12 installed, as well as vainfo. Output of fglrxinfo: display: :0 screen: 0 OpenGL vendor string: Advanced Micro Devices, Inc. OpenGL renderer string: AMD Radeon HD 6310

[Bug 974205] Re: VA API doesn't work with fglrx driver from restricted repos

2013-05-15 Thread piotr zimoch
** Changed in: libva (Ubuntu) Status: Confirmed = Fix Committed ** Changed in: libva (Ubuntu) Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/974205

[Bug 974205] Re: VA API doesn't work with fglrx driver from restricted repos

2012-04-17 Thread RussianNeuroMancer
Bugs that may be related: bug 800022 and bug 821691. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/974205 Title: VA API doesn't work with fglrx driver from restricted repos To manage notifications

[Bug 974205] Re: VA API doesn't work with fglrx driver from restricted repos

2012-04-16 Thread Anatoly Berberka
libva: va_openDriver() returns 0 Is it an error? Using ubuntu 12.04 with ATi 4570 (AMD Catalyst 12.3 builded from *.run) and receive Smplayer error: mplayer: libmpcodecs/vf.c:283: vf_get_image: Assertion `h == -1 || h = vf-h' failed. MPlayer interrupted by signal 6 in module: decode_video

[Bug 974205] Re: VA API doesn't work with fglrx driver from restricted repos

2012-04-12 Thread Mikolaj
My Ubuntu 12.04 running on HP Probook 6465b is also affected. I managed to sort of fix it and get HW accelerated playback in VLC and mplayer by manualy putting fglrx_drv_video.so in /usr/lib/x86_64-linux-gnu/dri/. I took it from the package xvba-video_0.8.0-1_amd64.deb. HW accelerated playback is

[Bug 974205] Re: VA API doesn't work with fglrx driver from restricted repos

2012-04-12 Thread norberto
Following Mikolaj #14 and Heikki Keränen #5 workarounds I download the pakage xvba-video_0.8.0-1_amd64.deb from http://www.splitted- desktop.com/static/libva/xvba-video/ and install it, then on a termina execute: cd /usr/lib/i386-linux-gnu/dri/ sudo ln -s /usr/lib/va/drivers/fglrx_drv_video.so

[Bug 974205] Re: VA API doesn't work with fglrx driver from restricted repos

2012-04-10 Thread Heikki Keränen
I switched to 64-bit installation and for me there seems to be no difference to 32-bit: * fresh up to date 64 bit 12.04 beta2 * installation of FGLRX closed source driver from system settings * installing packages: vainfo, xvba-va-driver, libva-egl1, libva-glx1 $ cd

[Bug 974205] Re: VA API doesn't work with fglrx driver from restricted repos

2012-04-10 Thread norberto
same issue. $ fglrxinfo display: :0.0 screen: 0 OpenGL vendor string: Advanced Micro Devices, Inc. OpenGL renderer string: ATI Radeon HD 4200 OpenGL version string: 3.3.11627 Compatibility Profile Context -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 974205] Re: VA API doesn't work with fglrx driver from restricted repos

2012-04-10 Thread QIII
@Heikki -- I'll try to remove all and start from the top with only vainfo, xvba-va- driver, libva-egl1, libva-glx1. However, there is another bug reported against xvba-va-driver in Precise. Will go find it and post back. -- You received this bug notification because you are a member of Ubuntu

[Bug 974205] Re: VA API doesn't work with fglrx driver from restricted repos

2012-04-10 Thread QIII
Find other bug at Bug #969579 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/974205 Title: VA API doesn't work with fglrx driver from restricted repos To manage notifications about this bug go to:

[Bug 974205] Re: VA API doesn't work with fglrx driver from restricted repos

2012-04-10 Thread QIII
No improvement after cleanup and reinstall: $ vainfo libva: VA-API version 0.32.0 Xlib: extension XFree86-DRI missing on display :0. libva: va_getDriverName() returns 0 libva: Trying to open /usr/lib/x86_64-linux-gnu/dri/fglrx_drv_video.so xvba_video: XVBA_CreateContext(): status 11 libva error:

[Bug 974205] Re: VA API doesn't work with fglrx driver from restricted repos

2012-04-10 Thread QIII
On a hunch, I modified my xorg.conf. I removed load dri Now, all seems well. Suggest perhaps issue is with xorg.conf conflict? $ vainfo libva: VA-API version 0.32.0 Xlib: extension XFree86-DRI missing on display :0. libva: va_getDriverName() returns 0 libva: Trying to open

[Bug 974205] Re: VA API doesn't work with fglrx driver from restricted repos

2012-04-09 Thread Heikki Keränen
I have a 32-bit installation, but had the same problem. It tries to open: libva: Trying to open /usr/lib/i386-linux-gnu/dri/fglrx_drv_video.so but there was no such file in that directory. However I found the is two files in the system: /usr/lib/dri/fglrx_drv_video.so

[Bug 974205] Re: VA API doesn't work with fglrx driver from restricted repos

2012-04-09 Thread QIII
In a 64 bit installation, I did not find fglrx_drv_video.so. However, if I installed XvBA, I found a symlink to the XvBA .so in /usr/lib/va/drivers which was called fglrx_drv_video.so, but that still left me with failed initialization. -- You received this bug notification because you are a

[Bug 974205] Re: VA API doesn't work with fglrx driver from restricted repos

2012-04-09 Thread QIII
With the XvBA package installed and a symlink as described by Heikki, my vainfo output is now: $ vainfo libva: VA-API version 0.32.0 Xlib: extension XFree86-DRI missing on display :0. libva: va_getDriverName() returns 0 libva: Trying to open /usr/lib/x86_64-linux-gnu/dri/fglrx_drv_video.so

[Bug 974205] Re: VA API doesn't work with fglrx driver from restricted repos

2012-04-07 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: libva (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/974205 Title: VA

[Bug 974205] Re: VA API doesn't work with fglrx driver from restricted repos

2012-04-07 Thread QIII
Exactly the same output from vainfo. Minor differences in environment: Kubuntu Precise, ATI HD 5870 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/974205 Title: VA API doesn't work with fglrx

[Bug 974205] Re: VA API doesn't work with fglrx driver from restricted repos

2012-04-07 Thread QIII
Pardon me for the additional post. To confirm original entry by Stefan $ apt-cache policy libva-dev libva-egl1 libva-glx1 libva-tpi1 libva-x11-1 libva1 vainfo libva-dev: Installed: (none) Candidate: 1.0.15-4 Version table: 1.0.15-4 0 500 http://us.archive.ubuntu.com/ubuntu/

[Bug 974205] Re: VA API doesn't work with fglrx driver from restricted repos

2012-04-05 Thread Stefan Lands
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/974205 Title: VA API doesn't work with fglrx driver from restricted repos To manage notifications about this bug go to: