Closed Bug 1771591 Opened 2 years ago Closed 2 years ago

/usr/share/libdrm/amdgpu.ids: Permission denied

Categories

(Core :: Graphics, defect)

Firefox 102
defect

Tracking

()

RESOLVED DUPLICATE of bug 1751363

People

(Reporter: pmenzel+bugzilla.mozilla.org, Unassigned)

Details

Steps to reproduce:

In Debian sid/unstable with firefox 100.0.2-1, start Firefox with VA-API enabled.

Actual results:

libva info: va_openDriver() returns 0
libva info: VA-API version 1.14.0
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/radeonsi_drv_video.so
libva info: Found init function __vaDriverInit_1_14
/usr/share/libdrm/amdgpu.ids: Permission denied
libva info: va_openDriver() returns 0

Expected results:

No permission denied error should be shown.

$ ls -l /usr/share/libdrm/amdgpu.ids
-rw-r--r-- 1 root root 10387 16. Feb 11:00 /usr/share/libdrm/amdgpu.ids
$ vainfo 
libva info: VA-API version 1.14.0
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/radeonsi_drv_video.so
libva info: Found init function __vaDriverInit_1_14
libva info: va_openDriver() returns 0
vainfo: VA-API version: 1.14 (libva 2.12.0)
vainfo: Driver version: Mesa Gallium driver 22.0.4 for AMD Radeon Vega 8 Graphics (raven, LLVM 14.0.3, DRM 3.44, 5.17.0-3-amd64)
vainfo: Supported profile and entrypoints
      VAProfileMPEG2Simple            : VAEntrypointVLD
      VAProfileMPEG2Main              : VAEntrypointVLD
      VAProfileVC1Simple              : VAEntrypointVLD
      VAProfileVC1Main                : VAEntrypointVLD
      VAProfileVC1Advanced            : VAEntrypointVLD
      VAProfileH264ConstrainedBaseline: VAEntrypointVLD
      VAProfileH264ConstrainedBaseline: VAEntrypointEncSlice
      VAProfileH264Main               : VAEntrypointVLD
      VAProfileH264Main               : VAEntrypointEncSlice
      VAProfileH264High               : VAEntrypointVLD
      VAProfileH264High               : VAEntrypointEncSlice
      VAProfileHEVCMain               : VAEntrypointVLD
      VAProfileHEVCMain               : VAEntrypointEncSlice
      VAProfileHEVCMain10             : VAEntrypointVLD
      VAProfileJPEGBaseline           : VAEntrypointVLD
      VAProfileVP9Profile0            : VAEntrypointVLD
      VAProfileVP9Profile2            : VAEntrypointVLD
      VAProfileNone                   : VAEntrypointVideoProc

The Bugbug bot thinks this bug should belong to the 'Core::Graphics' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.

Component: Untriaged → Graphics
Product: Firefox → Core
Status: UNCONFIRMED → RESOLVED
Closed: 2 years ago
Resolution: --- → DUPLICATE

Thank you. Indeed, with MOZ_DISABLE_RDD_SANDBOX=1 the message is gone.

You need to log in before you can comment on or make changes to this bug.