Gentoo Archives: gentoo-user

From: Robert Cernansky <hslists2@××××××.sk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] emacs vs. gnome and xorg-1.5.3
Date: Wed, 06 May 2009 05:29:56
Message-Id: Mahogany-0.67.0-20720-20090506-072951.00@kihnet.sk
In Reply to: Re: [gentoo-user] emacs vs. gnome and xorg-1.5.3 by David Relson
1 On Tue, 5 May 2009 23:22:28 -0400 David Relson <relson@×××××××××××××.com> wrote:
2
3 > > > > David Relson writes:
4 [snip]
5 > > > > > When I start it from a gnome terminal, emacs reports "No
6 > > > > > fonts match '8x13'". Anybody know how to fix this?
7 >
8 > 'xlsfonts | grep 8x13' returns nothing.
9
10 Ok, that confirms that problem is not in emacs itself.
11
12 > 'xlsfonts | grep x13' shows '6x13' and "emacs --font=6x13" works,
13 > thought it's not ideal.
14 >
15 > /etc/X11/fs/config does have /usr/share/fonts/misc and that
16 > directory does have 8x13 fonts.
17 >
18 > With xorg-server-1.5.3, my xorg.conf has been reduced to 3 lines so that
19 > my keyboard and mouse would work, i.e.
20 >
21 > Section "ServerFlags"
22 > Option "AllowEmptyInput" "false"
23 > EndSection
24
25 If you have just these lines in xorg.conf then you are probably not
26 using xfs. Try start X with and without xfs running, do 'xlsfonts |
27 wc -l' and compare results. If there will be no difference you can
28 unmerge xfs.
29
30 Back to 8x13... I must admit now it's a mystery for me why X does
31 not find 8x13 while it finds 6x13. Try following:
32
33 1. Do 'equery belongs /usr/share/fonts/misc'
34 This gives you list of all packages that have some files in misc directory.
35 2. Stop X.
36 3. Unmerge all packages listed in 1.
37 4. Remove all remaining files in misc directory (or move them
38 somewhere else).
39 5. Emerge packages unmerged in 3. (or you can try emerge just
40 font-misc-misc.
41
42 Robert
43
44
45 --
46 Robert Cernansky
47 E-mail: hslists2@××××××.sk
48 Jabber: hs@××××××.sk

Replies

Subject Author
Re: [gentoo-user] emacs vs. gnome and xorg-1.5.3 David Relson <relson@×××××××××××××.com>