RE: Config serveur X

Top Page

Reply to this message
Author: Ferigo, Sylvain
Date:  
To: 'guilde@imag.fr'
Subject: RE: Config serveur X


> -----Original Message-----
> From:    Jean-Michel Bonnefond [SMTP:bonnefond@???]
> Sent:    Thursday, October 08, 1998 4:03 PM
> To:    guilde@???
> Subject:    Config serveur X

>
> Autre question, est il possible (et comment) de changer le lilo.conf pour qu'il boot par defaut sur NT en attendant que Linux soit plus operationel?

Si tu ne decide pas de recompiler ton systeme toutes les semaines :-), tu as une bonne solution qui consiste a declarer linux dans le
menu de demarrage de NT. ce que j'utilise, par ailleurs...

il faut recuperer le bootsector de ta partition de boot linux dans un fichier nomme "bootsect.lnx", par exemple, et de copier ce fichier sur la partition d'amorcage d'NT, et de le declarer dans le fichier de NT "boot.ini". Le mini HOWTO joint avec ce mail est tres clair, et ca marche sans pb. sauf que c'est moins souple que lilo... a chaque fois que tu recompile un noyau, tu dois reconstruire le fichier "bootsect.lnx".... mais bon...

Pour le serveur X, en effet, il faut que ton serveur (lien) pointe sur le serveur S3. pour SuSE, le fichier devrait etre xs3.tgz/rpm sur ta distrib, mais je suis pas sur.
pareil, je te joint le howto correspondant... ca devrait t'aider...


Sylvain

<<Linux+NT-Loader.html>> <<XFree86-HOWTO.html>>
NT OS Loader + Linux mini-HOWTO
Bernd Reichert,
v1.11, 2 September 1997

1. Abstract

This document describes the use of the Windows NT boot loader to start
Linux. This procedures have been tested with Windows NT 4.0 WS and
Linux 2.0.

2. How does the NT OS Loader work

The NT OS loader likes to have the boot sector from the other
operating systems available as a file. It reads this file and starts
the operating system selected, i.e. either Windows NT in different
Modes or any other OS.

3. Tips on how to install Windows NT and Linux on the same System

3.1. Windows NT installation

Try to install Windows NT first. If you want to use NTFS for your
Windows NT-partition, keep in mind, that the todays production version
of Linux cannot access NTFS partitions. An alpha driver that can read
NTFS-Partitions is available at http://www.informatik.hu-
berlin.de/~loewis/ntfs. You may create a separate FAT-Partition for
data exchange or you have to use DOS-formatted floppies.

3.2. Partitioning

Another Mini-howto recommends not to use NTs "Disk Administartor" to
create the Linux swap- and root-partitions. It is sufficient to see
the free space there. I also recommend to use linux's fdisk later.

3.3. Linux installation

Now boot linux from diskettes, create the swap and root-partition.
Fdisk assumes the ntfs-partition to be a HPFS-partition. This is
normal. Boot again from diskettes and install Linux as you like.

Just in case the installation procedure suggests that you could mount
the HPFS partition which it has found: Ignore it.

3.4. Lilo

When you come to the Lilo-Section, specify your Linux-root-partition
as your boot device because the Master Boot Record (MBR) of your
harddisk is owned by Windows NT. This means that the root-entry and
the boot-entry in your /etc/lilo.conf have the same value. If you
have a IDE-harddisk and your Linux-partition is is the second
partition, your boot-entry in /etc/lilo.conf looks like:

       boot=/dev/hda2


If you have two disks and your Linux resides on the first partition of
your second disk, your boot-entry in /etc/lilo.conf looks like:

       boot=/dev/hdb1


Run lilo with a kernel that matches your system. Check the kernel by
booting from diskette first if you are not sure.

If you cannot boot Windows NT now, you have a problem. I hope you
have created a repair-disk recently.

4. Bootpart

There is a NT-programm called bootpart written by G. Vollant that can
do the jobs from the next two points for you. Bootpart is available at
http://ourworld.compuserve.com/homepages/gvollant/bootpart.htm.

If you want to know how things are working together, use the
procedures described in point 5 and 6.

5. The Linux part of the work

You have to boot from diskettes until the NT-part is fixed.

Now you have to peel the bootsector from your Linux-root-Partition.
With /dev/hda2 as your linux-partition, the dd-command is:

       # dd if=/dev/hda2 of=/bootsect.lnx bs=512 count=1


There is something wrong if your bootsect.lnx has more than 512 bytes.

Now copy the file bootsect.lnx to a DOS-formated floppy if this is
your way to transfer files to the NTFS-Windows-partition.

You can copy it with

       # mcopy /bootsect.lnx a:


or with

# mount -t msdos /dev/fd0 /mnt
# copy /bootsect.lnx /mnt
# umount /mnt

6. The Windows NT part of the work

Copy the file from the diskette to C:\bootsect.lnx. I don't tell you
how to do that.

What lilo.conf is for linux is c:\boot.ini for Windows NT. Remove
the, system- and the read-only-attribute before you can modify it
with:

       C:\attrib -s -r c:\boot.ini


Now change the file boot.ini with an editor, notepad for example, as
follows:

       [boot loader]
       timeout=30
       default=multi(0)disk(0)rdisk(0)partition(1)\WINNT
       [operating systems]
       multi(0)disk(0)rdisk(0)partition(1)\WINNT="Windows NT Workstation ...
       multi(0)disk(0)rdisk(0)partition(1)\WINNT="Windows NT Workstation ...
       C:\BOOTSECT.LNX="Linux"


Only the last line has been added in this example. Restore the
attributes after you have saved boot.ini with:

       C:\attrib +s +r c:\boot.ini


After a shutdown of your Windows NT and a restart your should see the
following:

    OS Loader V4.00


    Please select the operating system to start:


    Windows NT Workstation Version 4.0
    Windows NT Workstation Version 4.0 [VGA mode]
    Linux


Select Linux and see

    LILO loading zImage ....


7. Play it again Sam

A new copy of bootsect.lnx must be transfererd to C:\BOOTSECT.LNX evry
time the bootsector of your linux-partition has been modified. This
happens for example when you install a new kernel with lilo. As you
can see such a system in not ideal for testing experimental kernels.

8. Troubleshooting

If things do not work as expected, check bootability with a floppy
disk. With /dev/hdb1 as your Linux-partition, your /etc/lilo.conf has
the following entries:

       root=/dev/hdb1
       boot=/dev/fd0


Run lilo with a diskette inserted. Now try to boot from the diskette.
If your Linux on /dev/hdb1 can't be started, the NT OS loader will
also fail to start it. If you see a lot of 01 01 01 01, your root-
disk is not accessible. Check whether all your disks are known by the
bios.

If the floppy boots your Linux partition, you can peel of your boot-
sector for the NT OS loader with:

       # dd if=/dev/fd0 of=/bootsect.lnx bs=512 count=1


You can keep this diskette as your rescue-diskette just in case your
Windows NT installation breaks.

9. References

· The Linux+WindowsNT mini-HOWTO

· The FAQ for FreeBSD 2.X

10. Acknowledgements

· Thanks to Xiaoming Yi for the tip that the
     procedures work also with other disks than the first one.


· Thanks to Frank Dennler for the diskette-
     trick.


11. Feedback

Any comments are welcome.

The Linux XFree86 HOWTO
by Eric S. Raymond
v5.2, 31 October 1997

This document describes how to obtain, install, and configure version
3.3 of the XFree86 version of the X Window System (X11R6) for Linux
systems. It is a step-by-step guide to configuring XFree86 on your
system.

1. Introduction

The X Window System is a large and powerful (some might say
excessively large and overly complex) graphics environment for UNIX
systems. The original X Window System code was developed at MIT;
commercial vendors have since made X the industry standard for UNIX
platforms. Virtually every UNIX workstation in the world runs some
variant of the X Window system.

A freely redistributable port of the MIT X Window System version 11,
release 6 (X11R6) for 80386/80486/Pentium UNIX systems has been
developed by a team of programmers originally headed by David
Wexelblat . The release, known as XFree86, is
available for System V/386, 386BSD, and other x86 UNIX
implementations, including Linux. It includes all of the required
binaries, support files, libraries, and tools.

Complete information on XFree86 is available at the XFree86 web site,
.

In this document, we'll give a step-by-step description of how to
install and configure XFree86 for Linux, but you will have to fill in
some of the details yourself by reading the documentation released
with XFree86 itself. (This documentation is discussed below.)
However, using and customizing the X Window System is far beyond the
scope of this document---for this purpose you should obtain one of the
many good books on using the X Window System.

1.1. Other sources of information

If you have never heard of Linux before, there are several sources of
basic information about the system. The best place to find these is at
the Linux Documentation Project home page at
. You can find the latest, up-to-date
version of this document there, as


1.2. New versions of this document

New versions of the Linux XFree86 HOWTO will be periodically posted to
comp.os.linux.help and and news.answers . They
will also be uploaded to various Linux WWW and FTP sites, including
the LDP home page.

You can always view the latest version of this on the World Wide Web
via the URL .

1.3. Feedback and Corrections

If you have questions or comments about this document, please feel
free to mail Eric S. Raymond, at esr@???. I welcome any
suggestions or criticisms. If you find a mistake with this document,
please let me know so I can correct it in the next version. Thanks.

Please do not mail me questions about how to make your video card and
monitor work with X. This HOWTO is intended to be a rapid, painless
guide to normal installation using the new interactive configurator.
If you run into problems, browse the XFree86 Video Timings HOWTO,
.
(This is the up-to-date HTML version of XFree86's `Videomodes.doc'
file.) That document tells everything I know about configuration
troubleshooting. If it can't help you, I can't either.

2. Hardware requirements

As of XFree86 version 3.3 the following video chipsets are supported.
The documentation included with your video adaptor should specify the
chipset used. If you are in the market for a new video card, or are
buying a new machine that comes with a video card, have the vendor
find out exactly what the make, model, and chipset of the video card
is. This may require the vendor to call technical support on your
behalf; in general vendors will be happy to do this. Many PC hardware
vendors will state that the video card is a ``standard SVGA card''
which ``should work'' on your system. Explain that your software
(mention Linux and XFree86!) does not support all video chipsets and
that you must have detailed information.

You can also determine your videocard chipset by running the
SuperProbe program included with the XFree86 distribution. This is
covered in more detail below.

The following standard SVGA chipsets are supported:

· Tseng ET3000, ET4000AX, ET4000/W32, ET6000

· Western Digital/Paradise PVGA1

  ·  Western Digital WD90C00, WD90C10, WD90C11, WD90C24, WD90C30,
     WD90C31, WD90C33


· Genoa GVGA

  ·  Trident TVGA8800CS, TVGA8900B, TVGA8900C, TVGA8900CL, TVGA9000,
     TVGA9000i, TVGA9100B, TVGA9200CX, TVGA9320, TVGA9400CX, TVGA9420,
     TGUI9420DGi, TGUI9430DGi, TGUI9440AGi, TGUI9660XGi, TGUI9680


  ·  ATI 18800, 18800-1, 28800-2, 28800-4, 28800-5, 28800-6, 68800-3,
     68800-6, 68800AX, 68800LX, 88800GX-C, 88800GX-D, 88800GX-E,
     88800GX-F, 88800CX, 264CT, 264ET, 264VT, 264VT2, 264GT


· NCR 77C22, 77C22E, 77C22E+

  ·  Cirrus Logic CLGD5420, CLGD5422, CLGD5424, CLGD5426, CLGD5428,
     CLGD5429, CLGD5430, CLGD5434, CLGD5436, CLGD5440, CLGD5446,
     CLGD5462, CLGD5464, CLGD6205, CLGD6215, CLGD6225, CLGD6235,
     CLGD6410, CLGD6412, CLGD6420, CLGD6440


· OAK OTI067, OTI077, OTI087

· Avance Logic ALG2101, ALG2228, ALG2301, ALG2302, ALG2308, ALG2401

  ·  Chips & Technologies 65520, 65530, 65540, 65545, 65520, 65530,
     65540, 65545, 65546, 65548, 65550, 65554


· MX MX68000, MX680010

· Video 7/Headland Technologies HT216-32

· SiS 86C201, 86C202, 86C205

· ARK Logic ARK1000PV, ARK1000VL, ARK2000PV, ARK2000MT

· RealTek RTG3106

· Alliance AP6422

· Matrox MGA2064W and Mystique cards

· NVidia/SGS Thomson NV1, STG2000

The following SVGA chipsets with accelerated features are also
supported:

· 8514/A (and true clones)

· ATI Mach8, Mach32, Mach64

  ·  Cirrus CLGD5420, CLGD5422, CLGD5424, CLGD5426, CLGD5428, CLGD5429,
     CLGD5430, CLGD5434, CLGD5436, CLGD5440, CGLD5446, CLGD5462,
     CLGD5464.


  ·  S3 86C911, 86C924, 86C801, 86C805, 86C805i, 86C928, 86C864, 86C964,
     86C732, 86C764, 86C765, 86C868, 86C968, 86C325, 86C988


· Western Digital WD90C31, WD90C33, WD90C24A

· Weitek P9000

· IIT AGX-014, AGX-015, AGX-016

· IBM XGA-2

· Tseng ET4000/W32, ET4000/W32i, ET4000/W32p, ET6000

· Ark Logic ARK1000PV, ARK1000VL, ARK2000PV, ARK2000MT

· MGA2064W

Video cards using these chipsets are supported on all bus types,
including VLB and PCI.

All of the above are supported in both 256 color and monochrome modes,
with the exception of the Avance Logic, MX and Video 7 chipsets, which
are only supported in 256 color mode. If your video card has enough
DRAM installed, many of the above chipsets are supported in 16 and 32
bits-per-pixel mode (specifically, some Mach32, P9000, S3 and Cirrus
boards). The usual configuration is 8 bits per pixel (that is, 256
colors).

The monochrome server also supports generic VGA cards, the Hercules
monochrome card, the Hyundai HGC1280, Sigma LaserView, and Apollo
monochrome cards. On the Compaq AVGA, only 64k of video memory is
supported for the monochrome server, and the GVGA has not been tested
with more than 64k.

This list will undoubtedly expand as time passes. The release notes
for the current version of XFree86 should contain the complete list of
supported video chipsets.

One problem faced by the XFree86 developers is that some video card
manufacturers use non-standard mechanisms for determining clock
frequencies used to drive the card. Some of these manufacturers either
don't release specifications describing how to program the card, or
they require developers to sign a non-disclosure statement to obtain
the information. This would obviously restrict the free distribution
of the XFree86 software, something that the XFree86 development team
is not willing to do. For a long time, this has been a problem with
certain video cards manufactured by Diamond, but as of release 3.1 of
XFree86, Diamond has started to work with the development team to
release free drivers for these cards.

The suggested setup for XFree86 under Linux is a 486 or better with at
least 8 megabytes of RAM, and a video card with a chipset listed
above. For optimal performance, we suggest using an accelerated card,
such as an S3-chipset card. You should check the documentation for
XFree86 and verify that your particular card is supported before
taking the plunge and purchasing expensive hardware.

Farrel McKay compiles benchmark ratings comparisons for various video
cards under XFree86. These are posted routinely to the USENET
newsgroups comp.windows.x.i386unix ,
comp.os.linux.x , ,
. They are available on the Web at
.

As a side note, the personal Linux system of Matt Welsh (this FAQ's
originator) was a 486DX2-66, 20 megabytes of RAM, equipped with a VLB
S3-864 chipset card with 2 megabytes of DRAM. He ran X benchmarks on
this machine as well as on Sun Sparc IPX workstations. The Linux
system was roughly 7 times faster than the Sparc IPX (for the curious,
XFree86-3.1 under Linux, with this video card, runs at around 171,000
xstones; the Sparc IPX at around 24,000). In general, XFree86 on a
Linux system with an accelerated SVGA card will give you much greater
performance than that found on commercial UNIX workstations (which
usually employ simple framebuffers for graphics).

Your machine will need at least 4 megabytes of physical RAM, and 16
megabytes of virtual RAM (for example, 8 megs physical and 8 megs
swap). Remember that the more physical RAM that you have, the less
that the system will swap to and from disk when memory is low. Because
swapping is inherently slow (disks are very slow compared to memory),
having 8 megabytes of RAM or more is necessary to run XFree86
comfortably. 16 is better. A system with 4 megabytes of physical RAM
could run much (up to 10 times) more slowly than one with 8 megs or
more.

3. Installing XFree86

It's quite likely that you obtained XFree86 as part of a Linux
distribution, in which case downloading the software separately is not
necessary. In that case you can skip this section.

The Linux binary distribution of XFree86 can be found on a number of
FTP sites. On the XFree86 site it's at
(As of
the time of this writing, the current version is 3.2A; newer versions
are released periodically).

Before doing anything else, download and run the `preinst.sh' shell
script first. This may tell you about prerequisites you'll need to
have in place before contibuing your installation.

If you are downloading XFree86 directly, this table lists the files in
the XFree86-3.3 distribution.

One of the following servers is required:

     X338514.tgz
        Server for 8514-based boards.
     X33AGX.tgz
        Server for AGX-based boards.


     X33I128.tgz
        Server for the Number Nine Imagine 128.


     X33Mach32.tgz
        Server for Mach32-based boards.


     X33Mach64.tgz
        Server for Mach64-based boards.


     X33Mach8.tgz
        Server for Mach8-based boards.


     X33Mono.tgz
        Server for monochrome video modes.


     X33P9K.tgz
        Server for P9000-based boards.


     X33S3.tgz
        Server for S3-based boards.


     X33S3V.tgz
        Server for the S3 ViRGE and ViRGE/VX (considered beta)


     X33SVGA.tgz
        Server for Super VGA-based boards.


     X33W32.tgz
        Server for ET4000/W32-based boards.


If you don't know which one to take, take the VGA16 server,
X33VGA16.tgz. You want to download this one anyway, because you'll
need it to run the auto-configuration utility in the next step.

All of the following files are required:

     preinst.sh
        Pre-installation script


     postinst.sh
        Post-installation script


     X33bin.tgz
        The rest of the X11R6 binaries.


     X33cfg.tgz
        Config files for xdm, xinit and fs.


     X33doc.tgz
        Documentation.


     X33man.tgz
        Manual pages.


     X33fnts.tgz
        75dpi, misc and PEX fonts


     X33lib.tgz
        Shared X libraries and support files.


     X33set.tgz
        XF86Setup utility


     X33VG16.tgz
        Server for VGA/EGA-based boards.


The following files are optional:

     X33f100.tgz
        100dpi fonts


     X33fcyr.tgz
        Cyrillic fonts


     X33fnon.tgz
        Other fonts (Chinese, Japanese, Korean, Hebrew)


     X33fscl.tgz
        Scalable fonts (Speedo and Type1)


     X33fsrv.tgz
        Font server and config files


     X33prog.tgz
        X header files, config files and compile-time libs


     X33lkit.tgz
        X server LinkKit


     X33lk98.tgz
        PC98 X server LinkKit


     X33nest.tgz
        Nested X server


     X33prt.tgz
        X print server


     X33vfb.tgz
        Virtual framebuffer X server


     X33ps.tgz
        PostScript version of the documentation


     X33html.tgz
        HTML version of the documentation


The XFree86 directory should contain release notes for the current
version in RELNOTES. Consult those for installation details

All that is required to install XFree86 is to obtain the above files,
create the directory /usr/X11R6 (as root), and unpack the files from
/usr/X11R6 with a command such as:

       gzip -dc X33bin.tgz | tar xfB -


Remember that these tar files are packed relative to /usr/X11R6, so
it's important to unpack the files there.

You need to make sure that /usr/X11R6/bin is on your path. This can
be done by editing your system default /etc/profile or /etc/csh.login
(based on the shell that you, or other users on your system, use). Or
you can simply add the directory to your personal path by modifying
/etc/.bashrc or /etc/.cshrc, based on your shell.

You also need to make sure that /usr/X11R6/lib can be located by
ld.so, the runtime linker. To do this, add the line

       /usr/X11R6/lib


to the file /etc/ld.so.conf, and run /sbin/ldconfig, as root.

4. Configuring XFree86

4.1. Normal Configuration

Configuring XFree86 to use your mouse, keyboard, monitor, and video
card correctly used to be something of a black art, requiring
extensive hand-hacking of a complex configuration file. No more; the
3.2/3.3 released made the process nearly trivial. All you do is fire
up the program XF86Setup.

This program depends on the fact that all new PC hardware these days
ships with EGA/VGA capable monitors. It invokes the SVGA16 server and
uses it to bring up X in a lowest-common-denominator 640x480 mode.
Then it runs an interactive program that walks you through a series of
five configuration panels -- mouse, keyboard, (video) card, monitor,
and `other' (miscellaneous server options). The whole process is quite
painless.

One minor point to keep in mind is that, if you're like most people
using current PC, your keyboard is actually what XF86Setup calls
`Generic 102-key PC (intl)' rather than the default `Generic 101-key
PC'. If you pick the default (101) the key cluster on the extreme
right of your keyboard (numeric keypad and friends) may stop working.

If you're not sure of your monitor type, you can try the listed ones
in succession. Work your way from top down (upper choices involve
lower dot-clock speeds and are less demanding on the hardware). Back
off if you get hash or a seriously distorted picture. Minor
distortions (picture slightly too large, slightly too small, or
slightly off-center) are no problem; you'll get a chance to correct
those immediately by fine-tuning the mode.

And, when the program brings up xvidtune to allow you to tweak your
video mode, don't let the initial warning box make you nervous.
Modern multisync monitors (unlike their fixed-frequency predecessors)
are not easy to damage this way.

4.2. Troubleshooting

Occasionally, something will not be quite right when you initially
fire up the X server. This is almost always caused by a problem in
your configuration file. Usually, the monitor timing values are off,
or the video card dot clocks set incorrectly. Minor problems can be
fixed with xvidtune; a really garbled screen usually means you need to
go back into XF86Setup and choose a less capable monitor type.

If your display seems to roll, or the edges are fuzzy, this is a clear
indication that the monitor timing values or dot clocks are wrong.
Also be sure that you are correctly specifying your video card
chipset, as well as other options for the Device section of
XF86Config. Be absolutely certain that you are using the right X
server and that /usr/X11R6/bin/X is a symbolic link to this server.

If all else fails, try to start X ``bare''; that is, use a command
such as:

       X > /tmp/x.out 2>&1


You can then kill the X server (using the ctrl-alt-backspace key com­
bination) and examine the contents of /tmp/x.out. The X server will
report any warnings or errors---for example, if your video card
doesn't have a dot clock corresponding to a mode supported by your
monitor.

Remember that you can use ctrl-alt-numeric + and ctrl-alt-numeric - to
switch between the video modes listed on the Modes line of the Screen
section of XF86Config. If the highest resolution mode doesn't look
right, try switching to lower resolutions. This will let you know, at
least, that those parts of your X configuration are working correctly.

Also, check the vertical and horizontal size/hold knobs on your
monitor. In many cases it is necessary to adjust these when starting
up X. For example, if the display seems to be shifted slightly to one
side, you can usually correct this using the monitor controls.

The USENET newsgroup comp.windows.x.i386unix is devoted to discussions
about XFree86, as is comp.os.linux.x. It might be a good idea to
watch that newsgroup for postings relating to your video
configuration---you might run across someone with the same problems as
your own.

4.3. Custom Configuration

You will need to hand-hack your X configuration to get optimal
performance if your monitor can support 1600x1200 -- the highest
canned resolution XF86Setup supports is 1280x1024.

If you want to hand-hack your video configuration for this or any
other reason, go see the LDP's XFree86 Video Timings HOWTO,
. (This is the up-
to-date HTML version of XFree86's `Videomodes.doc' file.)

4.4. Using 16-bit Color

By default, X uses 8-bit color depth giving 256 colors. To circumvent
this restriction, many applications allocate their own colormaps,
resulting in sudden color jumps when the cursor moves between two
windows each having a color map of its own. The Arena WWW browser does
it this way.

If you want to use advanced graphic applications 256 colors may be not
sufficient. You can use 16bit color depth with 65K different colors
simply by starting X with

  ______________________________________________________________________
      startx -- -bpp 16
  ______________________________________________________________________


or putting

  ______________________________________________________________________
      exec X :0 -bpp 16
  ______________________________________________________________________


into your .xserverrc file. But beware, not all applications will work
with 16bit colors.

More colors makes your video card transfer more data during the same
time. If your video card cannot cope, then either the resolution has
or the refresh rate has to be reduced. By default, XFree reduces the
resolution. If you want to keep the resolution and reduce the refresh
rate, you must insert a new appropriate Modeline into your XF86Config
file which defines that resolution with a lower refresh rate. For
instance replace the old value

       Modeline "1024x768"  75  1024 1048 1184 1328 768 771 777 806 -hsync -vsync


with

       Modeline "1024x768"  65  1024 1032 1176 1344 768 771 777 806 -hsync -vsync.


The magic numbers 75 and 65 are the respective clock rates which you
find reported by X in your .X.err file. Consult the monitors file in
the XF86 documentation for Modelines suitable to the maximum clock
rate your video card can deliver under 16bit color depth.

5. Running XFree86

With your XF86Config file configured, you're ready to fire up the X
server and give it a spin. First, be sure that /usr/X11R6/bin is on
your path.

The command to start up XFree86 is

       startx


This is a front-end to xinit (in case you're used to using xinit on
other UNIX systems).

This command will start the X server and run the commands found in the
file .xinitrc in your home directory. .xinitrc is just a shell script
containing X clients to run. If this file does not exist, the system
default /usr/X11R6/lib/X11/xinit/xinitrc will be used.

A standard .xinitrc file looks like this:

#!/bin/sh

xterm -fn 7x13bold -geometry 80x32+10+50 &
xterm -fn 9x15bold -geometry 80x34+30-10 &
oclock -geometry 70x70-7+7 &
xsetroot -solid midnightblue &

exec twm

This script will start up two xterm clients, an oclock, and set the
root window (background) color to midnightblue. It will then start up
twm, the window manager. Note that twm is executed with the shell's
exec statement; this causes the xinit process to be replaced with twm.
Once the twm process exits, the X server will shut down. You can cause
twm to exit by using the root menus: depress mouse button 1 on the
desktop background---this will display a pop up menu which will allow
you to Exit Twm.

Be sure that the last command in .xinitrc is started with exec, and
that it is not placed into the background (no ampersand on the end of
the line). Otherwise the X server will shut down as soon as it has
started the clients in the .xinitrc file.

Alternately, you can exit X by pressing ctrl-alt-backspace in
combination. This will kill the X server directly, exiting the window
system.

The above is a very, very simple desktop configuration. Many wonderful
programs and configurations are available with a bit of work on your
.xinitrc file. For example, the fvwm window manager will provide a
virtual desktop, and you can customize colors, fonts, window sizes and
positions, and so forth to your heart's content.

If you are new to the X Window System environment, we strongly suggest
picking up a book such as The X Window System: A User's Guide. Using
and configuring X is far too in-depth to cover here. See the man pages
for xterm, oclock, and twm for clues on getting started.

5.1. Terms of Use

This document is copyright 1996 by Eric S. Raymond. You may use,
disseminate, and reproduce it freely, provided you:

· Do not omit or alter this copyright notice.

· Do not omit or alter or omit the version number and date.

  ·  Do not omit or alter the document's pointer to the current WWW
     version.


· Clearly mark any consdensed, altered or versions as such.

These restrictions are intended to protect potential readers from
stale or mangled versions. If you think you have a good case for an
exception, ask me.

5.2. Acknowledgements

This document was originated by Matt Welsh in the dim and backward
abysm of time. Thanks, Matt!