In order to install the files you need, you must load the CD-ROM for Linux to see it, then get data off of it.
Insert the Red Hat CD-ROM and at the # prompt type the following:
mount /mnt/cdrom
After a few seconds you should see some activity on the CD-ROM and the # prompt, letting you know that you can continue. Change your current working directory to that of the CD-ROM’s RPM area by typing the following command:
cd /mnt/cdrom/RedHat/RPMS
Further data, configuration options, and bug tips can be found at the following site:
http://www.xfree86.org
If no X items were installed, you need to install several RPM packages by using the rpm command. At the prompt, type the following commands one at a time, pressing Enter after each:
rpm -ivh X11R6-contrib*
rpm -ivh Xaw3d-1.3*
rpm -ivh Xconfig*
rpm -ivh XFree86-3*
rpm -ivh XFree86-75*
rpm -ivh XFree86-libs*
The preceding command lines will install everything you need except for the X server, which supports your specific video card. To install the correct server type in the following:
rpm –ivh Xfree86-YY*
Replace YY in your command line with the server name for your video card.