Two 24' displayed vertically in Ubuntu

Posted by QuinnBaetz on Super User See other posts from Super User or by QuinnBaetz
Published on 2010-06-21T17:40:01Z Indexed on 2010/12/31 19:56 UTC
Read the original article Hit count: 178

Filed under:
|
|
|

I just got two 24' inch monitors, and want them to display vertically side by side. I got one to but can't figure out the command to get them both vertical and displaying.

xorg.conf:

Section "Monitor"
    Identifier  "Configured Monitor"
EndSection

Section "Screen"
    Identifier  "Default Screen"
    Monitor     "Configured Monitor"
    Device      "Configured Video Device"
    SubSection "Display"
        Virtual 3840 1200
    EndSubSection
EndSection

Section "Device"
    Identifier  "Configured Video Device"
EndSection


xrandr:

Screen 0: minimum 320 x 200, current 3840 x 1200, maximum 3840 x 1200
VGA connected 1920x1200+0+0 (normal left inverted right x axis y axis) 519mm x 324mm
   1920x1200      60.0*+
   1600x1200      60.0  
   1280x1024      75.0     60.0  
   1152x864       75.0  
   1024x768       75.0     60.0  
   800x600        75.0     60.3  
   640x480        75.0     59.9  
   720x400        70.1  
TMDS-1 connected 1920x1200+1920+0 (normal left inverted right x axis y axis) 518mm x 324mm
   1920x1200      60.0*+
   1600x1200      60.0  
   1280x1024      75.0     60.0  
   1152x864       75.0  
   1024x768       75.0     60.0  
   800x600        75.0     60.3  
   640x480        75.0     59.9  
   720x400        70.1  

any clue on the command to make them vertical? Thanks!

© Super User or respective owner

Related posts about monitor

Related posts about display