FAb7D More precisely when I stop window composer with shift-alt-f12.
Nonetheless, right now I think the problem is upstream. Because the nvidia and Intell drivers are installed and they work, but if I start a program with something like _NV_PRIME_RENDER_OFFLOAD=1 __GLX_VENDOR_LIBRARY_NAME=nvidia glxinfo -B `
the output is
OpenGL renderer string: NVIDIA GeForce GTX 1650/PCIe/SSE2
instead, if I give
__GLX_VENDOR_LIBRARY_NAME=mesa glxinfo -B , the intell ones is:
OpenGL renderer string: llvmpipe (LLVM 19.1.6, 256 bits) .
If I uninstall the drivers nvidia Solus uses the intell drivers correctly.
The output of this grep -E "(EE|WW|II|NVIDIA)" /var/log/Xorg.0.log among other things mentions nouveau and I don't know if that's normal:
[ 15.860] (II) config/udev: Adding drm device (/dev/dri/card1)
[ 16.222] (II) modeset(G0): [DRI2] DRI driver: nouveau
[ 16.222] (II) modeset(G0): [DRI2] VDPAU driver: nouveau
Right now, I think the issue might have perhaps arisen before the recent updates, and I only noticed it with these recent updates. Furthermore, I would like to point out that the problem is not only linked to videos, but also to animations, such as those of a "simple" program like Audacious. More details are provided below, should they be useful:
~ $ __NV_PRIME_RENDER_OFFLOAD=1 __GLX_VENDOR_LIBRARY_NAME=nvidia glxinfo -B
...
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: NVIDIA GeForce GTX 1650/PCIe/SSE2
OpenGL core profile version string: 4.6.0 NVIDIA 570.190
...
~ $ __GLX_VENDOR_LIBRARY_NAME=mesa glxinfo -B
...
glx: failed to create dri3 screen
failed to load driver: nvidia-drm
...
Extended renderer info (GLX_MESA_query_renderer):
Vendor: Mesa (...)
Device: llvmpipe (LLVM 19.1.6, 256 bits)
...
Accelerated: no
...
OpenGL renderer string: llvmpipe (LLVM 19.1.6, 256 bits)
...
~ $ glxinfo -B
...
glx: failed to create dri3 screen
failed to load driver: nvidia-drm
...
Extended renderer info (GLX_MESA_query_renderer):
Vendor: Mesa (...)
Device: llvmpipe (LLVM 19.1.6, 256 bits)
...
Accelerated: no
...
OpenGL renderer string: llvmpipe (LLVM 19.1.6, 256 bits)
...
~ $ lspci -k | grep -i vga -A 3
00:02.0 VGA compatible controller: Intel Corporation CoffeeLake-H GT2 [UHD Graphics 630]
Kernel driver in use: i915
--
01:00.0 VGA compatible controller: NVIDIA Corporation TU117M [GeForce GTX 1650 Mobile / Max-Q] (rev a1)
Kernel driver in use: nvidia
...
~ $ grep -iE "(EE|WW|II|nvidia)" /var/log/Xorg.0.log
[ 15.144] (WW) Failed to open protocol names file lib64/xorg/protocol.txt
[ 15.145] Current Operating System: Linux fdb 6.3.8-240.current #1 SMP PREEMPT_DYNAMIC Sat Jun 17 19:17:57 UTC
...
[ 15.148] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts".
...
[ 15.158] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
...
[ 15.388] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) UHD Graphics 630 (CFL GT2)
...
[ 15.605] (II) modeset(0): [DRI2] Setup complete
[ 15.605] (II) modeset(0): [DRI2] DRI driver: iris
...
[ 15.620] (II) AIGLX: Loaded and initialized iris
[ 15.620] (II) GLX: Initialized DRI2 GL provider for screen 0
...
[ 15.860] (II) xfree86: Adding drm device (/dev/dri/card1)
...
[ 16.106] (II) modeset(G0): glamor X acceleration enabled on NV167
...
[ 16.222] (II) modeset(G0): [DRI2] DRI driver: nouveau
...
[ 16.223] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event9)
...
[ 16.223] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event10)
...
[ 16.223] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event11)
...
[ 16.224] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event12)
...
[ 16.382] (II) config/udev: removing GPU device /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card1 /d
ev/dri/card1
...
[ 16.504] (II) modeset(G0): [DRI2] DRI driver: nouveau
...
[ 16.505] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event12)
...
[ 16.505] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event11)
...
[ 16.505] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event10)
...