*BSD News Article 70579


Return to BSD News archive

Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!news.cs.su.oz.au!metro!metro!asstdc.scgt.oz.au!nsw.news.telstra.net!act.news.telstra.net!imci3!newsfeed.internetmci.com!news.sprintlink.net!news-stk-200.sprintlink.net!tank.news.pipex.net!pipex!swrinde!sdd.hp.com!bone.think.com!paperboy.osf.org!loverso
From: loverso@osf.org (John Robert LoVerso)
Newsgroups: comp.unix.bsd.freebsd.misc,comp.windows.x.i386unix
Subject: Re: XF86Config for TI TravelMate?
Date: 10 Jun 1996 12:24:21 GMT
Organization: OSF Research Institute, Cambridge MA
Lines: 99
Message-ID: <4ph45l$2jj@paperboy.osf.org>
References: <4p2ftk$nh4@server.cs.vt.edu> <4p8tim$33q@server.cs.vt.edu> <4on9f9$df@uriah.heep.sax.de> <vqyzq6czevt.fsf@pattern.arlington.ma.us>
NNTP-Posting-Host: coltsfoot.osf.org
Xref: euryale.cc.adfa.oz.au comp.unix.bsd.freebsd.misc:20989 comp.windows.x.i386unix:20211

And here's the XF86Config I use with XF86-3.1.2[DE] on my TI 5200, at 800x600.
The trick to make that work is to disable the "MS DOS Display Expanded Mode"
option, either from the BIOS setup, or the TI Setup program under Windows.

This config file doesn't work at 640x480 and, further, when X exits it doesn't
restore the chipset for displaying plain text.  Hence, once X has been run,
you can't work at the plain "console" interface anymore.

John LoVerso
OSF Research Institute


# Copyright (c) 1994 by The XFree86 Project, Inc.
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
# to deal in the Software without restriction, including without limitation
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
# and/or sell copies of the Software, and to permit persons to whom the
# Software is furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
# THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
# OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
#
# Except as contained in this notice, the name of the XFree86 Project shall
# not be used in advertising or otherwise to promote the sale, use or other
# dealings in this Software without prior written authorization from the
# XFree86 Project.
#

# This file was generated by reconfig(1)
# Refer to the XF86Config(4/5) man page for a description of the format

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

Section "ServerFlags"
EndSection

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

Section "Pointer"
    Protocol "PS/2"
    Device "/dev/psm0"
    Emulate3Buttons
    Emulate3Timeout	50
EndSection

Section "Monitor"
    Identifier "th"
    VendorName "Twinhead"
    ModelName "875cx"
    HorizSync 31.53,42.59
    VertRefresh 67.6,60
##   ModeLine "640x480"	25.2 640 680 776 800 480 491 493 525
##   ModeLine "640x480"	31.5 640 784 792 864 480 488 491 521
   ModeLine  "800x600"	42.59 800 824 984 1000 600 603 609 630
EndSection

Section "Device"
    Identifier "clgd7543"
    VendorName "Cirrus Logic"
    BoardName "CL-GD7543"
    VideoRam 2048
#    Chipset "clgd7543"
	Membase 0x06000000
    Clocks 42.59
EndSection

Section "Screen"
    Driver "svga"
    Device "clgd7543"
    Monitor "th"
    Subsection "Display"
        Depth 16
        Modes "800x600"
	Option "linear"
        ViewPort 0 0
        Virtual 800 600
    EndSubsection
EndSection