Stephan Maus

/etc/XF86Config for IBM Thinkpad 760X

Attention: Only for XFree86 3.3.6.3!

Read here how to install the old X-servers of XFree86 3.3.6.3 in combination with the new XFree86 4 coming with the actual NetBSD 1.6.2. You’ll learn how to get the X-server up on this Thinkpad. And now, the configuration-file:

#########|| Cut here ||

Attention: This XF86Config works only for XFree86 3.3.6.3

Section “Files”

RgbPath “/usr/pkg/X11R6.3/lib/X11/rgb”

RgbPath “/usr/X11R6/lib/X11/rgb”

FontPath “/usr/pkg/X11R6.3/lib/X11/fonts/local/” FontPath “/usr/pkg/X11R6.3/lib/X11/fonts/misc/” FontPath “/usr/pkg/X11R6.3/lib/X11/fonts/75dpi/:unscaled” FontPath “/usr/pkg/X11R6.3/lib/X11/fonts/100dpi/:unscaled” FontPath “/usr/pkg/X11R6.3/lib/X11/fonts/Type1/” FontPath “/usr/pkg/X11R6.3/lib/X11/fonts/Speedo/” FontPath “/usr/pkg/X11R6.3/lib/X11/fonts/75dpi/” FontPath “/usr/pkg/X11R6.3/lib/X11/fonts/100dpi/”

ModulePath “/usr/pkg/X11R6.3/lib/modules”

EndSection

Section “ServerFlags” EndSection

Section “Keyboard”

Protocol “Standard” AutoRepeat 500 30 XkbModel “pc102”

Choose the appropriate keyboard-layout for your country:

XkbLayout “de”

XkbVariant “nodeadkeys”

EndSection

Section “Pointer” Protocol “wsmouse” Device “/dev/wsmouse”

EndSection

Section “Monitor”

Identifier “ThinkPad” VendorName “IBM” ModelName “560”

HorizSync 25-79 VertRefresh 20-76

Write each mode-line in one line

ModeLine “640x480” 28.32 640 664 760 800 480 491 493 525 ModeLine “800x600” 28.32 800 808 1024 1040 600 600 626 640 +hsync +vsync

EndSection

Section “Device”

Identifier “GUI” VendorName “Trident” BoardName “9385” Option “noaccel”

EndSection

Section “Device”

Identifier “svga” VendorName “ibm” BoardName “bar” Chipset “generic” ClockChip “tgui” VideoRam 1024

EndSection

Section “Screen”

Driver “svga” Device “GUI” Monitor “ThinkPad” DefaultColorDepth 16

Subsection “Display” Depth 8 Modes “800x600” “640x480” EndSubsection

Subsection “Display” Depth 16 Modes “800x600” “640x480” EndSubsection

Subsection “Display” Depth 32 Modes “640x480” EndSubsection

EndSection

XF86Config for TP 760XL by Stephan Maus, March 2005

#############|| Cut here ||