Hardware acceleration disabled with nvidia graphics card
-
Hi,
Vivaldi (5.4.2753.51) does not use hardware acceleration with Nvidia graphics card.
inxi -G: Graphics: Device-1: NVIDIA GP107 [GeForce GTX 1050] driver: nvidia v: 510.85.02 Display: x11 server: X.Org v: 1.21.1.3 driver: X: loaded: nvidia unloaded: fbdev,modesetting,nouveau,vesa gpu: nvidia resolution: 1: 1920x1200~60Hz 2: 1920x1200~60Hz 3: 1920x1200~60Hz OpenGL: renderer: NVIDIA GeForce GTX 1050/PCIe/SSE2 v: 4.6.0 NVIDIA 510.85.02
I tried to start vivaldi with `vivaldi --use-gl=desktop:
ibva error: /usr/lib/x86_64-linux-gnu/dri/nvidia_drv_video.so has no function __vaDriverInit_1_0
Distribution is Ubuntu 22.04.
vivaldi://gpu:
Graphics Feature Status Canvas: Software only, hardware acceleration unavailable Canvas out-of-process rasterization: Disabled Direct Rendering Display Compositor: Disabled Compositing: Software only. Hardware acceleration disabled Multiple Raster Threads: Enabled OpenGL: Disabled Rasterization: Software only. Hardware acceleration disabled Raw Draw: Disabled Video Decode: Software only. Hardware acceleration disabled Video Encode: Software only. Hardware acceleration disabled Vulkan: Disabled WebGL: Software only, hardware acceleration unavailable WebGL2: Software only, hardware acceleration unavailable WebGPU: Disabled Problems Detected WebGPU has been disabled via blocklist or the command line. Disabled Features: webgpu Accelerated video encode has been disabled, either via blocklist, about:flags or the command line. Disabled Features: video_encode Accelerated video decode has been disabled, either via blocklist, about:flags or the command line. Disabled Features: video_decode Gpu compositing has been disabled, either via blocklist, about:flags or the command line. The browser will fall back to software compositing and hardware acceleration will be unavailable. Disabled Features: gpu_compositing
Hardware acceleration works perfect with firefox.
How can I solve this problem?Thanks in advance for a sulution.
-
@jochen01
Hi, Firefox use it´s own implementation, most Chromium based browser does not support Video Encode on Linux.
The most other features are supported, try to enable Override software rendering list flag. These flags are experimental, if it not work or cause issues, don´t forget you have this enabled.vivaldi://flags/#ignore-gpu-blocklist
Cheers, mib
-
@jochen01 vdpau-va-driver is installed? Seems Canonical broke something.
-
@jochen01 said in Hardware acceleration disabled with nvidia graphics card:
Distribution is Ubuntu 22.04.
Device-1: NVIDIA GP107 [GeForce GTX 1050] driver: nvidia v: 510.85.02
For me (Pop!_OS 22.04), Nvidia driver is 515.65.01
Hardware acceleration is working (GTX 1030).
-
@mib2berlin said in Hardware acceleration disabled with nvidia graphics card:
The most other features are supported, try to enable Override software rendering list flag.
Did not help. I do not expect working video encode. But hardware enabled video decoding should work nowadays.
Thank you for trying to help.
-
@DoctorG said in Hardware acceleration disabled with nvidia graphics card:
@jochen01 vdpau-va-driver is installed? Seems Canonical broke something.
Don't know. There is no package with this name available in Canonical repositories. Somethung very similar may be:
apt list --installed | grep -i vdpau: libvdpau-va-gl1/jammy,now 0.4.2-1build2 amd64 [installed] libvdpau1/jammy,now 1.4-3build2 amd64 [installed,automatic] mesa-vdpau-drivers/jammy-updates,now 22.0.5-0ubuntu0.1 amd64 [installed,automatic] vdpau-driver-all/jammy,now 1.4-3build2 amd64 [installed,automatic] vdpauinfo/jammy,now 1.4-2 amd64 [installed]
Seems that vdpau-va-driver is installed?
-
@TbGbe Updated from 510 to 515, no change.