tonywhitmore.co.uk  

      blog : gallery : wiki : articles : projects : shell scripts : wallpaper : cv : links :
 Project Homepage

XFree86 4.3.0
XFree86

Booting and Analysing

  1. Boot your Core Linux PC.
  2. Login as root. You will need to enter the password at the prompt.
  3. Use wget to download the XFree86 Xinstall.sh script from the.earth.li/pub/XFree86/4.3.0.
  4. Run the Xinstall.sh script using the command sh Xinstall.sh -check. Note which binaries are correct for your system.

Give me more details on this

Preparation

  1. Having determined the correct binaries for your system, download the following essential files from the XFree86 4.3.0 directory of a mirror of www.xfree86.org:
    Xinstall.sh The installer script
    extract The utility for extracting tarballs
    Xbin.tgz X clients/utilities and run-time libraries
    Xlib.tgz Some data files required at run-time
    Xman.tgz Manual pages
    Xdoc.tgz XFree86 documentation
    Xfnts.tgz Base set of fonts
    Xfenc.tgz Base set of font encoding data
    Xetc.tgz Run-time configuration files
    Xvar.tgz Run-time data
    Xxserv.tgz XFree86 X server
    Xmod.tgz XFree86 X server modules
    You should download the following optional module file, which provides headers against which window managers can later be compiled:
    Xprog.tgz X header files, config files and compile-time libs
    This example assumes that these other optional module files are downloaded, although they are not essential for operation:
    Xfsrv.tgz Font server
    Xnest.tgz Nested X server
    Xprt.tgz X Print server
    Xvfb.tgz Virtual framebuffer X server
    Xf100.tgz 100dpi fonts
    Xfcyr.tgz Cyrillic fonts
    Xfscl.tgz Scalable fonts (Speedo, Type1 and TrueType)
    Xhtml.tgz HTML version of the documentation
    You may also wish to download some of the other optional module files:
    Xps.tgz PostScript version of the documentation
    Xjdoc.tgz Documentation in Japanese
  2. Burn the downloaded files to a CD. This page assumes that the subdirectory XFree864.3.0 is used for the files. The CD-ROM can be a multi-session disk.

Give me more details on this

Installing the XFree86 4.3.0 binaries

  1. Place the CD-R in the CD-ROM drive on your Core Linux system. Mount the CD-ROM drive under /mnt/cdrom.
  2. Change to the XFree864.3.0 directory on the CD-R.
  3. Make a temporary directory for the install files.
  4. Copy all the files from /mnt/cdrom/XFree864.3.0 to /tmp/XFree864.3.0
  5. Change to the /tmp/XFree864.3.0 directory.
  6. Run the Xinstall.sh script.

Give me more details on this

Prepare your system to run XFree86

  1. Change to the /etc directory.
  2. Add the following lines to the ld.so.conf file:
    /lib
    /usr/lib
  3. Run the program ldconfig.
  4. Add a link to the device file to which your mouse is connected called /dev/mouse.
  5. Add a link to the directory /usr/X11R6/include/X11 called /usr/include/X11.
  6. Add a link to the directory /usr/X11R6 called /usr/X11.
  7. Add the directory /usr/X11/bin to the $PATH enviroment variable.
  8. In order to activate the changes to the $PATH enviroment variable, you will have to logout and log back in again.

Give me more details on this

Configuring your X server

  1. Run the program XFree86 with the argument -configure.
  2. Test the configuration with the command XFree86 -xf86config /root/XF86Config.new.
  3. Once you have established basic X functionallity, you can set up you configuration file for your system. Copy the file /root/XF86Config.new to /root/XF86Config.
  4. Edit the /root/XF86Config file to include details about your system configuration.
  5. Save the file and exit the text editor.

Give me more details on this

Further Testing

  1. Start the X server using the command startx.

Give me more details on this

Creative Commons License
The text of this page is licensed under a Creative Commons License.


Valid CSS!     Valid HTML 4.0!     Valid RSS
Original design © For oswd.org by SquireCD