Ubuntu: manage two monitors
How manage two monitors in Ubuntu system?
First of all, you have tu use ATI fglrx driver, obiously if you have ATI graphic card
Follow the Unofficial ATI Linux driver wiki to 1) install and configuring the driver and 2) enable two monitors.
In short:
- install the driver:
- you shouldn’t need to update xorg.conf, just verify that fglrx is present in this file:
- enables support fro Big-Desktop, and places the two monitors next to each other (see thread about ATI Big Desktop)
- enable two monitors on the fly:
sudo apt-get install xorg-driver-fglrx
[...]
Section "Device"
Identifier "ATI Technologies Inc Radeon Mobility X700 (PCIE)"
Driver "fglrx"
[...]
EndSection
[...]
sudo aticonfig --desktop-setup=horizontal --sync-vsync=on --add-pairmode=Width0xHeight0+Width1xHeight1
aticonfig --enable-monitor=lvds,crt1 --effective=now
Note: in
aticonfig --enable-monitor=string, string
string can be one of the following set, separated by commas: none, crt1, crt2, lvds, tv, tmds1, tmds2, auto. Check out connected and enabled monitors using:
aticonfig --query-monitor
-
Categories
-
Articles
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- September 2009
- June 2009
- May 2009
- March 2009
- February 2009
- January 2009
- December 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
-
Meta




