2003-04-27 04:03:35 -04:00
|
|
|
|
|
|
|
Be sure to add ${PREFIX}/lib/X11/fonts/jmk to your fontpath,
|
2005-01-23 15:57:42 -05:00
|
|
|
preferably in your xorg.conf by adding this line:
|
2003-04-27 04:03:35 -04:00
|
|
|
|
|
|
|
FontPath "${PREFIX}/lib/X11/fonts/jmk/"
|
|
|
|
|
|
|
|
Or, if you wish, from your shell:
|
|
|
|
|
|
|
|
$ xset fp+ ${PREFIX}/lib/X11/fonts/jmk
|
|
|
|
$ xset fp rehash
|
|
|
|
|