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

  1.                          Information for i740 Users
  2.  
  3.                            Precision Insight, Inc.
  4.  
  5.                               18 February 1999
  6.  
  7. 1.  Supported Hardware
  8.  
  9.    o Intel 740 based cards.
  10.  
  11. 2.  Features
  12.  
  13.    o Full support for 8, 15, 16, and 24 bit pixel depths.
  14.  
  15.    o Hardware cursor support to reduce sprite flicker.
  16.  
  17.    o Hardware accelerated 2D drawing engine support for 8, 15, 16 and 24 bit
  18.      pixel depths.
  19.  
  20.    o Support for high resolution video modes up to 1600x1200.
  21.  
  22.    o Support for doublescan video modes (e.g., 320x200 and 320x240).
  23.  
  24.    o Support for gamma correction at all pixel depths.
  25.  
  26.    o Fully programmable clock supported.
  27.  
  28.    o Robust text mode restore for VT switching.
  29.  
  30. 3.  Technical Notes
  31.  
  32.    o Hardware acceleration is not possible when using the framebuffer in 32
  33.      bit per pixel format.
  34.  
  35.    o Interlace modes cannot be supported.
  36.  
  37. 4.  Reported Working Video Cards
  38.  
  39.    o Real3D Starfighter AGP
  40.  
  41.    o Real3D Starfighter PCI
  42.  
  43.    o Diamond Stealth II/G460 AGP
  44.  
  45.    o 3DVision-i740 AGP
  46.  
  47.    o ABIT G740 8MB SDRAM
  48.  
  49.    o Acorp AGP i740
  50.  
  51.    o AGP 2D/3D V. 1N, AGP-740D
  52.  
  53.    o AOpen AGP 2X 3D Navigator PA740
  54.  
  55.    o ARISTO i740 AGP (ART-i740-G)
  56.  
  57.    o ASUS AGP-V2740
  58.  
  59.    o Atrend (Speedy) 3DIO740 AGP (ATC-2740)
  60.  
  61.    o Chaintech AGP-740D
  62.  
  63.    o EliteGroup(ECS) 3DVision-i740 AGP
  64.  
  65.    o EONtronics Picasso 740
  66.  
  67.    o EONtronics Van Gogh
  68.  
  69.    o Everex MVGA i740/AG
  70.  
  71.    o Flagpoint Shocker i740 8MB
  72.  
  73.    o Gainward CardExpert 740 8MB
  74.  
  75.    o Genoa Systems Phantom 740
  76.  
  77.    o Gigabyte Predator i740 8MB AGP
  78.  
  79.    o Hercules Terminator 128 2X/i AGP
  80.  
  81.    o HOT-158 (Shuttle)
  82.  
  83.    o Intel Express 3D AGP
  84.  
  85.    o Jaton Video-740 AGP 3D
  86.  
  87.    o Jetway J-740-3D 8MB AGP, i740 AGP 3D
  88.  
  89.    o Joymedia Apollo 7400
  90.  
  91.    o Leadtek Winfast S900
  92.  
  93.    o Machspeed Raptor i740 AGP 4600
  94.  
  95.    o Magic-Pro MP-740DVD
  96.  
  97.    o MAXI Gamer AGP 8 MB
  98.  
  99.    o Palit Daytona AGP740
  100.  
  101.    o PowerColor C740 (SG/SD) AGP
  102.  
  103.    o QDI Amazing I
  104.  
  105.    o Soyo AGP (SY-740 AGP)
  106.  
  107.    o Spacewalker Hot-158
  108.  
  109.    o VideoExcel AGP 740
  110.  
  111.    o ViewTop ZeusL 8MB
  112.  
  113.    o Winfast S900 i740 AGP 8MB
  114.  
  115. 5.  Configuration
  116.  
  117. The driver auto-detects all device information necessary to initialize the
  118. card.  The only lines you need in the "Device" section of your XF86Config
  119. file are:
  120.  
  121.             Section "Device"
  122.                 Identifier "Intel i740"
  123.                 Driver     "i740"
  124.             EndSection
  125.  
  126. or let xf86config do this for you.
  127.  
  128. However, if you have problems with auto-detection, you can specify:
  129.  
  130.    o VideoRam - in kilobytes
  131.  
  132.    o DacSpeed - in MHz
  133.  
  134.    o MemBase  - physical address of the linear framebuffer
  135.  
  136.    o IOBase   - physical address of the memory mapped IO registers
  137.  
  138. 6.  Driver Options
  139.  
  140.    o "NoAccel"  - Turn off hardware acceleration
  141.  
  142.    o "SWCursor" - Request a software cursor (hardware is default)
  143.  
  144.    o "SDRAM"    - Force the use of SDRAM timings
  145.  
  146.    o "SGRAM"    - Force the use of SGRAM timings
  147.  
  148.    o "SlowRam"  - Force the use of slower ram timings
  149.  
  150.    o "Dac6Bit"  - Force the use of a 6 Bit Dac (8 Bit is the default)
  151.  
  152.    o "UsePIO    - Force the use of programmed IO (Memory mapped is the
  153.      default)
  154.  
  155. Note: the i740 X server should automatically detect whether your card has
  156. SGRAM or SDRAM.  Use the "sgram" and "sdram" options if it is incorrectly
  157. detected.
  158.  
  159. 7.  Known Limitations
  160.  
  161.    o Certain drawing operations are very slow when using 24 bit pixel depth
  162.      mode.
  163.  
  164. 8.  Author
  165.  
  166.    o Original version by Kevin E Martin <kevin@precisioninsight.com>
  167.  
  168.    o Daryll Strauss <daryll@precisioninsight.com>
  169.  
  170. This driver was donated to The XFree86 Project by:
  171.  
  172.          Precision Insight, Inc.
  173.          Cedar Park, TX
  174.          USA
  175.  
  176. http://www.precisioninsight.com
  177.  
  178.      Generated from XFree86: xc/programs/Xserver/hw/xfree86/doc/sgml/i740.sgml,v 1.3 2000/03/04 00:26:30 dawes Exp $
  179.  
  180.