Skip to content

Instantly share code, notes, and snippets.

@masmarius
Last active May 24, 2018 03:06
Show Gist options
  • Save masmarius/9026036 to your computer and use it in GitHub Desktop.
Save masmarius/9026036 to your computer and use it in GitHub Desktop.
GRUB - Disable secondary display output (LVDS) on startup

edit /etc/default/grub:

GRUB_CMDLINE_LINUX_DEFAULT="<default paramaters> video=LVDS-1:d"

update your changes to grub:

update-grub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment