On 5/3/19 4:23 PM, sean darcy wrote:
On 5/3/19 7:10 PM, Samuel Sieb wrote:
On 5/3/19 2:18 PM, sean darcy wrote:
$ vainfo
libva info: VA-API version 1.4.1
X Error of failed request:  BadRequest (invalid request code or no such operation)
   Major opcode of failed request:  154 (DRI2)
   Minor opcode of failed request:  1 (DRI2Connect)
   Serial number of failed request:  11
   Current serial number in output stream:  11

It works for me.  Where are you running this from?

Not sure what you're asking. From the terminal. Not a VM.

I should have been more clear. I was trying to find out whether you were running it from an X terminal or a console or an ssh session, etc. That error is saying the X server doesn't like the request. When you run it as root, it can't talk to the X server, so it goes directly. You could try running "DISPLAY= vainfo" and see if it works without the X server.

The result on my laptop:
$ vainfo
libva info: VA-API version 1.4.1
libva info: va_getDriverName() returns 0
libva info: Trying to open /usr/lib64/dri/i965_drv_video.so
libva info: Found init function __vaDriverInit_1_4
failed to open /usr/lib64/dri/hybrid_drv_video.so
Not using hybrid_drv_video.so
libva info: va_openDriver() returns 0
vainfo: VA-API version: 1.4 (libva 2.4.0)
vainfo: Driver version: Intel i965 driver for Intel(R) Sandybridge Mobile - 2.3.0
vainfo: Supported profile and entrypoints
      VAProfileMPEG2Simple            : VAEntrypointVLD
      VAProfileMPEG2Main              : VAEntrypointVLD
      VAProfileH264ConstrainedBaseline: VAEntrypointVLD
      VAProfileH264ConstrainedBaseline: VAEntrypointEncSlice
      VAProfileH264Main               : VAEntrypointVLD
      VAProfileH264Main               : VAEntrypointEncSlice
      VAProfileH264High               : VAEntrypointVLD
      VAProfileH264High               : VAEntrypointEncSlice
      VAProfileH264StereoHigh         : VAEntrypointVLD
      VAProfileVC1Simple              : VAEntrypointVLD
      VAProfileVC1Main                : VAEntrypointVLD
      VAProfileVC1Advanced            : VAEntrypointVLD
      VAProfileNone                   : VAEntrypointVideoProc
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org

Reply via email to