Subject: Re: IBM Thinkpad T43p X setup
To: None <current-users@netbsd.org>
From: Michael van Elst <mlelstv@serpens.de>
List: current-users
Date: 12/30/2007 17:21:30
ficovh@yahoo.com ("Francisco Valladolid Hdez.") writes:
>Anyone had experience with a IBM T43p laptop running X
>at 1600x1200 video mode ? Recently i acquired one and
>can't get the maximun resolution on it.
>The laptop has a ATI Fire GL with 128MB RAM.
I use modular-xorg from pkgsrc and it works fine.
Here are the relevant parts from xorg.conf. You
may want to adjust the keyboard settings :)
Screen 1 is for an external monitor, comment out the
statement in the ServerLayout section if you don't
have any.
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Panel" 0 0
Screen 1 "External" RightOf "Panel"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
Option "Xinerama" "false"
Option "BlankTime" "10"
Option "OffTime" "10"
Option "AllowMouseOpenFail" "true"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "AutoRepeat" "250 50"
Option "XkbModel" "pc102"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "wsmouse"
Option "Device" "/dev/wsmouse"
#Option "Emulate3Buttons" "true"
# Option "LeftEdge" "1700"
# Option "RightEdge" "5300"
# Option "TopEdge" "1700"
# Option "BottomEdge" "4200"
# Option "FingerLow" "25"
# Option "FingerHigh" "30"
# Option "MaxTapTime" "180"
# Option "MaxTapMove" "220"
# Option "VertScrollDelta" "100"
# Option "MinSpeed" "0.06"
# Option "MaxSpeed" "0.12"
# Option "AccelFactor" "0.0010"
# Option "SHMConfig" "on"
Option "Buttons" "3"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
Identifier "Panel"
VendorName "IBM"
ModelName "Thinkpad T43p"
DisplaySize 305 228
Option "DPMS" "true"
EndSection
Section "Monitor"
Identifier "External"
VendorName "unknown"
ModelName "unknown"
Option "DPMS" "true"
EndSection
Section "Device"
Option "MetaModes" "1600x1200-1280x1024"
Option "DynamicClocks" "on"
Option "BIOSHotKeys" "off"
Option "VGAAccess" "on"
Option "AGPMode" "4"
Identifier "Card0"
Driver "ati"
VendorName "ATI Technologies Inc"
BoardName "ATI Mobility FireGL V3200"
BusID "PCI:1:0:0"
Screen 0
EndSection
Section "Device"
Option "DynamicClocks" "on"
Option "BIOSHotKeys" "off"
Option "VGAAccess" "on"
Option "AGPMode" "4"
Identifier "Card1"
Driver "ati"
VendorName "ATI Technologies Inc"
BoardName "ATI Mobility FireGL V3200"
BusID "PCI:1:0:0"
Screen 1
EndSection
Section "Screen"
Identifier "Panel"
Device "Card0"
Monitor "Panel"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1600x1200"
EndSubSection
EndSection
Section "Screen"
Identifier "External"
Device "Card1"
Monitor "External"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Modes "1280x1024" "1024x768" "800x600" "640x480"
Depth 24
EndSubSection
EndSection
--
--
Michael van Elst
Internet: mlelstv@serpens.de
"A potential Snark may lurk in every tree."