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