Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Jul 1997 21:30:12 -0700 (PDT)
From:      "Brian N. Handy" <handy@sag.space.lockheed.com>
To:        alexandr@ren.eecis.udel.edu
Cc:        William Robertson <robr@wired.com>, sameer <sameer@c2.net>, msmith@atrad.adelaide.edu.au, freebsd-mobile@freebsd.org
Subject:   RE: X on a TP560 
Message-ID:  <Pine.OSF.3.96.970729212458.11675B-100000@sag.space.lockheed.com>
In-Reply-To: <9707300245.AA09343@sag.space.lockheed.com>

next in thread | previous in thread | raw e-mail | index | archive | help
>William Robertson <robr@wired.com> spake:
>: 
>: if you run xfree 3.3 you can get 16bits in 800x600 mode.  without
>: cy9832.  

Then Jerry inquired:

>How?  Is there an XF86Config that you can point me to.

And Brian produced:

(1) Change your /usr/X11R6/lib/X11/xdm/Xservers to this invocation:

:0 local /usr/X11R6/bin/X -bpp 16


(2)  And...here's the XF86Config.  Have fun.  This is for XFree 3.3, my
chip is a Trident 9385 (IF I'm reading the xdm-errors file right, anyway).
I originally got this from one of the pages listed on the 'Linux Laptop'
page.  Some guy has all sorts of great TP560 stuff there; if this doesn't
work for you it might be worth poking around.  But this file is
FreeBSD-compliant...if you've got my laptop, it should drop right in.

Cheers,

Brian

------------------------ 8< Snip 8< ------------------------

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/Type1/"
    FontPath	"/usr/X11R6/lib/X11/fonts/Speedo/"
EndSection

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

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

    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"
    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





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.OSF.3.96.970729212458.11675B-100000>