home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk1.iso / answers / linux / howto / xfree86 < prev    next >
Internet Message Format  |  1993-12-15  |  35KB

  1. Path: senator-bedfellow.mit.edu!bloom-beacon.mit.edu!gatech!concert!samba.oit.unc.edu!sunSITE!mdw
  2. From: geyer@polyhymnia.iwr.uni-heidelberg.de (Helmut Geyer)
  3. Newsgroups: comp.os.linux.announce,comp.os.linux.help,comp.os.linux.admin,comp.windows.x.i386unix,comp.answers,news.answers
  4. Subject: The Linux XFree86 HOWTO
  5. Followup-To: poster
  6. Date: 15 Dec 1993 22:10:37 GMT
  7. Organization: The University of North Carolina at Chapel Hill
  8. Lines: 649
  9. Approved: linux-announce@tc.cornell.edu (Matt Welsh)
  10. Message-ID: <2eo20t$65o@samba.oit.unc.edu>
  11. NNTP-Posting-Host: calypso.oit.unc.edu
  12. Summary: HOWTO on installation of XFree86 for Linux
  13. Keywords: Linux, XWindows, XFree86
  14. Originator: mdw@sunSITE
  15. Xref: senator-bedfellow.mit.edu comp.os.linux.announce:1575 comp.os.linux.help:13116 comp.os.linux.admin:2508 comp.windows.x.i386unix:6180 comp.answers:3048 news.answers:15872
  16.  
  17. Archive-name: linux/howto/xfree86
  18. Last-modified: 17 November 1993
  19.  
  20. $Id: XFree86-HOWTO,v 1.2 1993/11/17 00:00:00 geyer Rel $
  21.  
  22. Comments or suggestions on this HOWTO are very welcome, i.e. if you feel that
  23. something is missing or something is obsolete or wrong, please let me know.
  24.  
  25. The Linux XFree86 HOWTO, version 1.2
  26. ------------------------------------------------------------------------------
  27. by Helmut Geyer (geyer@kalliope.iwr.uni-heidelberg.de) 
  28. with help from Dirk Hohndel (hohndel@informatik.uni-wuerzburg.de)
  29.            and David E. Wexelblat (dwex@aib.com)
  30.  
  31. This document describes how to obtain, install and configure XFree86-2.0 for
  32. Linux systems. XFree86 is an enchanced version of the X Window System,
  33. version 11 release 5, with support for many versions of UNIX running on
  34. Intel i386/486 platforms, including Linux. It support a great amount of
  35. video hardware for these systems and includes many bugfixes beyond the MIT
  36. standard release of X.
  37.  
  38. This document is intended to help Linux users install and configure XFree86
  39. v2.0, which was released on 31 October 1993. It is furthermore intended to
  40. answer some basic questions about X and programs using X.
  41.  
  42. Please read this file and the referenced documentation files BEFORE
  43. installing and starting XFree86. IF YOU ARE NOT CAREFUL, YOU MIGHT DAMAGE
  44. YOUR HARDWARE.
  45.  
  46. This file comes WITHOUT ANY WARRANTY OF FITNESS. If you damage anything
  47. following these informations, you are on your own. For a complete
  48. description of the features and the installation please look at the
  49. documentation files and manuals that come with XFree86 (residing in
  50. /usr/X386/lib/X11/etc and its subdirs as well as in /usr/X386/man).  The
  51. most important files will be pointed out to you in this HOWTO. Note that
  52. this HOWTO gives not complete information on setting up XFree86, but that
  53. you have to get the documentation files for XFree86 (from the file
  54. xf86-doc-2.0.tar.gz).
  55.  
  56. Other man pages from the stock X11R5 distribution can be found in
  57. xf86-man-2.0.tar.gz. These manfiles come as sources for the nroff program.
  58. To read them you will need a working man program as well as the groff
  59. package for formatting them. Note that it is often required to read
  60. manpages, so you should install the groff package anyway. (I think it is no
  61. good idea that in many distributions this package is considered optional).
  62.  
  63. New versions of this document will be posted to comp.os.linux.announce, as
  64. well as archived on sunsite.unc.edu:/pub/Linux/HOWTO.
  65.  
  66. Contents:
  67.  
  68.    0. Introduction - What are X11R5 and XFree86?
  69.    1. Supported Hardware
  70.    2. Where do I get XFree86 and what do I need to run it? 
  71.    3. Configuring XFree86
  72.    4. tinyX - a package for systems with low memory
  73.    5. X related packages
  74.    6. Compiling programs that use X
  75.    7. Programming in X
  76.    8. Finding Information on X on the net
  77. Appendix: Some Questions & Answers
  78.  
  79. 0. Introduction - What are X11R5 and XFree86?
  80.  
  81.     X11R5 is a windowing system for UN*X like operating systems.  The X
  82.     Windowing System is issued by the MIT Consortium (look at the X(1)
  83.     manpage for more information) and is put under a very liberal copyright,
  84.     that allows any use of source code provided that the original copyright
  85.     notices are included.
  86.     As X is THE standard windowing system for UN*X operating systems, there
  87.     are a lot of applications using it (both free and commercial).
  88.  
  89.     XFree86 is a port of X11R5 that supports several versions of Intel-based
  90.     Unix and Unix-like operating systems.  The XFree86 servers are partly
  91.     derived from X386 1.2, which was the X server distributed with X11R5,
  92.     but many of them are newly developed. The accelerated servers that are
  93.     the most important change since XFree86-1.3 are completely new. This
  94.     release consists of many new features and performance improvements as
  95.     well as many bug fixes.  The release is available as source patches
  96.     against the MIT X11R5 code, as well as binary distributions for many
  97.     architectures.
  98.  
  99.     Note that while the source and installation trees retain the name 'X386'
  100.     name (for simplicity of maintenance of the source tree), there is no
  101.     connection between XFree86 and the commercial X386 product sold by SGCS.
  102.     The XFree86 Core Team maintains technical contacts with SGCS in an
  103.     effort to keep user-affecting changes to the workings of the products
  104.     from diverging too radically.  There is no direct involvement of either
  105.     group in the workings of the other.
  106.  
  107.     You will find more information on the XFree86-2.0 release and the
  108.     XFree86 project in the file README from the documentation tarfile.
  109.  
  110. 1. Supported Hardware
  111.  
  112.     As this is the most often asked question, this will be the first
  113.     section.  Currently XFree86 (Version 2.0) supports the following
  114.     chipsets in the XF86_SVGA server (note that it depends on the chipset
  115.     whether a card is working and not on the vendor, with Diamond notably
  116.     excluded, cf. the remark at the end of this paragraph):
  117.  
  118.     nonaccelerated chipsets:
  119.         Tseng ET3000, ET4000AX, ET4000/W32
  120.         Western Digital/Paradise PVGA1
  121.         Western Digital WD90C00, WD90C10, WD90C11, WD90C30
  122.         Genoa GVGA
  123.         Trident TVGA8800CS, TVGA8900B, TVGA8900C, TVGA8900CL, TVGA9000
  124.         ATI 28800-4, 28800-5, 28800-a
  125.         NCR 77C22, 77C22E
  126.         Cirrus Logic GLGD5420, CLGD5422, CLGD5424, CLGD6205, CLGD6215, 
  127.                      CLGD6225, CLGD6235
  128.         Compaq AVGA
  129.         OAK OTI067, OTI077
  130.     accelerated chipsets:
  131.         Cirrus CLGD5426, CLGD5428
  132.         Western Digital WD90C31
  133.     
  134.     These chipsets are all supported in 256 color (XF86_SVGA) and in
  135.     monochrome mode (XF86_Mono) with the exception of the ATI and Cirrus
  136.     chipsets, which are only supported in 256 color mode. Note that the
  137.     ET4000/W32 is only supported as a ET4000 clone and none of the
  138.     accelerated functions are used.
  139.     
  140.     The monochrome server also supports generic VGA cards (using 64k of the
  141.     video memory as a single bank), the Hercules card and the Hyundai
  142.     HGC-1280.
  143.  
  144.     There is an (experimental) additional server that works on generic VGA
  145.     hardware: XF86_VGA16, a 16 color server.
  146.  
  147.     XFree86-2.0 supports the following accelerated chipsets with seperate
  148.     servers:
  149.  
  150.         S3  86C911, 86C924, 86C801, 86C805, 86C928 supported by 
  151.             the XF86_S3 server
  152.         ATI mach8   supported by the XF86_Mach8 server
  153.         ATI mach32  supported by the XF86_Mach32 server
  154.         IBM 8514/a and true clones supported by the XF86_8514 server
  155.  
  156.      No other chipsets are supported; not Weitek P9000, not TIGA, not IIT
  157.      AGX, not Microfield, etc.  Support for some of these will likely be
  158.      provided in future XFree86 releases.  TIGA will never be supported, as
  159.      it requires licensing materials from TI (and may disallow source
  160.      distributions); Microfield boards will never be supported, as they use
  161.      proprietary and undocumented custom microcode interfaces.
  162.  
  163.  
  164.     NOTE further: The following is a statement of the XFree86 Core Team 
  165.          concerning graphic cards by Diamond:
  166.          
  167.         All Diamond cards are NOT supported by XFree86 even if they
  168.         have a supported chipset (with  the exception of the Cirrus
  169.         chipsets that have an internal clock generator). The reason
  170.         for this is that Diamond has changed  the mechanism used to
  171.         select  pixel   clock  frequencies, and  will only  release
  172.         programming information under  non-disclosure.   We are not
  173.         willing to do this (as it would mean  that source cannot be
  174.         provided).  We have had discussions with Diamond over this,
  175.         and they do not  intend to  change  this policy.  Hence  we
  176.         will do nothing  to support Diamond products  going forward
  177.         (i.e.  don't  send us a program  to run  set their clocks).
  178.         XFree86 DOES NOT SUPPORT  DIAMOND HARDWARE.  It is possible
  179.         to make some  of it work, but  we will not assist  in doing
  180.         this.
  181.  
  182.  
  183.     The author of this HOWTO does support this statement completely. If you
  184.     have read this and bought nevertheless a card from Diamond, you will
  185.     damage the idea of free software as Diamond does not support the efforts
  186.     of a free X11 server.
  187.  
  188.     However, if you are stuck with a card from Diamond, there is a
  189.     compilation of the needed things to get XFree86 running on some of these
  190.     cards. It is called the Diamond-FAQ and can be obtained from tsx-11 or
  191.     sunsite in the docs directories.
  192.  
  193.     Do not ask the XFree86 team about Diamond hardware.  You will simply
  194.     annoy them, and get no information.
  195.  
  196.     For some of these chipsets there are specific README files (to be found
  197.     in /usr/X386/lib/X11/etc). If there is one for the chipset you use, read
  198.     it!!  In these READMEs the specific options that can be used to
  199.     configure the server are explained.
  200.     
  201.     More information on the servers can be found in their manpages.
  202.  
  203.     Later more on configuring the servers.
  204.  
  205. 2. Where do I get XFree86 and what do I need to run it??
  206.  
  207.     This section is dedicated to the Linux binary distribution so all file
  208.     names and site names are for Linux only. If you read this file and are
  209.     not using Linux, you should get your hands on the announcement of
  210.     XFree86-2.0 for you OS. In it you will find all necessary information on
  211.     obtaining it.
  212.  
  213.     You can get the binary distribution of XFree86-2.0 for Linux via 
  214.     anonymous FTP from 
  215.       tsx-11.mit.edu:/pub/linux/packages/X11/XFree86-2.0
  216.       or
  217.        sunsite.unc.edu:/pub/Linux/X11/XFree86-2.0 
  218.     and all MIRRORS of these two.
  219.      
  220.     You can find an incomplete list of sites mirroring these in the
  221.     BBS-list that gets regularly posted to comp.os.linux.announce or can be
  222.     found on both sites in the docs directory.
  223.        
  224.     The distribution consists of several gzipped tarfiles (some are too big
  225.     to fit on one floppy disk, you may have to split them):
  226.  
  227.     XF86_8514.tar.gz      An accelerated server for cards using IBM8514 chips
  228.     XF86_Mach32.tar.gz    An accelerated server for cards using Mach32 chips
  229.     XF86_Mach8.tar.gz     An accelerated server for cards using Mach8 chips
  230.     XF86_Mono.tar.gz      A Monochrome server
  231.     XF86_S3.tar.gz        An accelerated server for cards using S3 chips
  232.     XF86_SVGA.tar.gz      An SVGA server (most chipsets use this)
  233.     XF86_VGA16.tar.gz     A server for 16 colour graphics modes
  234.     xf86-svr-2.0.tar.gz   All of the above servers
  235.     xf86-bin-2.0.tar.gz   Client programs
  236.     xf86-cfg-2.0.tar.gz   XDM configuration files and chooser
  237.     xf86-fnt-2.0.tar.gz   Fonts (all of them)
  238.     xf86-kit-2.0.tar.gz   Linkkit for building your own X servers
  239.     xf86-lib-2.0.tar.gz   Dynamic libraries, bitmaps and minimal fonts
  240.     xf86-man-2.0.tar.gz   Manual pages (both client + programmer)
  241.     xf86-pex-2.0.tar.gz   PEX libraries and sample clients
  242.     xf86-prg-2.0.tar.gz   Static libs, dynamic stubs, configs and
  243.                             include files
  244.     xf86-doc-2.0.tar.gz   Documentation and release notes for XFree86 2.0
  245.     xf86-doc2-2.0.tar.gz  This file contains the manpage for Xconfig that
  246.                             has mistakenly been left out of the -doc- file.
  247.  
  248.     You will need libc 4.4.1 or newer to run XFree86-2.0. For the
  249.     accelerated servers you need Linux 0.99pl13 or newer (a working complete
  250.     mmap is needed for these).
  251.  
  252.     The SVGA, VGA16 and Mono servers will work on Linux 0.99pl12 and newer.
  253.     Furthermore you will need to install David Engel's shared dynamic linker
  254.     ld.so version 1.3 or newer. You can find the most recent version on all
  255.     mirrors of tsx-11 in the /pub/linux/packages/GCC directory.
  256.  
  257.     You will need a main memory of at least 8 MB and a virtual memory of at
  258.     least 16 MB (i.e. main memory + swap). It is possible to run X on a 4 MB
  259.     machine if you take some precautions on memory usage (look at section 4,
  260.     where a package for low memory systems is described). Note that you
  261.     should nevertheless have 16 MB of virtual memory. (So if you have 4 megs
  262.     of physical RAM, and 12 megs of swap, you're okay.) It is recommended
  263.     that you have *at least* 8 megs of physical RAM, as swap is very slow.
  264.     With only 4 megs of physical RAM, performance will suffer greatly.
  265.  
  266.     If you want to run memory-hog programs from within X (as e.g. gcc) you
  267.     should at least have 16 MB of main memory and another 16MB of swap.
  268.  
  269.     You will need about 17 MB of disk space for the complete installation
  270.     without LinkKit, 21 MB with LinkKit. By deleting those servers that you
  271.     don't need and removing the LinkKit after linking your own server, you
  272.     can save several MB of diskspace. A more concise listing on the needed 
  273.     disk space and the contents of the distribution files can be found in the
  274.     release notes by Simon Cooper. These can be found in the 00README file
  275.     residing in the XFree86-2.0 directory.
  276.  
  277.     Before installing XFree86, you should make a backup of all files that
  278.     you changed. They may not be usable, but they still hold a lot of
  279.     information you might want to preserve. (This includes your old XConfig
  280.     files.)
  281.  
  282.     To install the binary distribution you have to do the following as root
  283.     in the / directory with all needed tarfiles from above.  To get all
  284.     permission right you should use umask 022.
  285.     
  286.     gzip -dc tarfilename | tar xvvof -
  287.  
  288.     WARNING: This will overwrite all files from an older XFree86 version, of
  289.     course not the Xconfig file (if you did not link it to Xconfig.sample,
  290.     which you should NOT do). In other words, ionly if Xconfig.sample is
  291.     linked to your Xconfig, it will be overwritten.
  292.  
  293.     After installing it, you will have to set it up correctly to match your
  294.     system. This is described in section 3.
  295.  
  296. 2.1 What do I do if I want to compile it myself?
  297.  
  298.     This is explained in the INSTALL, README and README.Linux files coming
  299.     with XFree86. You should do that, however, only if you want to have some
  300.     special changes to the standard distribution, as you will need a lot of
  301.     CPU time and disk space to do this. If you only want to change the
  302.     configuration of a server, you should use the Link Kit, as this is much
  303.     easier to handle and will not need that much resources by far.
  304.  
  305.     For adding drivers to the SVGA server you will only need the Link Kit.
  306.     The Link Kit comes with documentation on writing drivers for SVGA. You
  307.     can find it in the directory /usr/X386/lib/Server/VGADriverDoc.
  308.  
  309. 3. Configuring XFree86
  310.  
  311.     From version 2.0 on all documentation files for XFree86 are combined in
  312.     one tarfile, xf86-doc-2.0.tar.gz. You have to get this file and look
  313.     through those files to configure XFree86 correctly. The following steps
  314.     are intended as a guide to these files.
  315.  
  316.     There is a very good introduction to configuring XFree86 in the
  317.     README.Config coming with XFree86-2.0. Start there to configure XFree86
  318.     and follow the instructions step by step.
  319.  
  320.     Furthermore you MUST read the manpages for Xconfig, XFree86 and the
  321.     server you want to set up (one of XF86_SVGA, XF86_Mono, XF86_VGA16,
  322.     XF86_S3, XF86_Mach8, XF86_Mach32 or XF86_8514). Just look in section 1,
  323.     which server supports the chipset of your graphic card and use this.
  324.  
  325.     If you are not sure, which chipset your graphic card has (this should
  326.     only happen, if you do not have a manual for your card), you can try to
  327.     identify it by running SuperProbe, a graphic hardware detection program
  328.     that comes with XFree86-2.0. You should, however, rely on the
  329.     information of your manuals and not on that of SuperProbe (even if it is
  330.     in most cases correct).
  331.  
  332.     Note that if SuperProbe does not detect your chipset correctly, the
  333.     XFree86 servers will neither. Note further that SuperProbe detects far
  334.     more hardware than XFree86 servers support.
  335.  
  336.     There is a list of accelerated graphic cards that are reported to work
  337.     with XFree86-2.0 in the file AccelCards. Look through it to see, whether
  338.     your card is already in the database. While other boards not listed may
  339.     well work, The XFree86 team gives no assurances of that.
  340.  
  341.     If you were running XS3, you should itake a look at README.XS3, as some 
  342.     things did change while incorporating the XS3 server into XFree86.
  343.  
  344.     For configuring you will need the following information on your system:
  345.  
  346.     1. The specifications of your monitor (i.e. which vertical and horizontal
  347.        frequences can it handle and which video bandwidth has it). This is 
  348.        the most important thing of all as you can toast your monitor using 
  349.        incorrect video modes and you will need these specifications to check 
  350.        the modes.
  351.     2. You need the name of the chipset (confer the remarks above). Note
  352.        that there are some companies using "s3" as a synonym for "accelerated"
  353.        chipset, so this is often not true. Please check it out in your
  354.        manuals.
  355.     3. Amount of video memory supplied by your card (this is usually detected
  356.        correctly, but it is better to have the exact number and compare it 
  357.        with the detected)
  358.     4. Which dot-clocks are available for your card, or is your dot-clock 
  359.        programmable. This is the hardest part for the graphic card setup.
  360.        How to obtain these is described in the README.config.
  361.     5. The protocol your mouse uses and the device it is connected to. The 
  362.        available mouse protocols are listed in the Xconfig manpage. The 
  363.        standard names of the mouse devices for Linux are:
  364.        /dev/bmouseatixl for the ATI XL busmouse (NOTE: the ATI GU busmouse
  365.                                 is in fact a logitech busmouse)
  366.        /dev/bmouselogitec for the Logitech busmouse (NOTE: this uses the 
  367.                                 busmouse protocol, NOT the Logitech protocol)
  368.        /dev/bmousems for the microsoft busmouse
  369.        /dev/ps2aux (or /dev/bmouseps2) for a ps/2 or quickport mouse
  370.        The other supported mice are serial mice and therefore connected
  371.        to one of the serial ports (named /dev/ttyS? or /dev/ttyS?? for Linux).
  372.  
  373.     So now procede as in README.Config. If your Monitor is not listed in the
  374.     modeDB.txt file, you should try one of the generic modes.  ENSURE THAT
  375.     THE SPECS OF THE MODES ARE WITHIN THE SPECS OF YOUR MONITOR.  If you
  376.     want to tune these modes or to compute a mode of your own, you MUST read
  377.     VideoModes.doc and follow the instructions there.  Before trying a mode,
  378.     compute the specs of this mode and again look if your monitor does
  379.     support it. Here is no further description of computing VideoModes,
  380.     as you should not do this without having read VideoModes.doc.
  381.  
  382.  
  383.     WARNING: Do NOT EVER share Xconfig files with people  who do not have
  384.        EXACTLY the same Configuration (i.e. graphic card AND monitor). By
  385.        doing  this you could  toast your  monitor.  It isn't  so hard  to
  386.        figure out modes (that is, for  multisync monitors) and you surely
  387.        shouldn't ever use a mode that you  didn't check by yourself to be
  388.        within your  monitor's specs.  Even if  you have  exactly the same
  389.        setup  you should check      all  modes yourself   before   trying
  390.        them. There are  many people who  run their hardware out of  specs
  391.        which may not damage their hardware but could yours.
  392.  
  393. 3.1 Configuring the keyboard for non-US-layout
  394.  
  395.     If you do not change the standard settings, the server will start up
  396.     with an US-american keyboard layout regardless which keyboard layout was
  397.     configured for the kernel. If you want to have a different layout, look
  398.     at the xmodmap(1) manpage. There are example Xmodmaps available at
  399.     sunsite.unc.edu:/pub/Linux/X11/misc for several languages and keyboard
  400.     layouts.
  401.  
  402. 4.  tinyX - a XFree86 based package for low memory systems
  403.  
  404.     If you have not enough memory to run the stock XFree86 distribution, you
  405.     might try to get this package. It is based on XFree86, so the difficult
  406.     parts of the configuration (setting up the Xconfig file) are
  407.     identical. To run it you need at least 4 MB RAM and another 8 MB swap
  408.     space.  There are now several tinyX versions, one for each of the
  409.     different servers supplied by XFree86-2.0. Please read the above
  410.     description of the servers to get the right version of tinyX. These
  411.     packages are named like
  412.  
  413.         tinyX-YYY-2.0.tar.gz, where YYY denotes the server name (without
  414.                                leading XF86_)
  415.  
  416.     You can find tinyX on sunsite.unc.edu in the /pub/Linux/X11 hierarchy.
  417.     Please look in your neighbourhood for a Mirror of it (cf. the BBS-list
  418.     that can be found on most linux sites).  You untar it as root from
  419.     /. After this you have to setup a Xconfig file as described in section
  420.     3.  The documentation and READMEs for tinyX as well as most of the
  421.     XFree86-2.0 documentation files can be found in /readmes. Read the
  422.     XFree86 documentation files _before_ setting up a Xconfig file as they
  423.     are required for this.
  424.  
  425.     The tinyX documentation includes a lot of useful information on memory
  426.     saving techniques. You should follow at least some of these suggestions,
  427.     as running X while swapping constantly is no fun at all :-(.  If you are
  428.     running out of memory your system will lock up completely (in many cases
  429.     the only way out is to turn off power or to make a hard reset - both is
  430.     very dangerous for your filesystem). So read these files before starting
  431.     X so that this does not happen.
  432.  
  433.     As tinyX does not include all documentation available with XFree86-2.0, 
  434.     you might notice that you are pointed to a file that is not included.
  435.     In this case you must get the rest of the documentation files (and
  436.     perhaps the manpages, too) from any XFree86-2.0 site (cf. 2.). If you 
  437.     have enough disk space for that, this is highly recommended anyway.
  438.     Note that XFree86 specific manpages (as the Server manpages,...)
  439.     are not in the *-man-* but in the *-doc* files.
  440.  
  441.  
  442. 5.  X - related packages
  443.  
  444.     There are a lot of packages that are related to X. I mention two here,
  445.     because they have a great influence on the look-and-feel of X.
  446.  
  447.     - The xview3L5.1.tar.gz package 
  448.  
  449.       This package is a port of SUN(TM)'s xview3.2 package by Kenneth
  450.       Osterberg to Linux. It includes the xview toolkit, a set of extensions
  451.       to X. It will give you the look-and-feel of the Open Look(TM)
  452.       extension to X (many will know that from open windows from SUN(TM)).
  453.  
  454.       To install it, untar the tarfile as root in some directory (e.g.
  455.       /usr/src), read the documentation that comes with it (most important
  456.       the README and run the INSTALL script. Note that you need about 25MB
  457.       free disk space to install it completely (with examples). This is
  458.       partly due to the fact, that for some time all files are twice on the
  459.       disk. After running the INSTALL script and removing the xview3L5.1
  460.       directory you will need about 11 MB (including all examples). If you
  461.       do not want to install the examples , you will need about 9 MB. If you
  462.       do not want to compile or program any program that uses xview, you can
  463.       spare another 2.5 MB.
  464.  
  465.       For running Xview you will need at least 8 MB of RAM, better 16 MB. To
  466.       run xview with XFree86-2.0 you should get the ld.so package version
  467.       1.3 or newer.
  468.  
  469.     - There is a port of Motif(TM) to Linux.
  470.      
  471.       This is commercial software, so you will have to pay for it. You can
  472.       find an advertisement from Metrolink (the company that provided the
  473.       port to Linux) on tsx-11:/pub/linux/advertisements.
  474.  
  475.     These packages provide different window managers than the standard twm
  476.     that comes with XFree86. There are several further window managers that
  477.     you can find on sunsite:/pub/Linux/X11/Window-managers.  All these use
  478.     different setups, so you have to read the documentation on the window
  479.     managers to set them up correctly.
  480.     
  481.     There are a lot of programs available for X. Look through the
  482.     /pub/Linux/X11 hierarchy at sunsite.unc.edu or at the usr.X11
  483.     directories of /pub/linux/binaries and /pub/linux/sources at
  484.     tsx-11.mit.edu for many of them.
  485.  
  486.  
  487. 6.  Compiling Programs that use X
  488.  
  489.     If you have the source code for a program that uses X11, usually it will
  490.     be shipped with an Imakefile instead of a Makefile. What to do now?
  491.     
  492.     Run "xmkmf" in the directory that containes the Imakefile. If there is a
  493.     hierarchy of directories with Imakefiles, you usually only have to run
  494.     xmkmf in the root directory of that hierachy. You can configure the rest
  495.     by typing make Makefiles. This will build the Makefiles in all
  496.     directories in the hierachy. Then you should run "make depend". Don't be
  497.     afraid if include files like stddef.h, varargs.h, ...  are not found,
  498.     they are gcc proprietary heare files and therefore not in the standard
  499.     include directories (the Imakefiles use makedepend, not gcc -M).  After
  500.     that you can make the program by running make and you can install it
  501.     (usually in /usr/X386/bin) by running "make install", installing of the
  502.     manpages is done by running make "install.man". Of course, before even
  503.     making xmkmf, you should have read the documentation that comes usually
  504.     with such packages.
  505.  
  506.  
  507. 7.  Programming in X
  508.  
  509.     If you want to write programs that use the X Window System, you should
  510.     get some books on the X Window System.  Most Subroutines provided by X
  511.     are documented in a manpage (residing in /usr/X386/man/man3), but these
  512.     will not provide enough information on programming in X if you do not
  513.     know some generals about X.
  514.    
  515.     There is a rather complete series on X by O'Reilly, called "The
  516.     definitive Guides to the X Window System", consisting of many volumes
  517.     (you will probably not need all of them). For more information check out
  518.     the O'Reilly and Associates Catalog from anonymous FTP on ftp.ora.com.
  519.     I suggest reading Volume 1, "Xlib Programming Manual", and Volume 4, "X
  520.     Toolkit Intrinsics Programming Manual", if you are serious about writing
  521.     X apps. As it turns out Xt (volume 4) is used for most X applications,
  522.     and you only need low-level Xlib stuff (volume 1) for certain things.
  523.  
  524. 8. Finding information on X on the net.
  525.  
  526.     For general X questions you should read the FAQ and the Xt-FAQ from the
  527.     comp.windows.x newsgroup (you can achieve them
  528.         from ftp.x.org in the directory /contrib or 
  529.         from rtfm.mit.edu in /pub/usenet_by_hierarchy/comp/windows/x 
  530.     by anonymous ftp). 
  531.     This is the newsgroup for general X questions.
  532.  
  533.     If you have questions on the XFree86 package and cannot find an answer
  534.     in the documentation files (XFree86, Xconfig, XF86_* manpages or the
  535.     README files in /usr/X386/lib/X11/etc) you may want to post a question
  536.     to a newsgroup. The appropriate newsgroup for that purpose is
  537.     comp.windows.x.i386unix, as this newsgroup is dedicated to the XFree86
  538.     system.  If you have a problem with the server and want to post a
  539.     question to this newsgroup, you should provide enough information for
  540.     those that want to help you. It is no good idea telling: XFree86 is not
  541.     working, what do I have to do? Here some things that should be included
  542.     in all postings that are concerned with server problems: 
  543.  
  544.       - which Operating System and which release of it are you running
  545.       - which hardware do you have (at least bus type (ISA/EISA/VLB), graphic 
  546.         card (including chipset, video RAM type (D/VRAM), size and speed))
  547.       - a concise decription of the problem
  548.       - a printout of the server startup (you can generate that by
  549.         redirecting the stderr output)
  550.       - the used parts of the Xconfig (It is NOT a good idea to include all
  551.         lines commented out by a leading #, as this then will be the largest
  552.         part of your post and most people will already know the copyright 
  553.         statements :-)
  554.  
  555.     Furthermore you should say what steps of trouble-shooting you already 
  556.     did (there are some mentioned in the XFree86 documentation files and in 
  557.     the Appendix).
  558.  
  559.     There are some other newsgroups that cover X related topics:
  560.       comp.windows.x.apps - for X applications
  561.       comp.windows.x.intrinsics - for X intrinsic 
  562.       comp.windows.x.motif - for the Motif(TM) extension to X
  563.       comp.windows.open-look - for OpenLook(TM) and the xview extensions to X
  564.  
  565.     Note that some of these groups have FAQ lists that are posted regularly
  566.     to the groups. As always with regular postings these can be obtained
  567.     from rtfm.mit.edu via anonymous ftp.
  568.  
  569.     Please do not post X related questions to _any_ newsgroup of the
  570.     comp.os.linux.* hierarchy. You will get better answers to your questions
  571.     in those newsgroups dedicated to those questions, as nearly all those
  572.     questions are not linux-specific.
  573.  
  574. Appendix: Some Questions & Answers
  575.  
  576. Q: I used XS3 up to now, what changed in XFree86-2.0
  577. A: The most important things that changed, are described in the README.XS3
  578.    file coming with XFree86-2.0
  579.  
  580. Q: Is there support for 16-bit or 24-bit colour modes?
  581. A: No, there is only support for 1-bit, 4-bit and 8-bit colour in the moment.
  582.    The 4-bit server is in addition in an experimental stage, so there
  583.    are bugs and problems using it. Most of the known problems are
  584.    mentioned in the manpage.
  585.  
  586. Q: I have a Logitech serial mouse but it does not work with the Logitech
  587.    keyword.
  588. A: The Logitech keyword is for older Logitech serial mice, more recent 
  589.    Logitech serial mice use the MouseMan or MicroSoft keyword.
  590.    Logitech serial mice plugged into a ps/2 port use the ps/2 keyword.
  591.  
  592. Q: My server is unable to find some of the fonts.
  593. A: First check that the directories in the font path in 
  594.    /usr/X386/lib/X11/Xconfig are named correctly and contain fonts. If that
  595.    is the case, running mkfontdir in all of those directories may help you.
  596.  
  597. Q: I had a normal SVGA card up to now with 1 MB of video RAM. With it
  598.    I could do a virtual resolution of 1152x900 or 1024x1024. Why does
  599.    it not work on my new s3 card?
  600. A: All but the most recent revisions of the s3 chips cannot use a line
  601.    length of 1152, so a length of 1280 is used for this resolution. 
  602.    Furthermore the s3 server needs 1k for the cursor, so a virtual 
  603.    resolution using 1MB will not work.
  604.    NOTE, that you will need some memory on the graphics card for font
  605.    and pixmap caching if you want to get maximum performance from your
  606.    graphic card. So the memory is NOT wasted, but will get you a great
  607.    performance boost. Try running some font or pixmap specific
  608.    mode of x11perf with maximal allowed virtual resolution (e.g. 
  609.    1024x1023) and with 1024x768 and compare the results!
  610.    Recommended resolutions are 1024x768 and 1152x800 for 1MB cards.
  611.    The latter resolution leaves not too much memory to the font cache,
  612.    so you will have a performance loss using large fonts.
  613.    For normal use with fonts <= 18 points it should be OK, though.
  614.  
  615. Q: I have a s3 card and it does not work properly. The screen gets
  616.    distorted when dragging windows and it frequently locks up.
  617. A: First try to use options nomemaccess or nolinear. If both does not help
  618.    and you have a s3 928, try specifying chipset s3_generic in your 
  619.    Xconfig. If nothing helps, it might be a incompatibility
  620.    problem between your graphic card and your motherboard. Try to see if the
  621.    card works in a different system, if you can get your hands.
  622.  
  623. Q: I have a Diamond Viper card. Why does it not work?
  624. A: In addition to being a diamond product, this card is based on the
  625.    P9000 chip by Weitek. This chip is not yet supported by XFree86, so
  626.    you have only a chance to get it working with one of the generic 
  627.    servers (i.e. Mono or VGA16). You will have nevertheless the clock
  628.    setting problem that prevents the other diamond cards from working.
  629.  
  630. Q: Are there some notes on tuning the performance of my X system?
  631. A: Yes there are. They are posted monthly to the comp.windows.x
  632.    newsgroup and can also be found on rtfm.mit.edu in the 
  633.    appropriate subdirectory.
  634.  
  635. Q: I want to reconfigure my XF86_S3 or XF86_VGA16 server using the LinkKit.
  636.    After editing sited.def and running mkmf, make will not work. 
  637. A: There is a little bug in the Imakefile for the LinkKit. You can either
  638.    change the line 326 in the Imakefile from
  639.    #if XF86SVGAServer || XF86MonoServer
  640.    to
  641.    #if XF86SVGAServer || XF86MonoServer || XF86VGA16Server || XF86S3Server
  642.    or you can configure the XF86_Mono or XF86_SVGA server additionally for 
  643.    building. Then all will work.
  644.  
  645. Q: I have a SPEA/Video 7 Mercury card. It is 928 based but I cannot
  646.    get it working correctly.
  647. A: The Mercury uses a clock chip that is not yet supported by XFree86.
  648.    So you cannot use it at the moment.
  649.  
  650. Q: I have a busmouse and am running selection. The server has problems with 
  651.    recognizing the mouse.
  652. A: Selection has some problems with busmice. XFree86 cannot open the mouse 
  653.    device if selection is running on it. So kill selection before staring
  654.    XFree86.
  655.  
  656. Q: The server dies with the message "Cannot find a free VT".
  657. A: XFree86 needs a free VT to run on. So if you have put a getty process on
  658.    every virtual console in you /etc/inittab, XFree86 will not be able
  659.    to start. I suggest to let /dev/tty8 (for kernel messages) and /dev/tty7
  660.    (for XFree86) free of a getty process.
  661.  
  662. ------------------------------------------------------------------------------
  663. Helmut Geyer                              geyer@kalliope.iwr.uni-heidelberg.de
  664.  
  665.  
  666.