I use a Nvidia card and I had the same issue. Enabling fbdev of nvidia_drm module solved it.
- I created a file nvidia.conf in /etc/modprobe.d/ and added the following line
options nvidia_drm modeset=1 fbdev=1 - I updated the initramfs with command
sudo update-initramfs -u - reboot
Note: you can have any name for the file instead of the nvidia.conf, for example foobar.conf
Enjoy!