6

I have a shortcut to "xfce4-display-settings -m" that displays the following options when I have two monitors connected:

  • Laptop
  • Mirror Displays
  • Extend to the Right
  • Monitor

I would like to also see "Extend to the Left." What can I do to make that option appear?


Note: I am running Ubuntu 12.10 with xubuntu-desktop installed.

corvec
  • 203

1 Answers1

6

The command is simple:

xrandr --output HDMI1 --auto --left-of eDP1

You will have to find the names of the displays and edit the command accordingly. To do so, simply run xrandr without arguments.

mreq
  • 4,932