xref: /OK3568_Linux_fs/external/xserver/xkb/README.compiled (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1
2The X server uses this directory to store the compiled version of the
3current keymap and/or any scratch keymaps used by clients.  The X server
4or some other tool might destroy or replace the files in this directory,
5so it is not a safe place to store compiled keymaps for long periods of
6time.  The default keymap for any server is usually stored in:
7     X<num>-default.xkm
8where <num> is the display number of the server in question, which makes
9it possible for several servers *on the same host* to share the same
10directory.
11
12Unless the X server is modified, sharing this directory between servers on
13different hosts could cause problems.
14