[Bug 1716800] Re: VLC fails to enable VA-API acceleration in Ubuntu 17.10

2018-10-11 Thread Launchpad Bug Tracker
[Expired for vlc (Ubuntu) because there has been no activity for 60
days.]

** Changed in: vlc (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  VLC fails to enable VA-API acceleration in Ubuntu 17.10

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1716800] Re: VLC fails to enable VA-API acceleration in Ubuntu 17.10

2018-08-12 Thread Daniel van Vugt
Thank you for reporting this bug to Ubuntu.
Ubuntu 17.10 (artful) reached end-of-life on July 19, 2018.

See this document for currently supported Ubuntu releases:
https://wiki.ubuntu.com/Releases 

We appreciate that this bug may be old and you might not be interested
in discussing it any more. But if you are then please upgrade to the
latest Ubuntu version and re-test. If you then find the bug is still
present in the newer Ubuntu version, please add a comment here telling
us which new version it is in and change the bug status to Confirmed.

** Tags added: artful

** Changed in: vlc (Ubuntu)
   Status: Confirmed => Incomplete

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

Title:
  VLC fails to enable VA-API acceleration in Ubuntu 17.10

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1716800] Re: VLC fails to enable VA-API acceleration in Ubuntu 17.10

2018-08-11 Thread antgel
I also see this on `Intel(R) Core(TM) i7-7500U CPU @ 2.70GHz`. Parole
plays the same file with almost no CPU impact. `vlc -vvv` log attached.

** Attachment added: "vlc.out"
   
https://bugs.launchpad.net/ubuntu/+source/vlc/+bug/1716800/+attachment/5174238/+files/vlc.out

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

Title:
  VLC fails to enable VA-API acceleration in Ubuntu 17.10

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1716800] Re: VLC fails to enable VA-API acceleration in Ubuntu 17.10

2017-11-20 Thread Huixiu
** Description changed:

  I configured VLC to "VA-API video decoder via DRM". Playing some movies I got:
-   libva info: VA-API version 0.40.0
-   libva info: va_getDriverName() returns 1
-   libva error: va_getDriverName() failed with operation 
-   failed,driver_name=i965
-   [7f8cd40f9c68] vaapi_drm generic error: Failed to initialize the 
-   VAAPI device
+   libva info: VA-API version 0.40.0
+   libva info: va_getDriverName() returns 1
+   libva error: va_getDriverName() failed with operation
+   failed,driver_name=i965
+   [7f8cd40f9c68] vaapi_drm generic error: Failed to initialize the
+   VAAPI device
  
  After set up "export LIBVA_DRIVER_NAME=i965", I got:
-   libva info: VA-API version 0.40.0
-   libva info: va_getDriverName() returns -1
-   libva info: User requested driver 'i965'
-   libva info: Trying to open /usr/lib/x86_64-linux-
-gnu/dri/i965_drv_video.so
-   libva info: Found init function __vaDriverInit_0_40
-   libva error: /usr/lib/x86_64-linux-gnu/dri/i965_drv_video.so init 
-  failed
-   libva info: va_openDriver() returns -1
-   vaInitialize failed with error code -1 (unknown libva error),exit
- 
+   libva info: VA-API version 0.40.0
+   libva info: va_getDriverName() returns -1
+   libva info: User requested driver 'i965'
+   libva info: Trying to open /usr/lib/x86_64-linux-
+    gnu/dri/i965_drv_video.so
+   libva info: Found init function __vaDriverInit_0_40
+   libva error: /usr/lib/x86_64-linux-gnu/dri/i965_drv_video.so init
+  failed
+   libva info: va_openDriver() returns -1
+   vaInitialize failed with error code -1 (unknown libva error),exit
  
  $ vainfo
  libva info: VA-API version 0.40.0
  libva info: va_getDriverName() returns 0
  libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/i965_drv_video.so
  libva info: Found init function __vaDriverInit_0_40
  libva info: va_openDriver() returns 0
  vainfo: VA-API version: 0.40 (libva )
  vainfo: Driver version: Intel i965 driver for Intel(R) Skylake - 1.8.3
  vainfo: Supported profile and entrypoints
-   VAProfileMPEG2Simple:   VAEntrypointVLD
-   VAProfileMPEG2Simple:   VAEntrypointEncSlice
-   VAProfileMPEG2Main  :   VAEntrypointVLD
-   VAProfileMPEG2Main  :   VAEntrypointEncSlice
-   VAProfileH264ConstrainedBaseline:   VAEntrypointVLD
-   VAProfileH264ConstrainedBaseline:   VAEntrypointEncSlice
-   VAProfileH264ConstrainedBaseline:   VAEntrypointEncSliceLP
-   VAProfileH264Main   :   VAEntrypointVLD
-   VAProfileH264Main   :   VAEntrypointEncSlice
-   VAProfileH264Main   :   VAEntrypointEncSliceLP
-   VAProfileH264High   :   VAEntrypointVLD
-   VAProfileH264High   :   VAEntrypointEncSlice
-   VAProfileH264High   :   VAEntrypointEncSliceLP
-   VAProfileH264MultiviewHigh  :   VAEntrypointVLD
-   VAProfileH264MultiviewHigh  :   VAEntrypointEncSlice
-   VAProfileH264StereoHigh :   VAEntrypointVLD
-   VAProfileH264StereoHigh :   VAEntrypointEncSlice
-   VAProfileVC1Simple  :   VAEntrypointVLD
-   VAProfileVC1Main:   VAEntrypointVLD
-   VAProfileVC1Advanced:   VAEntrypointVLD
-   VAProfileNone   :   VAEntrypointVideoProc
-   VAProfileJPEGBaseline   :   VAEntrypointVLD
-   VAProfileJPEGBaseline   :   VAEntrypointEncPicture
-   VAProfileVP8Version0_3  :   VAEntrypointVLD
-   VAProfileVP8Version0_3  :   VAEntrypointEncSlice
-   VAProfileHEVCMain   :   VAEntrypointVLD
-   VAProfileHEVCMain   :   VAEntrypointEncSlice
+   VAProfileMPEG2Simple:   VAEntrypointVLD
+   VAProfileMPEG2Simple:   VAEntrypointEncSlice
+   VAProfileMPEG2Main  :   VAEntrypointVLD
+   VAProfileMPEG2Main  :   VAEntrypointEncSlice
+   VAProfileH264ConstrainedBaseline:   VAEntrypointVLD
+   VAProfileH264ConstrainedBaseline:   VAEntrypointEncSlice
+   VAProfileH264ConstrainedBaseline:   VAEntrypointEncSliceLP
+   VAProfileH264Main   :   VAEntrypointVLD
+   VAProfileH264Main   :   VAEntrypointEncSlice
+   VAProfileH264Main   :   VAEntrypointEncSliceLP
+   VAProfileH264High   :   VAEntrypointVLD
+   VAProfileH264High   :   VAEntrypointEncSlice
+   VAProfileH264High   :   VAEntrypointEncSliceLP
+   VAProfileH264MultiviewHigh  :   VAEntrypointVLD
+   VAProfileH264MultiviewHigh  :   VAEntrypointEncSlice
+   VAProfileH264StereoHigh :   VAEntrypointVLD
+   VAProfileH264StereoHigh :   VAEntrypointEncSlice
+    

[Bug 1716800] Re: VLC fails to enable VA-API acceleration in Ubuntu 17.10

2017-11-06 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: vlc (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/1716800

Title:
  VLC fails to enable VA-API acceleration in Ubuntu 17.10

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1716800] Re: VLC fails to enable VA-API acceleration in Ubuntu 17.10

2017-11-06 Thread Daniel van Vugt
** Summary changed:

- VLC failed to enable Video accelerationI in Artful Beta 1
+ VLC fails to enable VA-API acceleration in Ubuntu 17.10

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

Title:
  VLC fails to enable VA-API acceleration in Ubuntu 17.10

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs