home *** CD-ROM | disk | FTP | other *** search
/ PCMania 8 / PCM8.iso / XFREE86 / Linux-ix86-glibc20 / README < prev    next >
Encoding:
Text File  |  2000-05-08  |  4.3 KB  |  96 lines

  1.                          README for XFree86[tm] 4.0
  2.  
  3.                           The XFree86 Project, Inc
  4.  
  5.                               26 February 2000
  6.  
  7.                                   Abstract
  8.  
  9.      XFree86 is a port of X11R6.4 that supports several UNIX(R) and
  10.      UNIX-like operating systems on Intel and other platforms.
  11.  
  12. 1.  What is XFree86 4.0?
  13.  
  14. XFree86 4.0 is the first
  15.  full release of the new XFree86 4 series.  The road to XFree86 4 began in
  16. mid 1997, with serious work starting in early 1998.  The first pre-4.0 snap-
  17. shot was released in mid 1999, and 4.0 was released in early 2000.  A lot has
  18. been completed in that time, and even more has been started since the "4.0"
  19. design was drafted.  The result is that this release contains a lot of new
  20. features, some new drivers, and some significant performance improvements.
  21. This release contains components in various stages of development, ranging
  22. from stable and well tested to new and not-so-well tested.  One the other
  23. side, there are drivers from the 3.3.x series that have not yet been ported
  24. to XFree86 4.  Most of these are for old hardware.  To find more information
  25. about which hardware is supported, see the Driver Status document.
  26.  
  27. XFree86 4 uses a very modular design.  We had hoped to finalise and fully
  28. document the driver module API/ABI in time for the 4.0 release, but instead
  29. we are planning to have this done for a subsequent release.  We will try
  30. where possible to retain backward compatibility with the module interfaces in
  31. 4.0 in future releases, but we can't make guarantees about that until the
  32. interfaces have been fully documented.
  33.  
  34. Information on this release's features and their status can be found in the
  35. Release Notes.
  36.  
  37. Information about obtaining and installing binary distributions of this
  38. release can be found in the Installation Document.
  39.  
  40. Copyright and Licensing information for this release can be found in the
  41. License Document.
  42.  
  43. 2.  Developers
  44.  
  45. If you would like to work on the development of XFree86 4, then it is recom-
  46. mended that you join the XFree86 development team
  47. <URL:http://www.xfree86.org:/developer.html>.  That way you will have access
  48. to the latest source and to other developers.
  49.  
  50. 3.  How to get XFree86 4.0
  51.  
  52. XFree86 4.0 can be found at the XFree86 ftp server
  53. <URL:ftp://ftp.xfree86.org/pub/XFree86/4.0/>, and at mirrors of this server.
  54. Information about obtaining and installing binary distributions of this
  55. release can be found in the Installation Document.  Information about obtain-
  56. ing the release in source form is given below.
  57.  
  58. The source for version 4.0 is split into three tarballs: X400src-1.tgz,
  59. X400src-2.tgz, X400src-3.tgz.  The first contains everything except the fonts
  60. and general X11 documentation.  It is sufficient for building XFree86 is you
  61. already have a set of fonts.  The second contains the fonts and the source
  62. for the general X11 documentation.  The third contains the general X11 docu-
  63. mentation in hardcopy format.
  64.  
  65. A source patch relative to version 3.9.18 is also available.  Because of its
  66. size, it is split into two parts.  The patch files are 3.9.18-4.0.diff1.gz
  67. and 3.9.18-4.0.diff2.gz.  These patches should be applied to a clean 3.9.18
  68. source tree, working from the directory containing the xc/ directory.  The
  69. patches should be applied by running:
  70.  
  71.      gunzip < 3.9.18-4.0.diff1.gz | patch -p0 -E
  72.      gunzip < 3.9.18-4.0.diff2.gz | patch -p0 -E
  73.  
  74. The contrib part of the distribution has now been folded into the main source
  75. tree, so a separate contrib tarball is no longer required.
  76.  
  77. To format the XFree86 documentation, the latest version of our doctools pack-
  78. age.  That is available as doctools-1.1.2.tgz.
  79.  
  80. 4.  Reporting Bugs
  81.  
  82. Bugs should be reported to <XFree86@XFree86.org>.  Before reporting bugs,
  83. please check the X server log file, which can be found at
  84. /var/log/XFree86.0.log on most platforms.  If you can't resolve the problem
  85. yourself, send the entire log file with your bug report.  Please don't edit
  86. out what you think might not be important.  The information contained in the
  87. log file is there to make it easier for the developers to determine what is
  88. going wrong when there are problems.
  89.  
  90. If you have patches (bug fixes or enhancements, etc) that you'd like to sub-
  91. mit for inclusion in a future version of XFree86, please send them to
  92. <fixes@XFree86.org>.
  93.  
  94.      Generated from XFree86: xc/programs/Xserver/hw/xfree86/doc/sgml/README.sgml,v 3.103 2000/03/08 20:36:43 dawes Exp $
  95.  
  96.