Saturday, March 01, 2008

Dual Head Ubuntu 8.04 Alpha

Dual Head Ubuntu 8.04 Alpha
Dual Head Ubuntu 8.04 Alpha,
originally uploaded by mor10am.
I finally got around to trying to get both monitors work again, and this time I had success!

I added this line to the xorg.conf

Virtual 3200 1050

in the subsection "Display" of section "Screen".

Afterwards I run xrandr like this:

xrandr --output VGA --mode 1280x1024 --output TMDS-1 --mode 1680x1050 --left-of VGA


My computer is a Dell Optiplex 745 with an Intel gfx card.

2 comments:

Alain said...

Thank you,
I am now on Hardy 8.04 and can't make it work. In 7.10 version there was a simple utility like in windows in which you just said you wanted an extended desktop. Where has that gone? The "screen resolution" app. does identify both screens but can only clone them, there is no option to have extended desktop. Thanks for your feed back.

Morten Amundsen said...

I still had to add the Virtual statement in xorg.conf, but after that I just used System->Preferences->Screen Resolution. Unhooked the "Clone Screens", and dragged one monitor to the right of the other one, and set the resolutions.

Post a Comment