- stop warning people to leave their vga.pcf uncompressed, since that

was bad advice (only worked for Bryce's machine).  Now warn people to
  restart their X font server.
This commit is contained in:
Bryce Denney 2001-09-30 14:07:58 +00:00
parent f1dd213775
commit 82a0027e4b
1 changed files with 8 additions and 7 deletions

View File

@ -126,7 +126,8 @@ one of the font files in bochs-yymmdd/font.
<P> <P>
There are two options; you may install the VGA font in a global place, or There are two options; you may install the VGA font in a global place, or
in a local directory. You may need to install it locally if you don't have in a local directory. You may need to install it locally if you don't have
root access. root access. If the VGA font is not installed properly, you will get
the error, "Could not open vga font".
<P> <P>
<B>Option 1: installing VGA font in global font directory</B> <B>Option 1: installing VGA font in global font directory</B>
@ -138,16 +139,16 @@ root access.
# Solaris 2.x /usr/openwin/lib/X11/fonts # Solaris 2.x /usr/openwin/lib/X11/fonts
# Linux /usr/lib/X11/fonts/ # Linux /usr/lib/X11/fonts/
root-> cp font/vga.pcf font-path-here/misc root-> cp font/vga.pcf font-path-here/misc
root-> compress font-path-here/misc/vga.pcf (see note below) root-> compress font-path-here/misc/vga.pcf
root-> mkfontdir font-path-here/misc root-> mkfontdir font-path-here/misc
root-> xset fp rehash root-> xset fp rehash
root-> /etc/rc.d/init.d/xfs restart (Restart your X font server)
</PRE> </PRE>
Please note that on some systems, compressed fonts are not recognized. The command to restart the X font server is given for Redhat systems, but
It may be safer to leave out the compress step entirely. If you are seeing it will vary between different machines, and might not even be necessary at
the "Could not open vga font" message, try leaving the font uncompressed. all. If you cannot figure out how to restart your font server, you can
Whenever you move fonts around or compress/uncompress them, you must run just reboot.
mkfontdir again to notify the X server that the fonts have changed.
<p> <p>
<B>Option 2: installing VGA font in local font directory</B> <B>Option 2: installing VGA font in local font directory</B>