XF86Config
The support for the XF86Config file was removed from the main distribution.
For information how to change the keyboard layout refer to the
FAQ
If XKB does not work, please verify that /tmp is mounted in binary mode.
More troubleshooting hints are in the
FAQ
For questions, feature requests and bugreports, please use the
mailinglist
Fonts
Fonts in the X11 protocol are handled in a network transparent fashion.
Normally only the X11 fonts which are installed on your local host are
accessible.
But some Windowmangers and programs need fonts, which are only located on
the machine, where the program is installed. If you are for example connected
to a Sun/Solaris machine, you will unlikely have the CDE fonts installed.
The mechanism to solve the problem is the X11 fontserver.
If there is already a running fontserver, you can skip the fontserver setup
You have to setup a fontserver on the solaris machine and make it known to
your local X Server.
The X11 fontserver has a configuration file which is (by default) located in
/usr/X11R6/lib/X11/fs/config or /etc/X11/fs/config.
clone-self = on
use-syslog = off
catalogue = /usr/X11R6/lib/X11/fonts/misc/,
/usr/X11R6/lib/X11/fonts/Speedo/,
/usr/X11R6/lib/X11/fonts/Type1/,
/usr/X11R6/lib/X11/fonts/CID/,
/usr/X11R6/lib/X11/fonts/75dpi/,
/usr/X11R6/lib/X11/fonts/100dpi/
error-file = /home/ago/etc/xfs/fs-errors
default-point-size = 120
default-resolutions = 75,75,100,100
The most important parameter in catalogue. It tells xfs which fonts it should
export. These list may be obtained by the command "xset q". Search for a line
"Font Path". Copy the line containing the font path into the configfile, save
it, and start the fontserver with "xfs -config my_configfile".
Now you have to make the fontpath known to your XServer.
- Specify it on the commandline: run
XWin [some options] -fp tcp/remote_host:7100
This will (unfortunatly) read all fonts from the remote server.
- Set it when the XServer is already running:
xset fp+ tcp/remote_host:7100; xset fp rehash
The examples assume, that the fontserver is running on port 7100 (which is
the default value)
So thats it. Have fun.
Download
Modmaps