[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: need XF86Config for ThinkPad 560



On Sat, 1 Jan 2000, Mike Werner wrote:

> Pollywog wrote:
> > 
> > I can't seem to cook up a working XF86Config for my ThinkPad 560 this time
> > around.
> > 
> > On prior installs, the Debian install seemed to do this for me but it did not
> > happen this time and without the specs, I can't seem to be able to do it.
> > 
> > Does anyone have a working config they would share?

Hi! I missed the first message, so this is just to the list. I'm including
a working XF86Config for an original P120 TP560 with a 12.1" Active Matrix
screen. Don't use this config for the dual scan version.

Thanks. Syrus.

-- 

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Syrus Nemat-Nasser <syrus@ucsd.edu>    UCSD Physics Dept.

# 
# XFree86 configuration for IBM ThinkPad 560
# Renaud Waldura 2/5/99
# Adapted from others, see http://www.artic.org/~dgaudet/tp560/
#

Section "Files"
    RgbPath	"/usr/X11R6/lib/X11/rgb"

    FontPath	"/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath	"/usr/X11R6/lib/X11/fonts/misc/"
    FontPath	"/usr/X11R6/lib/X11/fonts/Speedo/"
EndSection

Section "Keyboard"
    Protocol	"Standard"
    AutoRepeat	500 5
EndSection

Section "Pointer"
    Protocol	"PS/2"
    Device	"/dev/mouse"

    Emulate3Buttons
    Emulate3Timeout 50
EndSection

Section "Monitor"
    Identifier	"ThinkPad"
    VendorName	"IBM"
    ModelName	"560"

    HorizSync	25-79
    VertRefresh	20-76
    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	"640x400"
    EndSubsection
EndSection

Section "Screen"
    Driver	"VGA16"
    Device	"svga"
    Monitor	"ThinkPad"

    SubSection "Display"
	Depth	4
	Modes	"800x600" "640x480"
    EndSubSection
EndSection

Reply to: