Skip to content

Instantly share code, notes, and snippets.

@tux-00
Last active March 20, 2017 13:00
Show Gist options
  • Save tux-00/7cfa30976ccb480fe04b695d4d27e030 to your computer and use it in GitHub Desktop.
Save tux-00/7cfa30976ccb480fe04b695d4d27e030 to your computer and use it in GitHub Desktop.
How to fix Bumblebee dual screen bug

Dual screen bug

Source : https://fedoraproject.org/wiki/Bumblebee#For_free_or_open_source_solution

Edit the file /etc/default/grub

GRUB_TIMEOUT=0
GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)"
GRUB_DEFAULT=saved
GRUB_DISABLE_SUBMENU=true
GRUB_TERMINAL_OUTPUT="console"
GRUB_CMDLINE_LINUX="rd.lvm.lv=fedora_tofu/root rd.lvm.lv=fedora_tofu/swap rhgb quiet video=VGA-2:d acpi_backlight=vendor"
GRUB_DISABLE_RECOVERY="true"

Rebuild grub2 /etc/default/grub

grub2-mkconfig -o /boot/grub2/grub.cfg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment