Hello,
Just built a new AM5 system. Put Debian 12 xfce on.
AMD Ryzen 5 8500G with radeon 740m integrated
Asrock X600-STX deskmini
32gb ddr5
Looks like stuck in 800x600 resolution. There are no other resolutions available. I have installed amdgpu as per https://wiki.debian.org/AtiHowTo
But still stuck in 800x600. (running a 4k monitor usually)
For an experiment ubuntu and fedora seem to work, but I really want to stick with debian.
Are there any other drivers or kernels that can work?
Many thanks in advance.
F
AMD Ryzen 5 8500G Radeon 740M drivers - debian 12 xfce
Re: AMD Ryzen 5 8500G Radeon 740M drivers - debian 12 xfce
GPU drivers are part of the Linux kernel. It can be updated from the backports: https://forums.debian.net/viewtopic.php?t=159363
Additionally you can update the firmware from the backports, I think this should be the firmware-amd-graphics package.
Additionally you can update the firmware from the backports, I think this should be the firmware-amd-graphics package.
Re: AMD Ryzen 5 8500G Radeon 740M drivers - debian 12 xfce
thanks, added backports and followed the steps.blackbird wrote: 2024-10-18 12:19 GPU drivers are part of the Linux kernel. It can be updated from the backports: https://forums.debian.net/viewtopic.php?t=159363
Additionally you can update the firmware from the backports, I think this should be the firmware-amd-graphics package.
upon reboot getting the following error message and not able to reach the login screen at all now.
Re: AMD Ryzen 5 8500G Radeon 740M drivers - debian 12 xfce
There are two entries of Debian 12 on linux-hardware.org which say the processor works: https://linux-hardware.org/?id=cpu:amd- ... m-graphics, one even with the kernel 6.1. So in principle the processor works with Debian.
You could check the logs for lightdm messages with
Or all errors during boot with
If you don't know the less command, you can navigate with it through the output with space and arrow keys and leave it with q.
To get a text console to enter the commands you can press <ctrl>+<alt>+<Fx> with Fx one of the function keys and login.
You could check the logs for lightdm messages with
Code: Select all
journalctl -xb | grep lightdm | less
Code: Select all
journalctl -p 3 -xb | less
To get a text console to enter the commands you can press <ctrl>+<alt>+<Fx> with Fx one of the function keys and login.