xenocara/driver/xf86-video-newport
2009-11-22 16:54:09 +00:00
..
man regen 2009-06-05 20:42:19 +00:00
src Update to xf86-newport 0.2.3 2009-11-22 16:54:09 +00:00
aclocal.m4 Update to xf86-newport 0.2.3 2009-11-22 16:54:09 +00:00
ChangeLog Importing xf86-video-newport 0.2.1 2006-11-26 20:08:09 +00:00
config.guess regenerate with OpenBSD autotools 2006-11-27 14:55:05 +00:00
config.h.in regen 2009-06-05 20:42:19 +00:00
config.sub regenerate with OpenBSD autotools 2006-11-27 14:55:05 +00:00
configure Update to xf86-newport 0.2.3 2009-11-22 16:54:09 +00:00
configure.ac Update to xf86-newport 0.2.3 2009-11-22 16:54:09 +00:00
COPYING Importing xf86-video-newport 0.2.1 2006-11-26 20:08:09 +00:00
depcomp Importing xf86-video-newport 0.2.1 2006-11-26 20:08:09 +00:00
install-sh Importing xf86-video-newport 0.2.1 2006-11-26 20:08:09 +00:00
ltmain.sh Update to xf86-newport 0.2.3 2009-11-22 16:54:09 +00:00
Makefile.am Importing xf86-video-newport 0.2.1 2006-11-26 20:08:09 +00:00
Makefile.bsd-wrapper $Xenocara$ -> $OpenBSD$ 2006-11-27 19:27:25 +00:00
Makefile.in regen 2009-06-05 20:42:19 +00:00
missing Importing xf86-video-newport 0.2.1 2006-11-26 20:08:09 +00:00
README Importing xf86-video-newport 0.2.1 2006-11-26 20:08:09 +00:00
README.sgml Importing xf86-video-newport 0.2.1 2006-11-26 20:08:09 +00:00
XF86Config.indy Importing xf86-video-newport 0.2.1 2006-11-26 20:08:09 +00:00

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

  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  <agx@sigxcpu.org>



  6.  Acknowledgements


  +o  Gleb O. Raiko  <raiko@niisi.msk.ru> for getting the beast to build

  +o  Ralf Baechle  <ralf@oss.sgi.com> for his patience...

  +o  Ulf Carlsson  <ulfc@calypso.engr.sgi.com> for comments and elf
     loader code

  +o  Nina A. Podolskaya  <nap@niisi.msk.ru> for elf loader code

  +o  all the guys who wrote the newport_con linux kernel code