First can you run this in terminal and see whether KMS is enabled on your machine?
dmesg | grep drm
If you do not see KMS listed, then it is not enabled.
If it is not:
sudo nano /etc/gdm3/custom.conf
Remove the Comment from WaylandEnable=false and then change it to say
WaylandEnable=true
Hit ctrl+x to exit, then hit the y key to say yes to save, then hit the enter key to save as current configuration.
The terminal will revert to normal, then run:
sudo systemctl restart gdm3
Or reboot to test