Re: [XFree86] Please teach me
On Wed, 11 Jun 2003, Tadayuki Tomita wrote: > I send the attached file. > Please teache me how to run the Xserver again Your font server has not been started, so X cannot find the 'fixed' (the default) font. Either start your font server (probably with `/etc/init.d/xfs start` ) or add some lines to the font paths in the 'Files' section of your XF86Config-4 file, eg: Section "Files" FontPath"unix/:7100"# local font server # if the local font server has problems, we can fall back on these FontPath"/usr/lib/X11/fonts/misc" EndSection ( The actual locations may vary ). ___ XFree86 mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/xfree86
RE: [XFree86] Please teach me
Your font server isn't running. This link has information on how to "fix" it. http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/ref-guide/s1-x-fonts.h tml The best solution would be to hard-code your paths in your config ("/etc/X11/XF86Config-4") file though add the following lines to the Files section FontPath "/usr/X11R6/lib/X11/fonts/misc:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/75dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/100dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/Type1" FontPath "/usr/X11R6/lib/X11/fonts/Speedo" -Original Message- From: Tadayuki Tomita [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 11, 2003 8:14 AM To: [EMAIL PROTECTED] Subject: [XFree86] Please teach me ___ XFree86 mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/xfree86