If the problem persists after updating then the next step is to disable KMS (Kernel Mode Setting) for the kernel.
1. Get to a text based terminal or ssh session on the system and edit (as the root user) /etc/default/grub.
2. Locate the line starting with “GRUB_CMDLINE_LINUX_DEFAULT=”. At the end of that line, before the ending ” add nomodeset. The line would look similar to this:
GRUB_CMDLINE_LINUX_DEFAULT=” resume=/dev/sda1 splash=silent quiet crashkernel=224M-:112M showopts nomodeset”
Save and exit the editor.
3. Run grub2-mkconfig to add the change to the grub configuration. As root:
grub2-mkconfig -o /boot/grub2/grub.cfg
4. Reboot for the kernel to run with the new parameter. After the system is booted confirm the parameter was included by running “cat /proc/cmdline” and verify that “nomodeset” shows up correctly.
With nomodeset in place the graphics should be displayed correctly and the display settings should allow a better selection for the resolution.