home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 August - Disc 2 / chip_20018102_hu.iso / linux / X-4.1.0 / doc / README.i810 < prev    next >
Encoding:
Text File  |  2001-06-27  |  2.9 KB  |  111 lines

  1.                          Information for i810 Users
  2.  
  3.                            Precision Insight, Inc.
  4.  
  5.                                 3 March 2000
  6.  
  7. 1.  Supported Hardware
  8.  
  9.    o Intel 810 motherboards:
  10.  
  11.         o i810,
  12.  
  13.         o i810-dc100,
  14.  
  15.         o i810e
  16.  
  17.         o i815
  18.  
  19. 2.  Features
  20.  
  21.    o Full support for 8, 15, 16, and 24 bit pixel depths.
  22.  
  23.    o Hardware cursor support to reduce sprite flicker.
  24.  
  25.    o Hardware accelerated 2D drawing engine support for 8, 15, 16 and 24 bit
  26.      pixel depths.
  27.  
  28.    o Support for high resolution video modes up to 1600x1200.
  29.  
  30.    o Fully programmable clock supported.
  31.  
  32.    o Robust text mode restore for VT switching.
  33.  
  34. 3.  Technical Notes
  35.  
  36.    o Hardware acceleration is not possible when using the framebuffer in 32
  37.      bit per pixel format, and this mode is not supported by this driver.
  38.  
  39.    o Interlace modes cannot be supported.
  40.  
  41.    o This driver currently only works for Linux/ix86 and recent versions of
  42.      FreeBSD.  It requires the agpgart kernel support, which is included in
  43.      Linux kernels 2.3.42 and higher, and FreeBSD 4.1 and higher.
  44.  
  45. 4.  Reported Working Video Cards
  46.  
  47.    o Intel evaluation hardware - i810, i810-dc100, i810e and i815.
  48.  
  49.    o Tyan Tomcat Motherboard.
  50.  
  51.    o HappyPC set-top box.
  52.  
  53. 5.  Configuration
  54.  
  55. The driver auto-detects all device information necessary to initialize the
  56. card.  The only lines you need in the "Device" section of your XF86Config
  57. file are:
  58.  
  59.             Section "Device"
  60.                 Identifier "Intel i810"
  61.                 Driver     "i810"
  62.             EndSection
  63.  
  64. or let xf86config do this for you.
  65.  
  66. However, if you have problems with auto-detection, you can specify:
  67.  
  68.    o DacSpeed - in MHz
  69.  
  70.    o MemBase  - physical address of the linear framebuffer
  71.  
  72.    o IOBase   - physical address of the memory mapped IO registers
  73.  
  74. In order to use most resolutions, it is necessary to install the 'agpgart.o'
  75. module.  You will probably have to compile the module yourself (see the notes
  76. in the module).
  77.  
  78. Note: the i810 driver detects whether your motherboard has display cache
  79. video memory.  This memory is has reduced bandwidth compared to normal system
  80. memory, and isn't used by the server.  The main function of this memory is
  81. for ancillary buffers (eg. z buffer) in a forthcoming 3d capable server.
  82.  
  83. 6.  Driver Options
  84.  
  85.    o "NoAccel"  - Turn off hardware acceleration
  86.  
  87.    o "SWCursor" - Request a software cursor (hardware is default)
  88.  
  89.    o "Dac6Bit"  - Force the use of a 6 Bit Dac (8 Bit is the default)
  90.  
  91. 7.  Known Limitations
  92.  
  93.    o No 3D support in this release.
  94.  
  95.    o Running two X servers on different VTs is not supported at this time.
  96.  
  97. 8.  Author
  98.  
  99.    o Keith Whitwell
  100.  
  101. This driver was donated to The XFree86 Project by:
  102.  
  103.          Precision Insight, Inc.
  104.          Cedar Park, TX
  105.          USA
  106.  
  107. http://www.precisioninsight.com
  108.  
  109.      Generated from XFree86: xc/programs/Xserver/hw/xfree86/doc/sgml/i810.sgml,v 1.3 2001/04/04 01:34:18 dawes Exp $
  110.  
  111.