home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 45 / cda45.iso / Linux / XFree86-4.0 / doc / README.rendition < prev    next >
Encoding:
Text File  |  2000-03-09  |  5.3 KB  |  140 lines

  1.                        Information for Rendition Users
  2.  
  3.                           The XFree86 Project Inc.
  4.  
  5.                               12 December 1999
  6.  
  7. 1.  Supported hardware
  8.  
  9. All cards based on the V1000 or the V2x00 should be supported. The server was
  10. tested on a miroCRYSTAL VRX (V1000), Intergraph Intense-100 3D (V1000), Dia-
  11. mond Stealth II S220 (V2100), Hercules Thriller3D (V2200), Innovision War-
  12. rior3D (V2200) and Genoa V-Raptor (v2200).
  13.  
  14. 2.  Limitations
  15.  
  16. V1000 cards can only work as primary display card due to hardware limita-
  17. tions.
  18.  
  19. V2x00 cards can work even if not primary, but primary display card will be
  20. disabled when server is run. This is a driver limitation.
  21.  
  22. Hopefully these limitations will be workaround and fixed before final XFree86
  23. 4.0 release.
  24.  
  25. 3.  Important notices
  26.  
  27. Some V1000-based video cards are known to lock up the computer if you have
  28. write-combine activated. Disabling it removes the problem. Look for settings
  29. in the motherboards BIOS and disable ALL settings that has to do with write-
  30. combine (usually called USWC or just WC for short).
  31.  
  32. 15 bits per pixel is only supported on V1000-based cards due to hardware lim-
  33. itations on V2x00 chipsets.
  34.  
  35. If you have problems with hardware cursor use the "sw_cursor" option to
  36. revert back to software cursor.
  37.  
  38. 4.  Features
  39.  
  40.    o Hardware acceleration
  41.  
  42.    o Hardware cursor
  43.  
  44.    o Supported color depths
  45.  
  46.         o 8 bits per pixel (256 pseudo colour)
  47.  
  48.         o 15 bits per pixel (actually 16-bits with RGB-weight 555, 32768 col-
  49.           ors)
  50.  
  51.         o 16 bits per pixel (high colour, RGB-weight 565, 65536 colors)
  52.  
  53.         o 32 bits per pixel (true colour, sparse 24bit, 16M colors)
  54.  
  55. 5.  XF86Config Option
  56.  
  57.       Option "sw_cursor"
  58.             Disables use of the hardware cursor.
  59.  
  60.       Option "overclock_mem"
  61.             Run the memory at a higher clock. Useful on some cards with dis-
  62.             play glitches at higher resolutions. But adds the risk to damage
  63.             the hardware. Use with caution.
  64.  
  65.       DacSpeed "MHz"
  66.             Set custom ramdac limit. We have currently no way of knowing if
  67.             the v2x00 chip is a v2100 (170MHz) or v2200 (203MHz and 230MHz)
  68.             so we assume the lowest. Use this option to manually override the
  69.             value.
  70.  
  71.       Option "FramebufferWC"
  72.             If writecombine is disabled in BIOS, and you add this option in
  73.             in configuration file, then the driver will try to request write-
  74.             combined access to the framebuffer. This can drastically increase
  75.             the performance on unaccelerated server. Requires that
  76.             "MTRR"-support is compiled into the OS-kernel.
  77.  
  78.       Option "NoDDC"
  79.             Disable probing of DDC-information from your monitor. This infor-
  80.             mation is not used yet and is only there for informational pur-
  81.             poses. This might change before final XFree86 4.0 release. Safe
  82.             to disable if you experience problems during startup of X-server.
  83.  
  84.       Option "ShadowFB"
  85.             If this option is enabled, the driver will cause the CPU to do
  86.             each drawing operation first into a shadow frame buffer in system
  87.             virtual memory and then copy the result into video memory.  If
  88.             this option is not active, the CPU will draw directly into video
  89.             memory.  Enabling this option is beneficial for those systems
  90.             where reading from video memory is, on average, slower than the
  91.             corresponding read/modify/write operation in system virtual mem-
  92.             ory.  This is normally the case for PCI or AGP adapters, and, so,
  93.             this option is enabled by default unless acceleration is enabled.
  94.  
  95.       Option "Rotate"
  96.             The option expect a value "CW" for clockwise or "CCW" for coun-
  97.             terclockwise rotation of the screen. This is useful when you need
  98.             more height then width on the screen. Desktop publishing is one
  99.             example where a monitor could display the whole page at once on a
  100.             monitor laying on the side.  Notice that this option requires
  101.             "ShadowFB" and automatically enable it. It also disables the
  102.             acceleration.  The option is not activated by default.
  103.  
  104. 6.  News in this release
  105.  
  106.    o Acceleration! Disabled for the moment.
  107.  
  108. 7.  Major changes in this release
  109.  
  110.    o ShadowFB support added
  111.  
  112.    o To be determined before final release.
  113.  
  114. 8.  Bugfixes
  115.  
  116.    o 8bpp finally works correctly again
  117.  
  118. 9.  Known problems in current driver
  119.  
  120.    o The acceleration code hangs the computer during X-server startup.
  121.  
  122.    o DDC-probing does not work correctly yet. No DDC information is found.
  123.  
  124.    o Switching from display to VC and back to display can lock up V2x00
  125.      cards.
  126.  
  127.    o When scrolling the virtual display on a V1000 card parts of the screen
  128.      will become distorted. Problem disappears when you continue moving
  129.      around. V2x00 does not exhibit this problem. Probably a bug in the
  130.      driver rather than a limitation of the chip.
  131.  
  132. 10.  Work in progress (not finished in time for release)
  133.  
  134.    o Acceleration is disabled for the moment. If you want to play with it
  135.      enable the "USE_ACCEL" define in rendition.c file! Beware as it has sev-
  136.      eral bugs left to clear out before if is stable for general use.
  137.  
  138.      Generated from XFree86: xc/programs/Xserver/hw/xfree86/doc/sgml/rendition.sgml,v 1.8 2000/03/01 23:54:34 dawes Exp $
  139.  
  140.