On Tue, 5 May 2009 23:22:28 -0400 David Relson <[email protected]> wrote:

> > > > David Relson writes:
[snip]
> > > > > When I start it from a gnome terminal, emacs reports "No
> > > > > fonts match '8x13'".  Anybody know how to fix this?
> 
> 'xlsfonts | grep 8x13' returns nothing.

Ok, that confirms that problem is not in emacs itself.

> 'xlsfonts | grep x13' shows '6x13' and "emacs --font=6x13" works,
> thought it's not ideal.
> 
> /etc/X11/fs/config does have /usr/share/fonts/misc and that
> directory does have 8x13 fonts.
>  
> With xorg-server-1.5.3, my xorg.conf has been reduced to 3 lines so that
> my keyboard and mouse would work, i.e.
> 
>    Section "ServerFlags"
>        Option  "AllowEmptyInput"       "false"
>    EndSection

If you have just these lines in xorg.conf then you are probably not
using xfs. Try start X with and without xfs running, do 'xlsfonts |
wc -l' and compare results. If there will be no difference you can
unmerge xfs.

Back to 8x13... I must admit now it's a mystery for me why X does
not find 8x13 while it finds 6x13. Try following:

1. Do 'equery belongs /usr/share/fonts/misc'
This gives you list of all packages that have some files in misc directory.
2. Stop X.
3. Unmerge all packages listed in 1.
4. Remove all remaining files in misc directory (or move them
somewhere else).
5. Emerge packages unmerged in 3. (or you can try emerge just
font-misc-misc.

Robert


-- 
Robert Cernansky
E-mail: [email protected]
Jabber: [email protected]


Reply via email to