Re: X is broke... freeing multiple contexts (2)
Wayne Dernoncourt wrote:
Could not init font path element unix/:7100, removing from list!
As Peter so (surprisingly) helpfully mentions, this indicates that
your X server couldn't find your fontserver. Re-do your X configuration
file to include entries to your font paths and eliminate the connection
to the font server.
Looking at the stuff you posted, I'd guess that you're using X.org
rather than XFree86. If so, your config file is likely
/etc/X11/xorg.conf; if not, it's likely /etc/X11/XF86Config.
Look for a section with the header 'Section "Files"'. You'll
see at least one "FontPath" entry, the one pointing to the
font server (it says "unix:/7100"). For each directory you
have under /usr/X11R6/lib/X11/fonts, put in an entry of the
form 'FontPath "/usr/X11R6/lib/X11/fonts/dirname/"', where
"dirname" is the name of the font directory. That should
allow your X server to find your fonts.
.
Relevant Pages
- Re: questions about xset
... I can run the Mathematica that is installed directly on my mac. ... I recall having to modify the xfs config file on Linux desktops and X terminals to put a central font server in the font path. ... Installing Mathematica on my mac did not help with the display from the ... (RedHat) - Re: questions about xset
... I know the Mathematica fonts are neither in my path on my Mac nor on the ... That display works well. ... The X font server on your Mac should have a config file. ... (RedHat) - [SLE] Install of WPO2K on SuSE 8.2
... I thought I'd try to install Corel WordPerfect Office 2000 ... Here I see the normal "No running font server was detected, ... # If the font files are not well-behaved, ... (SuSE) - Re: questions about xset
... my xset path does not contain the Mathematica fonts. ... And Mathematica still gives me the "bad font message" ... Incorrect font server address or syntax ... (RedHat) - Re: questions about xset
... We have Mathematica 7.0 installed on our computer cluster, ... Incorrect font server address or syntax ... Font Installation ... Be sure to execute xset fp rehash to make the fonts available to the local X ... (RedHat) |
|