Skip to content

Instantly share code, notes, and snippets.

@chrislea
Created May 12, 2022 16:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrislea/0698b0cdbb34ccff0dbbf020981f3268 to your computer and use it in GitHub Desktop.
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
# 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