Comment 49 for bug 750437

Revision history for this message
Tsvetko (tsvetko.tsvetkov-deactivatedaccount) wrote :

"Disabling kernel mode setting is important, as the driver doesn't appear to take advantage of KMS yet. If you do not deactivate KMS, your system might freeze when trying to switch to a tty or even when shutting down via your DE. "

Source: Arch Wiki

For Grub2, edit /etc/default/grub and add nomodeset to the kernel parameter options, e.g.

GRUB_CMDLINE_LINUX_DEFAULT="nomodeset"