LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   How do I disable KMS with grub2? (https://www.linuxquestions.org/questions/linux-general-1/how-do-i-disable-kms-with-grub2-922290/)

krystal 01-05-2012 06:38 PM

How do I disable KMS with grub2?
 
How do I disable KMS with grub2?

andrewthomas 01-05-2012 06:59 PM

add nomodeset to the linux line

or in /etc/default/grub

change
Code:

GRUB_CMDLINE_LINUX_DEFAULT=""
to
Code:

GRUB_CMDLINE_LINUX_DEFAULT="nomodeset"
then

Code:

grub-mkconfig

krystal 01-05-2012 07:09 PM

Quote:

Originally Posted by andrewthomas (Post 4567434)
add nomodeset to the linux line

or in /etc/default/grub

change
Code:

GRUB_CMDLINE_LINUX_DEFAULT=""
to
Code:

GRUB_CMDLINE_LINUX_DEFAULT="nomodeset"
then

Code:

grub-mkconfig

ok thanks


All times are GMT -5. The time now is 02:47 PM.