[ltp] X Windows on IBM TP770Z
Geert Janssen
linux-thinkpad@www.bm-soft.com
Thu, 16 Sep 1999 12:32:32 -0400
Dear Declan,
Yes, I have X up on my ThinkPad.
Here is a one-line spec: TP 770Z PII 366 128M 14.1G 14.1T 1024x768 4M.
This has been discussed quite often already on this mailing list.
The most expert person is probably Bill Mair (who happens to run the
mailing list - bill.mair@mail.bm-soft.com,
http://www.bm-soft.com/~bm/tp770x.html).
I use his patched XF86_SVGA with support for TrueType fonts built-in.
The /etc/X11/XF86Config I use is attached below.
Regards,
Dr. Geert Janssen Phone: 914 945 2198 / Fax: 914 945 4469
IBM T.J. Watson Research Center P.O. Box 218, Bldg. 801, Office 26-150
Yorktown Heights, NY 10598 Email: geert@watson.ibm.com | geert@us.ibm.com
# **********************************************************************
# * XF68Config for IBM ThinkPad 770 X *
# * XFree86 3.3.3.1 with Trident Cyber3937 DVD Patch *
# * Bill Mair - 1999-03-08 *
# **********************************************************************
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
# FontPath "tcp/localhost:7100"
FontPath "unix/:-1"
# FontPath "/usr/X11R6/lib/X11/fonts/misc/:unscaled"
# FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
# FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
# FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
# FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
# FontPath "/usr/X11R6/lib/X11/fonts/misc/"
# FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
# FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
# FontPath "/usr/X11R6/lib/X11/fonts/dm/"
# FontPath "/usr/X11R6/lib/X11/fonts/TrueType/"
EndSection
Section "ServerFlags"
EndSection
Section "Keyboard"
Protocol "Standard"
AutoRepeat 500 5
XkbModel "microsoft"
LeftAlt Meta
RightCtl Control
EndSection
Section "Pointer"
Protocol "PS/2"
Device "/dev/mouse"
EndSection
Section "Monitor"
Identifier "TP770Z_LCD_1024x768"
VendorName "IBM"
ModelName "TP770Z (14.1)"
HorizSync 31.5-48.5
VertRefresh 55-90
Modeline "1024x768" 65 1024 1032 1176 1344 768 771 777 806 -hsync -vsync
# Modeline "1024x768" 75 1024 1048 1184 1328 768 771 777 806 -hsync -vsync
EndSection
Section "Device"
Identifier "TP770Z_XGA"
VendorName "IBM"
BoardName "TP770Z"
Option "accel"
EndSection
Section "Screen"
Driver "SVGA"
Device "TP770Z_XGA"
Monitor "TP770Z_LCD_1024x768"
DefaultColorDepth 32
BlankTime 5
StandbyTime 8
SuspendTime 10
Offtime 15
Subsection "Display"
Depth 32
Modes "1024x768"
ViewPort 0 0
Virtual 1024 768
Option "power_saver"
EndSubsection
EndSection