I recently got a rx 560 for my computer running ubuntu 22.04 and installed the amdgpu drivers which worked. Though now when I try to suspend my computer the monitor goes blank for a second, then comes right back on like nothing even happened. Before I had an gtx 650 ti installed in the computer which worked fine when tryng to suspend, but now with the rx 560 it does not suspend. I then tried the pm-suspend command and it worked just fine so now I need to know how to either implement the pm-suspend command or just fix suspend.
I have a desktop computer and I use the power button on it to suspend and also have a shortcut I made that uses systemctl suspend
. Both of those have the same exact thing happen as described above.
lshw -c video
in the configuration tab it saysdriver=amdgpu
and yes before I upgraded I had the NV card running just fine. – Zach Jordan Nov 19 '22 at 22:37amdgpu
is already included in any modern Linux distro and automatically activated for any compatible hardware. You DON'T need to install the AMD proprietary drivers (AKAamdgpu-pr
). – ChanganAuto Nov 19 '22 at 23:57sudo dmesg
as soon as it resumes to see if some useful error rings a bell. But probably formatting and reinstalling is going to be faster. – Matias N Goldberg Nov 20 '22 at 03:40systemctl suspend
the computer goes to sleep for a second but just then just wake back up.Here part of the log
– Zach Jordan Nov 20 '22 at 04:16