Skip to content

Instantly share code, notes, and snippets.

@3dsf
Created June 17, 2022 06:44
Show Gist options
  • Save 3dsf/ea3ec8bf2da99d3a110c91d382ce7479 to your computer and use it in GitHub Desktop.
Save 3dsf/ea3ec8bf2da99d3a110c91d382ce7479 to your computer and use it in GitHub Desktop.
Fedora 36 nvidia grub file with wayland enalbled
echo 'GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)"
GRUB_DEFAULT=saved
GRUB_DISABLE_SUBMENU=true
GRUB_TERMINAL_OUTPUT="console"
GRUB_CMDLINE_LINUX="rhgb quiet rd.driver.blacklist=nouveau nvidia-drm.modeset=1"
GRUB_DISABLE_RECOVERY="true"
GRUB_ENABLE_BLSCFG=true' | sudo tee /etc/default/grub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment