Index of /archives/NetBSD/NetBSD-release-9/xsrc/external/mit/xf86-video-newport/dist
Name Last modified Size Description
Parent Directory -
src/ 2020-03-20 07:41 -
missing 2015-07-23 10:15 10K
man/ 2020-03-20 07:41 -
ltmain.sh 2015-07-23 10:15 277K
install-sh 2015-07-23 10:15 14K
depcomp 2015-07-23 10:15 20K
configure.ac 2015-07-23 10:15 2.7K
configure 2015-07-23 10:15 575K
config.sub 2015-07-23 10:15 35K
config.h.in 2015-07-23 10:15 1.8K
config.guess 2015-07-23 10:15 44K
aclocal.m4 2015-07-23 10:15 414K
XF86Config.indy 2009-02-14 12:04 10K
README 2015-07-23 10:15 1.8K
Makefile.in 2015-07-23 10:15 26K
Makefile.am 2015-07-23 10:15 1.3K
INSTALL 2015-07-23 10:15 11K
ChangeLog 2015-07-23 10:15 19K
CVS/ 2020-03-20 07:41 -
COPYING 2015-07-23 10:15 1.4K
Information for newport Users
Guido Guenther
24 February 2003
____________________________________________________________
Table of Contents
1. Supported Hardware
2. Features
3. Notes
4. Configuration
5. Authors
6. Acknowledgements
______________________________________________________________________
1. Supported Hardware
This is an unaccelerated driver for the SGI newport cards (a.k.a. XL)
as found in the SGI Indy and Indigo2. Both the 8bit and 24bit versions
are tested and working.
2. Features
o Support for 8 and 24 bit pixel depths
o Hardware cursor support to reduce flicker
3. Notes
o X -configure does not generate a xorg.conf file.
o There's only a 1280x1024 mode.
4. Configuration
The driver auto-detects all device information necessary to initialize
the card on the Indy. The only lines you need in the "Device" section
of your xorg.conf file are:
Section "Device"
Identifier "SGI newport"
Driver "newport"
EndSection
Indigo2 users have to use the BusID option as documented below.
However, if you have problems with auto-detection, you can specify:
o bitplanes - number of physical bitplanes (8 or 24)
o HWCursor - enable or disable hardware cursor
o BusID - set this to "1" on the Indigo2 XL
5. Authors
o Guido Guenther <mailto:agx@sigxcpu.org>
6. Acknowledgements
o Gleb O. Raiko <mailto:raiko@niisi.msk.ru> for getting the beast to
build
o Ralf Baechle <mailto:ralf@oss.sgi.com> for his patience...
o Ulf Carlsson <mailto:ulfc@calypso.engr.sgi.com> for comments and
elf loader code
o Nina A. Podolskaya <mailto:nap@niisi.msk.ru> for elf loader code
o all the guys who wrote the newport_con linux kernel code