Subject: Re: X and S3 Trio3D/2X
To: Jan Danielsson <jan.danielsson@gmail.com>
From: Denis Lagno <dlagno@rambler.ru>
List: netbsd-users
Date: 08/13/2005 21:27:51
On Sat, Aug 13, 2005 at 12:46:57AM +0200, Jan Danielsson scribed:
> Hello all,
> 
>    It seems that XFree86 doesn't support S3 Trio3D/2X. A quick check
> revealed that X.org *does* support it.

In what sense does not support?  I had happily ran XFree86 on S3 Trio3D/2X couple years ago..

I had something like this in my XF86Config:

Section "Device"
        Identifier  "card0"
        Driver      "s3virge"
        VendorName  "S3 Inc."
        BoardName   "86c368 [Trio 3D/2X]"
        BusID       "PCI:1:0:0"
        VideoRAM    4096
        Option      "pci_burst" "true"
        Option      "pci_retry" "true"
        Option      "fifo_agressive" "true"
        Option      "fpm_vram" "true"
        Option      "HWCursor" "true"
        Option      "backingstore" "true"
EndSection