Subject: Re: Kinda OT- ThinkPad70EL, NetBSD 1.4.2, & XFree86 3.3.6
To: David Woyciesjes <DAW@yalepress3.unipress.yale.edu>
From: Chris G. Demetriou <cgd@sibyte.com>
List: port-i386
Date: 10/09/2000 12:50:11
I've been running XF86 (3.3.3.1, it seems) on my 760EL for ... ages.

I had a hard time getting a config working, way back when when I got
it.

I use the /etc/XF86Config below, and:

1 [brick] cgd % ls -la /usr/X11R6/bin/X
lrwxr-xr-x  1 root  wheel  9 May  9  1999 /usr/X11R6/bin/X@ -> XF86_SVGA

hope that helps.

if not, well, output from "xinit >& log_file" would probably be a good
start at figuring out what's going wrong.  8-)



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

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

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

Section "Pointer"
    Protocol    "BusMouse"
    Device      "/dev/pms0"

    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       "640x480"
    EndSubsection
EndSection

Section "Screen"
    Driver      "VGA16"
    Device      "svga"
    Monitor     "ThinkPad"
    SubSection  "Display"
        Depth       4
        Modes       "800x600" "640x480"
    EndSubSection
EndSection