-
-
Save chrislea/0698b0cdbb34ccff0dbbf020981f3268 to your computer and use it in GitHub Desktop.
/etc/default/grub user config that works with my Nvidia GTX 960 on 2022-05-12
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# GRUB boot loader configuration | |
GRUB_DEFAULT=saved | |
GRUB_TIMEOUT=5 | |
GRUB_DISTRIBUTOR="Arch" | |
GRUB_CMDLINE_LINUX_DEFAULT="loglevel=3 quiet nvidia-drm.modeset=1 rcutree.rcu_idle_gp_delay=1" | |
GRUB_CMDLINE_LINUX="" | |
GRUB_DISABLE_OS_PROBER=false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment