Dual Screen under Linux

EDIT: When using a nvidea card run

sudo nvidea-xconfig --twinview

And just     Option "TwinViewOrientation"      "<relationship of head 1 to head 0>"

Problem still remains for multiple configurations like with or without a beamer.
-- EDIT END

Problem: difficulty to attach a beamer or secondary screen to X.

Description: I just bought myself more screen space. Now my desktop has a nice looking 22" flat screen. But X is not helping in configuring this. The same happened when attaching my notebook to a beamer. X or Gnome falls back to a 640x400 screen when a secondary screen is attached. For my new monitor I selected a like model from the list.

Solution: Edit the /etc/X11/xorg.conf by merging back the old working part of which a backup was created when using the Gnome 'Screen and Graphics' tool.

I had to login though a safe console then

sudo su -
ls -ltr xorg.conf.*
diff xorg.conf xorg.conf.31 # change 31 to your latest version
cat xorg.conf xorg.conf.31 > new.xorg.conf
vi new.xorg.conf
mv xorg.conf xorg.conf.32
mv new.xorg.conf xorg.conf

The DefaultMonitor was good in the old one. So I removed the 640x400 DefaultMonitor and DefaultScreen. After fixing all double entries I had my double screens working.

But my work flow was broken. For some reasons my Terminal launcher went dead. I'm still trying to figure this out. This bug http://bugzilla.gnome.org/show_bug.cgi?id=354767 and http://forums.fedoraforum.org/showthread.php?p=1022773 sounds familiar.

Furthermore just doing a logout is not working somehow. You have to do a reboot :(

images: 
Dual Screen Graph

Reply

  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.
  • You may post code using <code>...</code> (generic) or <?php ... ?> (highlighted PHP) tags.

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
Image CAPTCHA
Copy the characters (respecting upper/lower case) from the image.