Ubuntu Forums Archive Viewer

How to setup a dual monitor Ubuntu Wiki

Archived thread 1606886 from Documentation and Community Wiki Discussions. Markdown source: Documentation_and_Community_Wiki_Discussions/thread_1606886_How_to_setup_a_dual_monitor_Ubuntu_Wiki.md

Original URL About this archive
#1

I put several hours into adding a "How to setup a dual monitor" in Ubuntu's Wiki. I hope this will help other people. I know if I would have been able to read this that it would have saved me a lot of time. I hope this saves other people time.

https://wiki.ubuntu.com/X/Config/Resolution/#How%20to%20setup%20a%20dual%20monitor

#2

I just updated the .xprofile information. I added information on how to set a primary monitor.

  xrandr --output VGA1 --mode 1024x768 --rate 60

  #Laptop right extra Monitor Left
  #xrandr --output VGA1 --left-of LVDS1

  #Laptop left extra Monitor right
  #xrandr --output LVDS1 --left-of VGA1

  #This is to set your primary monitor.
  
  #This sets your laptop monitor as your primary monitor. 
  xrandr --output LVDS1 --primary
  
  #This sets your VGA monitor as your primary monitor. 
  #xrandr --output VGA1 --primary
#3

Nice [IMG]http://metaldetectingforum.com/images/smilies/waytogo.gif[/IMG]