Installing an always-up-to-date Version of The CUDA Toolkit

If it has the # infront then it is commented out, so need to remove…

The inxi output from the previous command should show the Nvidia device as the default now…

That’s the workaround I was looking to avoid as mentioned in the first post :sweat_smile:
Wouldn’t that workaround cause Vulkan to be ignored entirely by GTK applications?

Indeed.

> inxi -za -Ga
...
API: Vulkan v: 1.4.328 layers: 3 device: 0 type: discrete-gpu name: NVIDIA
    GeForce RTX 3050 6GB Laptop GPU driver: nvidia v: 580.105.08
    device-ID: 10de:25ec surfaces: N/A device: 1 type: integrated-gpu
    name: Intel UHD Graphics (ADL-S GT0.5) driver: mesa intel v: 25.3.0
    device-ID: 8086:468b surfaces: N/A ...
...

@arvidjaar I would love your input on this.

@malcolmlewis

@kryzet so are you seeing the issue still after the switch to the Nvidia card for Vulkan? Until Mesa 25.3.1 is released AFAIK this work around will be needed…

Edit: removing libvulkan_intel and switch to the nvidia vulkan should suffice.

I am not seeing it, but a new one popped up: after a sufficiently long suspend colorful artifacts cover the borders of GTK windows (specifically Text Editor). I have only observed the issue once IIRC.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.