You Are Here: Home » How-To » Linux

How To Display The Unity Launcher On The Left Monitor In A Multi-Monitor Set Up [Ubuntu 11.04]

By Ricky on August 31st, 2011 
Advertisement

Unity in Ubuntu 11.04 is not so easy to configure and it has a few annoying bugs. One particularly annoying bug is that in a multi-monitor setup, the launcher shows up on the right monitor and not on the left one even if the left one is set as the primary monitor. As a result of this, the launcher is stuck in the middle of the screen making it virtually impossible to use if set to auto hide.

In case you too are facing this bug, here is a quick work around to fix this issue:

  • Launch the Terminal.
  • Open the file ~/.config/monitor.xml in your favorite text editor. In am using nano in the example below.

$ nano ~/.config/monitor.xml

Example of the monitor.xml file showing the part you need to edit

  • In the monitor.xml file, look for the configuration of your left monitor.
  • Once you find it, look for the line <primary>no</primary>.
  • Change it to <primary>yes</primary>.
  • Save and close the file.
  • Log out and log in again.

You should have the Unity launcher on the left primary monitor now.

Note: This will not work if you use the proprietary ATI driver.

[source]

Advertisement







How To Display The Unity Launcher On The Left Monitor In A Multi-Monitor Set Up [Ubuntu 11.04] was originally published on Digitizor.com on August 31, 2011 - 7:24 pm (Indian Standard Time)