Gentoo Archives: gentoo-user

From: Mark Knecht <markknecht@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: The system's font display problem
Date: Sun, 15 Jul 2012 18:51:56
Message-Id: CAK2H+ed8bqN8WsuquTib4P7KmoJver6SugpOh3p9fHJ7ra9ewg@mail.gmail.com
In Reply to: [gentoo-user] Re: The system's font display problem by Nikos Chantziaras
1 On Sun, Jul 15, 2012 at 8:09 AM, Nikos Chantziaras <realnc@×××××.com> wrote:
2 > On 15/07/12 16:14, 赵佳晖 wrote:
3 >> Hi.all . Just now i just change my locale so i can use the fcitx. But
4 >> after i reboot , the system's fonts display has problem.
5 >> and my locale:
6 >> LANG=en_US.UTF-8
7 >> LC_CTYPE=zh_CN.UTF-8
8 >> LC_NUMERIC=en_US.UTF-8
9 >> LC_TIME=en_US.UTF-8
10 >> LC_COLLATE=en_US.UTF-8
11 >> LC_MONETARY=en_US.UTF-8
12 >> LC_MESSAGES=en_US.UTF-8
13 >> LC_PAPER=en_US.UTF-8
14 >> LC_NAME=en_US.UTF-8
15 >> LC_ADDRESS=en_US.UTF-8
16 >> LC_TELEPHONE=en_US.UTF-8
17 >> LC_MEASUREMENT=en_US.UTF-8
18 >> LC_IDENTIFICATION=en_US.UTF-8
19 >> LC_ALL=
20 >
21 > Do not set anything other than LANG and LC_COLLATE. Then only set vars
22 > that differ from LANG. Your /etc/env.d/02locale should look like this:
23 >
24 > LANG="en_US.UTF-8"
25 > LC_COLLATE="C"
26 > LC_CTYPE=zh_CN.UTF-8
27 >
28 > Do *not* do this:
29 >
30 > LC_ALL=
31 >
32 > Then run env-update and restart.
33 >
34 >
35
36 Just double checking here. Is the file /etc/locale.gen now totally
37 depreciated or is it still required? The install guide still has it in
38 chapter 8 where the file /etc/locale.gen ends up looking pretty much
39 identical to the 02locale file.
40
41 Or maybe they serve different purposes somehow?
42
43 I have one very small but consistent problem with fonts on most every
44 system I work with so I'm been wondering for awhile about whether this
45 is somehow part of it. (More likely is a missing font type in this
46 specific case.)
47
48 Thanks,
49 Mark

Replies

Subject Author
Re: [gentoo-user] Re: The system's font display problem Alex Schuster <wonko@×××××××××.org>