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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to