home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / doc / xserver-xorg-video-geode / README < prev    next >
Encoding:
Text File  |  2009-02-16  |  2.5 KB  |  73 lines

  1. AMD Geode GX and LX graphics driver for X.Org
  2. =============================================
  3. Last updated:  2008-08-13
  4.  
  5. = Introduction =
  6.  
  7. This is the X graphics driver for the AMD Geode GX and LX processors.
  8. The GX driver features XAA and EXA support for graphics acceleration,
  9. and the LX driver supports EXA (including compositing).  Both drivers
  10. support dynamic rotation with XRandR, and Xv overlay support.
  11.  
  12. http://wiki.x.org/wiki/AMDGeodeDriver
  13.  
  14. = Roadmap =
  15.  
  16. Support for X servers older than 1.4 is expected to be dropped in the
  17. near future.  If your distribution still hasn't upgraded, please urge 
  18. them to get around it soon.
  19.  
  20. Support for old GX1 Geodes by Cyrix and NSC will be reintroduced soon,
  21. at which point xf86-video-cyrix and xf86-video-nsc will be retired.
  22.  
  23. = Dependencies =
  24.  
  25. As of version 2.9.0, this driver depends on X.Org server 1.3 or newer,
  26. because it utilizes the new common DDC probing libraries from X.Org.
  27.  
  28. If necessary, it might be possible to create autoconf macros to make 
  29. this driver compile against older X servers, following this example:
  30.  
  31. http://lists.freedesktop.org/archives/xorg-commit/2007-February/010341.html
  32.  
  33. Patches accomplishing the same trick for the Geode driver are welcome.
  34.  
  35. = Configuration options =
  36.  
  37. You can specify the Geode driver in the normal fashion:
  38.  
  39. Section "Device"
  40.     Identifier "AMD Geode"
  41.     Driver "geode"
  42.     Option "blah" "blah"
  43.     ...
  44. EndSection
  45.  
  46. The following options may be added to the section:
  47.  
  48. == GX ==
  49.  
  50. SWCursor: Enable software cursors (essentially disabling HW cursor support)
  51. NoCompression: Disable video bandwidth compression
  52. NoAccel: Disable hardware assisted acceleration
  53. AccelMethod: "EXA" (default) or "XAA"
  54. Rotate: Select a orientation to start with - LEFT, INVERT, CCW
  55. NoPanel: Disable panel support
  56. OSMImageBuffers: Set the number of image buffers (XAA only)
  57. OSMColorExpBuffers: Set the number of color expansion buffers (XAA only)
  58. FBSize: Specify the size of the video space (in bytes)
  59. PanelGeometry: Specify the geometry of the attached panel ("<width>x<height>")
  60.  
  61. == LX ==
  62.  
  63. SWCursor: Enable software cursors (essentially disabling HW cursor support)
  64. NoCompression: Disable video bandwidth compression
  65. NoAccel: Disable hardware assisted acceleration
  66. Rotate: Select a orientation to start with - LEFT, INVERT, CCW
  67. NoPanel: Disable panel support
  68. ExaScratch: Specify the amount of extra EXA scratch buffer (in bytes)
  69. FBSize: Specify the size of the video space (in bytes)
  70. PanelGeometry: Specify the geometry of the attached panel ("<width>x<height>")
  71.  
  72. = EOF =
  73.