Replies: 1 comment
-
In other words, what you are asking is to shift the burden of modifying kernel parameters to the many users who need mode setting. NVIDIA drivers do their own mode setting, so they do not need KMS, and the system is smart enough to know that, but most of the rest of us pretty much rely on it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm a newbie to linux and just recently installed Linux Mint on my laptop. Ran into the issue where it would boot into a black screen without any ability to enter the GRUB menu or TTY. Issue was solved by booting from a USB, mounting the drive, chrooting, and adding
nomodeset
to the GRUB boot parameters.According to discussion on the parameter here:
I think it would be a great feature to add nomodeset by default to GRUB on install, or if possible, work out when to add it based on the hardware. This would improve the first-user experience and prevent annoying issues where you have to fix it in a super roundabout way. Happy to hear why this isn't a good idea though, still learning about the Linux ecosystem.
Beta Was this translation helpful? Give feedback.
All reactions