I upgraded from Kubuntu 2504 to 2510, since the initial restart and whenever i try to boot after i am unable to enter sddm.
If i enter tty i get a couple of graphics card issues listed
Ive tried booting from different kernels in the grub menu, reinstalling sddm, reinstalling graphics driver, and even trying to bypass sddm alltogether, all of which without any of it making a difference for the issue. The only fix i find is plugging in one of the displayports into the motherboard, but this is no fun to always do and not even a consistent solution.
Amd radeon rx 6600
Dell precision tower 3620
Kubuntu 25.04, 25.10
Hi,
how do you have updated your system as the best way in case hardware vendor drivers are involved is to disable them during the update process and use the opensource ones. After updating the system enable them again via:
sudo apt update && upgrade
sudo ubuntu-drivers autoinstall
after installation of the recommended drivers
sudo reboot
However, I have to admit that you maybe already tried this but I have seen similar user reports (different kernel(s) + driver(s)).
NO! The correct, concatenated, commands are
sudo apt update && sudo apt upgrade
or
sudo apt update && sudo apt full-upgrade
Not necessarily but irrelevant because AMD graphics drivers are open-source and already included. But even if relevant the command is outdated. Now it’s just
sudo ubuntu-drivers install
1 Like