XFree86 Logfile - File Paths

File Paths

After the keyboard setup XFree86 locates the path to the RGB database, to the modules and to where the fonts are. This is how it looks in the log:

01] (**) FontPath set to "/usr/lib/X11/fonts/misc,/usr/lib/X11/fonts/cyrillic,/more-paths.." 02] (**) RgbPath set to "/usr/X11R6/lib/X11/rgb" 03] (==) ModulePath set to "/usr/X11R6/lib/modules"

Line 1: All the directories in which the X server searches for fonts are output. The paths are defined with a number of FontPaths in Section "Files" in XF86Config:

Section "Files" FontPath "/usr/lib/X11/fonts/misc" FontPath "/usr/lib/X11/fonts/Cyrillic" ... EndSection

Instead of letting X load all the fonts by itself you can use a fontserver. xfs is a fontserver included in X which usually listens to port 7100. To use it you only need to specify one FontPath:

FontPath "unix/:7100"

Line 2: Specifies the path and firstname of the RGB database which is a file. In this case it would be located at /usr/X11R6/lib/X11/rgb.txt and contain a list of color codes along with their color names. X itself appends the file ending.

Line 3: The path to where all modules are located. The default is usually fine. It is needed for XFree86 to be able to find the modules specified in Section "Module".

Read more about this topic:  XFree86 Logfile

Famous quotes containing the words file and/or paths:

    I have been a soreheaded occupant of a file drawer labeled “Science Fiction” ... and I would like out, particularly since so many serious critics regularly mistake the drawer for a urinal.
    Kurt Vonnegut, Jr. (b. 1922)

    The surface of the earth is soft and impressible by the feet of men; and so with the paths which the mind travels. How worn and dusty, then, must be the highways of the world, how deep the ruts of tradition and conformity!
    Henry David Thoreau (1817–1862)