bitwarden: MESA: error: Failed to query drm device (intel/no3d) #6464
-
I'm using the latest commit of firejail on NixOS with Sway, running on an Intel machine without a dedicated GPU. The version of Bitwarden Desktop I’m using is 2024.8.1. Running However, when I run
I would like to understand how Relates to: |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Access to hardware accelerated rendering/decoding (GPU). Otherwise software rendering/decoding (CPU) should be used.
Not really if you're on a nvidia-free systemd system. Then it's just allow/deny |
Beta Was this translation helpful? Give feedback.
-
I'd expect most programs to just fallback to CPU rendering and work normally Please consider reporting this also to bitwarden (and NixOS/sway/mesa if |
Beta Was this translation helpful? Give feedback.
-
If I use firejail (main) and keepassxc:
Keepassxc does not show up, but the process is running. Any hints how how to debug? |
Beta Was this translation helpful? Give feedback.
blacklist /dev/dri
(intel, amd, nouveau?) and nvidia stuffAccess to hardware accelerated rendering/decoding (GPU). Otherwise software rendering/decoding (CPU) should be used.
Not really if you're on a nvidia-free systemd system. Then it's just allow/deny
/dev/dri
. If you want to fine-tune things there, you need to create a virtual GPU and pipe to/from it.