Gentoo Archives: gentoo-user

From: Rob <europa100@×××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: Wiki Howto: Xorg and Fonts, did I fatally screw up the directions?
Date: Fri, 14 Oct 2005 22:28:06
Message-Id: 43502FF3.9050804@comcast.net
In Reply to: [gentoo-user] Re: Wiki Howto: Xorg and Fonts, did I fatally screw up the directions? by Michael Mauch
1 Michael Mauch wrote:
2 > Rob wrote:
3 >
4 >
5 >>The first thing I am not certain of is my recompilation of Xorg using
6 >>the suggested USE flags. I put the new USE flags in /etc/make.conf and
7 >>then issued the command: "emerge -N xorg-x11". Will that work, or do I
8 >>have to do the emerge with "emerge --newuse --enable bitmap-fonts
9 >>truetype-fonts type1-fonts" explicitely? Perhaps my understanding of
10 >>USE flags is wrong for recompiling packages.
11 >
12 >
13 > emerge has no "--enable" option (you can see this in "man emerge"), and
14 > you don't need the -N option if you re-emerge a single package.
15 > If you want to set USE flags, edit /etc/make.conf (search for USE
16 > there).
17 >
18 > To see the USE flags for the xorg-x11 package, try
19 >
20 > emerge -av xorg-x11
21 >
22 > (look in the man page to find out what the -a and -v options mean; after
23 > all it could be possible that I tell you something wrong).
24 >
25 > The output of that command is (here):
26 >
27 > | These are the packages that I would merge, in order:
28 > |
29 > | Calculating dependencies ...done!
30 > | [ebuild R ] x11-base/xorg-x11-6.8.2-r4 -3dfx +3dnow +bitmap-fonts -cjk
31 > | -debug -dlloader -dmx +doc -font-server -insecure-drivers +ipv6 -minimal
32 > | +mmx +nls -nocxx +opengl +pam -sdk -sse -static +truetype-fonts
33 > | +type1-fonts (-uclibc) +xprint* +xv 0 kB
34 > |
35 > | Total size of downloads: 0 kB
36 > |
37 > | Do you want me to merge these packages? [Yes/No]
38 >
39 > The USE flags prepended with a "+" are enabled, the ones starting with
40 > "-" are disabled, the "*" after "+xprint" means that it's a changed USE
41 > flag since the last emerge of xorg-x11.
42 >
43 > bitmap-fonts, truetype-fonts and type1-fonts are all enabled here, and I
44 > don't have them listed in my USE flags in /etc/make.conf. They are the
45 > default (so some people can disable them if they want to).
46 >
47 >
48 >>I wonder about this, because I enable the xtt module in my
49 >>/etc/X11/xorg.conf, but I get an error message that the xtt module
50 >>cannot be found. Using slocate I confirmed that xtt is nowhere to be found.
51 >
52 >
53 > I don't know whether xorg has an "xtt" module. My xorg.conf has
54 > "freetype" and "type1", but no "xtt".
55 >
56 > Regards...
57 > Michael
58 Thank you Michael,
59
60 I will print this out and go back and try again if needed. Its strange
61 that if Xorg has no xtt module, that xorgconfig or whatever the
62 configuration program is called now automatically put it in the
63 xorg.conf, although commented out.
64
65 Sincerely, Rob
66 --
67 gentoo-user@g.o mailing list