Device initalization failed according to the Xorg logs;
- Dump your firmware version
- Dump your kernel version
- Dump your kernel logs (
dmesg
orjournalctl -k
)
Device initalization failed according to the Xorg logs;
dmesg
or journalctl -k
)Nice, then you should be able to run vkcube
to verify whether your GPU is activated properly.
You can do several "iterations" here as well.
mangohud vkcube-wayland
- Does it use your Nvidia GPU?mangohud vkcube
- Does it use your Nvidia GPU?If Step 2 nor 3 shows your Nvidia GPU you can try and force it with:
mangohud vkcube-wayland --gpu_number 0
Breaking Linux every week or every other week? That's almost impressive!
From: This thread
Seems like you can try and debug the execution by running switcherooctl launch *application*
, which should (manually) do the same as when you right click and click Launch with dedicated GPU
, because I think Mint is using switcheroo, same as Gnome is.
But would then hopefully log some debug information for you in the terminal itself
Additionally you can try and force use
amdgpu
rather than radeon, by setting the kernel flags:radeon.cik_support=0 radeon.si_support=0 amdgpu.cik_support=1 amdgpu.si_support=1 amdgpu.dc=1
Source