Today I switched my graphics card from a Nvidia 1050Ti to an AMD Radeon RX 7800 XT. Before doing that I switched graphics driver from proprietary nvidea to Nouveau. But that doesn't seem to be sufficient. Now my Kubuntu 22.04 boot fails with
[drm:amdgpu_device_ip_early_init [amdgpu]] *ERROR* early_init of IP block <mes_v11_0> failed -19
amdgpu 0000:0c:00.0: amdgpu: Fatal error during GPU init
Luckily I can still start into recovery mode and the resume to normal and that leads to a working desktop. So I do have access to my system which should make fixing it not that hard. Also I have a dualboot system and I can boot into Win10 without a problem, so the graphics card itself is fine.
I expect the answer to my problem to be an adapted version of "reconfigure/reinstall" xserver-xorg like in this case!?
I actually tried to install the radeon driver for ubuntu 22.04 afterwards but that was apparently too little, too late.
How do I fix this problem? And is that already how I get the best Radeon driver on my Kubunu? (I play a lot of Steam games on my linux system, so I'm fine with using proprietary Radeon drivers, if that's the way to improve my gaming experience.)
EDIT:
as requested, here's the text from installing amdgpu-install
: (It's mostly mostly swedish, but as you can see, the latest version already seems to be installed.)
stephan@blux:~/Hämtningar$ sudo apt-get install ./amdgpu-install_5.7.50700-1_all.deb
Läser paketlistor… Färdig
Bygger beroendeträd… Färdig
Läser tillståndsinformation… Färdig
Observera, väljer "amdgpu-install" istället för "./amdgpu-install_5.7.50700-1_all.deb"
amdgpu-install is already the newest version (5.7.50700-1653597.22.04).
0 att uppgradera, 0 att nyinstallera, 0 att ta bort och 0 att inte uppgradera.
And yes, the 20_radeon_hd6800
file exists as well:
stephan@blux:~/Hämtningar$ sudo ls -la /usr/share/grub-gfxpayload-lists/blacklist/
total 24
drwxr-xr-x 2 root root 4096 Feb 23 2023 .
drwxr-xr-x 3 root root 4096 Feb 23 2023 ..
-rw-r--r-- 1 root root 660 Mär 27 2015 00_header
-rw-r--r-- 1 root root 26 Mär 27 2015 10_vmware
-rw-r--r-- 1 root root 13 Mär 27 2015 11_virtualbox
-rw-r--r-- 1 root root 13 Mär 27 2015 20_radeon_hd6800
sudo apt-get install --reinstall xserver-xorg-core libgl1-mesa-glx:i386 libgl1-mesa-dri:i386 libgl1-mesa-glx:amd64 libgl1-mesa-dri:amd64
adapted to my driver situation!? – StephanS Sep 23 '23 at 07:18/usr/share/grub-gfxpayload-lists/blacklist/20_radeon_hd6800
(blacklisting!) – Hannu Sep 23 '23 at 11:11