Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Jan 2005 06:15:34 +0100
From:      Oliver Fuchs <oliverfuchs@onlinehome.de>
To:        freebsd-questions@freebsd.org
Subject:   Re: xf86config for Toshiba satellite pro laptop
Message-ID:  <20050125051534.GA3302@oliverfuchs.onlinehome.de>
In-Reply-To: <20050125041505.GA2346@oliverfuchs.onlinehome.de>
References:  <FHEHIMKBOLDJMFFFKOBBGEBGCAAA.sales3@ceos.co.za> <20050125041505.GA2346@oliverfuchs.onlinehome.de>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 25 Jan 2005, Oliver Fuchs wrote:

> On Mon, 24 Jan 2005, Riaan de Klerk wrote:
> 
> > hi there i am stuck i have a older auwa laptop and cant find the s3 savage
> > 86c270 video driver for it.
> > could you be as kind as to assist me in finding it.
> > 
> > Kind regards.
> 
> Using FreeBSD 5.3 (?) depending on what you want to use try:
> 
> Xorg -configure
> Xorg -config xorg.conf.new
> cp xorg.conf.new /etc/X11/xorg.conf
> 
> or
> 
> XFree86 -configure
> XFree86 -xf86config XF86Config.new
> cp XF86Config.new /etc/X11/XF86Config
> 
> The s3 savage video driver is supported.

The main part in the config file should look like this:

Section "Device"

        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoAccel"            	# [<bool>]
        #Option     "HWCursor"           	# [<bool>]
        #Option     "SWCursor"           	# [<bool>]
        #Option     "ShadowFB"           	# [<bool>]
        #Option     "Rotate"             	# [<str>]
        #Option     "UseBIOS"            	# [<bool>]
        #Option     "LCDClock"           	# <freq>
        #Option     "ShadowStatus"       	# [<bool>]
        #Option     "CrtOnly"            	# [<bool>]
        #Option     "TvOn"               	# [<bool>]
        #Option     "PAL"                	# [<bool>]
        #Option     "ForceInit"          	# [<bool>]
	Identifier  "Card0"
	Driver      "savage"
	VendorName  "S3 Inc."
	BoardName   "86C270-294 Savage/IX-MV"
	BusID       "PCI:1:0:0"
EndSection

Oliver

-- 
... don't touch the bang bang fruit



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050125051534.GA3302>