You are not logged in.

#1 2009-03-17 20:05:46

quarren
Member
From: Kiel, Germany
Registered: 2007-08-02
Posts: 2

[SOLVED]Can't get Dual Screens to run properly on a IBM T42

hey guys,

i seem to have a little problem here. i'm trying to get an external TFT screen to run from the vga-out of my thinkpad. the screen on the laptop supports a default resolution of 1400x1050 pixels, the TFT should operate at 1280x1024. when i plug in the TFT monitor, my screen is automatically cloned to it and operates at 1400x1050 pixels, which looks really, really ugly.

so, when i do 'xrandr --output VGA-0 --right-of LVDS' it works okay, but the TFT STILL operates at 1400x1050. do i have to add something special to my xorg.conf? what i have now is:

Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        Screen      1  "ExtTFT" LeftOf "Monitor0"
        InputDevice    "Mouse0" "Section "Monitor"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

<--snip-->

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
        Option       "DPMS"

Section "Monitor"
        Identifier "ExtTFT"
        Option "DPMS"
EndSection

<--snip-->

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes "1400x1050"
                Virtual 2800 1200
        EndSubSection
EndSection

Section "Screen"
        Identifier "ExtTFT"
        Device "Card0"
        Monitor "ExtTFT"
        SubSection "Display"
                Depth   24
                Modes "1280x1024"
        EndSubSection
EndSection

Output of 'xrandr -q' is:

Screen 0: minimum 320 x 200, current 1400 x 1050, maximum 2800 x 1200
VGA-0 connected 1400x1050+0+0 (normal left inverted right x axis y axis) 338mm x 270mm
   1400x1050      60.0*+
   1280x1024      60.0 +   75.0     60.0     60.0  
   1600x1024      60.2  
   1440x900       59.9  
   1280x960       60.0  
   1360x768       59.8  
   1152x864       75.0     75.0     75.0     70.0     60.0  
   1024x768       75.1     75.0     70.1     60.0  
   832x624        74.6  
   800x600        72.2     75.0     60.3     56.2  
   640x480        75.0     72.8     72.8     75.0     66.7     60.0     59.9  
   720x400        70.1  
DVI-0 disconnected (normal left inverted right x axis y axis)
LVDS connected 1400x1050+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
   1400x1050      50.0*+
S-video disconnected (normal left inverted right x axis y axis)

Thanks!

EDIT: Okay, fixed this just by using 'xrandr --output LVDS --mode 1400x1050 --output VGA-0 --mode 1280x1024 --right-of LVDS', sorry. smile

Last edited by quarren (2009-03-17 20:40:32)

Offline

#2 2009-03-17 21:14:38

Inxsible
Forum Fellow
From: Chicago
Registered: 2008-06-09
Posts: 9,183

Re: [SOLVED]Can't get Dual Screens to run properly on a IBM T42

We love people who solve their own problems big_smile


Forum Rules

There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !

Offline

Board footer

Powered by FluxBB