2 days ago I updated my system with apt update
and apt upgrade
. Afterwards I was able to boot, but the screens where just black. Enabling the tag nomodeset
in grub, thus disabling my video drivers showed me my graphic interface again, but it didn't seem to detect my screens. It only showed a zoomed in picture on my one screen, but doesn't recognize my second display at all. My second display is still black even though working (tested it with another computer)
-Processor-
AMD Ryzen 3 2200G with Radeon Vega Graphics
-Version-
Kernel : Linux 5.15.0-53-generic (x86_64)
Version : #59-Ubuntu SMP Mon Oct 17 18:53:30 UTC 2022
C Library : GNU C Library / (Ubuntu GLIBC 2.35-0ubuntu3.1) 2.35
Distribution: Ubuntu 22.04.1 LTS
I've tried installing AMD's drivers with apt install amdgpu
or amdgpu-install
but both ways had errors on errors with dependencies and similar stuff. After a day of work I resolved all errors, but it still didn't work. I've read that those are just the pro driver which have couple more features, but are for most cases not needed.
As far as I know drivers are baked in to the Kernel, including AMD's drivers. Thus this leads me to believe the Kernel doesn't support my particular video card yet.
So how can I resolve this? An option I have thought of are, to wait it out until the Kernel gets fixed. Can I rely on that and how long would it take? Another way could be to downgrade the Kernel. If this could work, how can I safely do so without completely damaging my system? Are there any better ways?