/usr/lib/X11/fonts/misc
by hand due to X11R6 installers bug.
Add fonts (a12, rk12, k12) in
/usr/lib/X11/fonts/misc/
and do
# cd /usr/lib/X11/fonts/misc/
# mkfontdir
to create fonts.dir.
Then do
# xset fp rehash
to notify the system the change.
Font Alias
Modify
/usr/lib/X11/fonts/75dpi/fonts.alias
to include helvb12, etc. and do
# xset fp rehash
to notify the system the change.
New Icons
Add user icons in
/usr/X11R6/include/X11/pixmap/...
System-wide Defaults
/usr/X11R6/lib/X11/app-defaults/...
/usr/X11R6/lib/X11/xinit/.Xmodmap
/usr/X11R6/lib/X11/xinit//xinitrc
/usr/X11R6/lib/X11/xinit//xserverrc
/usr/X11R6/lib/X11/xinit//Xparams
(e.g.)
.Xmodmap: Setup the ascii-like key environmet on a JIS-keyboard by
keycode 58 =
keycode 101 = grave asciitilde
keycode 102 = underscore
Xparams: Activate arrow keys by
/usr/bin/X11/X -cmdkey meta -mo
which at the same time makes the mouse button simulations with
OPT+left/right and allows to use the cmdkey as a unix's meta key.