While there are people that will use the character-cell interface present when you first log in, many people prefer a graphically-oriented user interface. For Linux systems, the graphical user interface of choice is the X Window System.
In order to run X, you need to have the necessary packages installed. If you selected the ``X Window System'' component to be installed when you originally installed Red Hat Linux, everything should be ready to go. In that case, please refer to section 6.3.2.
If you didn't select the ``X Window System'' component when you installed Red Hat Linux, your Red Hat Linux system won't have the necessary software installed. While it is possible to manually install the required packages, you'll probably find it easier to re-do the installation, particularly if you're new to Linux.
However, if you'd like to try, the Red Hat FAQ, Section E.8.1 does discuss the packages required to manually install X.
There are three methods for configuring XFree86 on your machine:
Xconfigurator and xf86config are functional equivalents and should work equally well. If you are unsure of anything in this process, a good source of additional documentation is:
http://www.xfree86.org
Xconfigurator is a full-screen menu driven program that walks you
through setting up your X server. xf86config is a line oriented
program distributed with XFree86. It isn't as easy to use as
Xconfigurator, but it is included for completeness. If these
utilities fail to provide a working XF86Config file, you may have
an unsupported card or you may need to write the config file by hand.
Usually the former is the case, so check and make sure your card is
supported before attempting to write the config file yourself.
If your card is not supported by XFree86 you may wish to consider using a
commercial X server. If you have questions about whether or not your video
card is supported you can check out http://www.xfree86.org for
information on XFree86.
If you think you installed the wrong X server for your video card, you will
have to install the correct one before it can be configured.
For instance, if the CD is mounted on /mnt/cdrom, and you need to
install the S3 server, enter the following commands:
This will install the S3 server and make the proper symbolic link.
To configure X Windows you must first select your video card. Scroll down
the list of supported cards until you locate the card in your machine.
Figure 48 may help you determine the video server
that matches your hardware. If your card is not listed it may not be
supported by XFree86.
In this case you can try the last card entry on the
list (Unlisted Card) or a commercial X Windows server.
The next step is to select your monitor. If your monitor is not listed you
can select one of the generic monitor entries or ``Custom'' and enter your
own parameters. Custom monitor configuration is recommended only for
those who have a sound understanding of the inner workings of CRT
displays. The average user should probably use one of the generic selections
from the list. After selecting a monitor you need to tell Xconfigurator
how much video memory you have. Move the highlight to the appropriate
list entry and then press [Enter] or [F12] to continue.
For the next step it is recommended that you select the
default (No Clockchip Setting) entry, but experienced users may
want to select a specific clockchip.
AGX I128 Mach32 Mach64 Mach8 Mono P9000 S3 S3V SVGA VGA16 W32
If later you want to increase your refresh rate for your monitor, you
can edit the config file by hand or you can run Xconfigurator again
and pick a monitor from our list that more closely matches the specs of
your monitor.
The final configuration step consists
of selecting the video modes that you want to include in your XF86Config
file. Use the arrow keys to move the cursor up and down the list under
each color depth (8, 16 and 24 bit). Use the [Spacebar] to select
individual resolutions and the [Tab] key to move between color depth
fields. When you have selected the video modes you want to use move the
cursor to the ``OK'' button and press [Enter], or use the [F12]
shortcut. An information screen will give you the most current information
on selecting video modes, starting and stopping the X server.
If you selected the ``X Window System'' component when you installed
Red Hat Linux, you should be all set. All you'll need to do is to get X running.
As it turns out, there are two ways to do this. You can:
Let's start with the manual procedure.
Red Hat Linux, as installed, will not start X automatically for you. Therefore,
you'll see the same character-cell login prompt you saw when you first
booted your Red Hat Linux system.
In order to get X started, you'll first need to log in. Do so (using your
non-root account), and then enter the startx command. The screen
should go blank, and (after a short delay) you should see a graphical
desktop with one or more windows. The appearance of the desktop you'll see
will vary, depending on the packages you installed and other variables.
When you're done, and you'd like to leave X, you can click on any part of
the desktop (in other words, the part of the screen without any windows)
using your mouse's primary button. Select the ``Exit Fvwm'', ``Quit'', or
``logout'' menu entry, and X will shut down, leaving you at your original
character-cell shell prompt. You can then logout as usual.
Please Note: Make sure you verify that your X configuration works properly
before making X start automatically. Failure to do so can make it
difficult to log into your Red Hat Linux system. If you haven't done so already,
review the previous section before continuing.
It is possible to configure your Red Hat Linux system such that X will start
automatically whenever the system is booted. When configured in this
manner, xdm will run, which will present a graphically-oriented login
screen. After logging in, you will have a regular X session running, just
as if you had issued a startx command manually. Pretty neat, eh?
Here's a quick overview of how it's done:
Let's look at each step in more detail.
Please Note: You will need to be logged in as root in order to use
telinit. Also note that you should not be running anything
else on your Red Hat Linux system when you change run levels, as any running
programs may be killed by the run level change.
If everything is configured properly, after a short delay you should see an
xdm login screen. Log in, verifying that an X desktop appears. Then
log out to make sure that xdm reappears. If it does, your system is
configured properly to automatically start X. If there are problems, you
can go back to run level 3 using telinit (ie, ``/sbin/telinit
3''), or by rebooting.
When you're done, it should look like this:
Please Note: Make sure you change only the number 3 to be
5! Do not change anything else, otherwise your Red Hat Linux system may not
boot at all! When you've made the change, exit the editor, and use this
command to review your handiwork:
(Press the [Space] key to page through the file; [Q] will exit.)
If everything looks OK, it's time to reboot.
Thanks to wmconfig, it's easy to change the appearance of your
desktop. Simply select the Preferences menu entry, and (under
WM Style) you'll be able to pick from several different desktop
(also known as window manager) styles. If you want to learn more about the
nuts and bolts behind the scenes, read the wmconfig man page for more
information.
There are several tools that can make life easier for the new Red Hat Linux user.
They perform tasks that either require root access, or can only be done by
memorizing arcane commands. They all require X to run, so you'll need to
get that set up first. These tools are:
The X Server
Provided you selected the proper video card at install time, you should
have the proper X server installed. When later running
Xconfigurator or xf86config, you need to make sure you
select the same video card or the autoprobe will fail.
cd /mnt/cdrom/RedHat/RPMS
rpm -ivh XFree86-S3-3.1.2-1.i386.rpm
ln -sf ../../usr/X11R6/bin/XF86_S3 /etc/X11/X
Xconfigurator
Selecting your Server
If you are unsure what chipset you have, the best way to find out is usually
to look at the card.
Figure 48 lists which chipsets
and boards require which servers. Pick the one that best matches your
hardware.
Server
Chipset
8514
IBM 8514/A Boards and true clones
All XGA graphics boards
#9 Imagine 128 (including Series II) boards
ATI boards using the Mach32 chipset
ATI boards using the Mach64 chipset
ATI boards using the Mach8 chipset
VGA boards in monochrome
Diamond Viper (but not the 9100) and Others
#9 Boards, most Diamonds, some Orchids, Others
Boards using the S3 ViRGE (including DX, GX, VX) chipset
Trident 8900 & 9400, Cirrus Logic, C & T, ET4000, S3 ViRGE, Others
All VGA boards (16 color only)
All ET4000/W32 cards, but not standard ET4000's
Finishing Up
6.3.2 If You've Already Installed X
6.3.2.1 Starting X Manually
6.3.2.2 Starting X Automatically
Testing xdm Using telinit
-- The telinit
command is used to change your Red Hat Linux system's ``run level''. It is the
run level that controls various aspects of system operation, including
whether xdm should be started or not. Newly-installed Red Hat Linux systems
use run level 3 as their default; this results in the character-cell login
prompt you've seen. Since xdm is started at run level 5, you'll need
to issue the command:
/sbin/telinit 5
Editing /etc/inittab
-- The file /etc/inittab is
used to, among other things, determine the system's default run level. We
need to change the default run level from 3 to 5; therefore, we'll need to
edit /etc/inittab. Using the text editor of your choice, change this
line in /etc/inittab:
id:3:initdefault:
id:5:initdefault:
less /etc/inittab
Rebooting
-- Refer to Section 6.2.4
to properly reboot your Red Hat Linux system. Congratulations! You're now fully
graphical (well, your system is, at least)...
6.3.2.3 Changing Your Desktop
6.3.2.4 Handy X-Based Tools
/usr/bin/usermount to start it.