Skip to content

Instantly share code, notes, and snippets.

View pedjak's full-sized avatar

Predrag Knezevic pedjak

  • Upbound
  • Darmstadt, Germany
View GitHub Profile
Add the following lines in /etc/gdm/Init/Default
just before "exit 0" statement
xrandr --output HDMI3 --same-as LVDS1
xrandr --output HDMI3 --auto
replase HDMI3 with your external display
and LVDS1 with your internal display
reboot.