|
|
这两天装了gentoo2005.1,
差不多装好后,
就面临字体美化的问题,
下面是我的三个步骤,
效果还行。
1,
把/usr/share/fonts/目录下,
除了misc的其他目录都删掉,
留那么多我根本不会去用的中英文字体干嘛,
我怀疑还会影响kde的速度。
2,
用控制中心里的字体安装,
装上tahoma,tahomabd显示英文
装上VeraSansYuanTiMono-Bold.ttf,VeraSansYuanTiMono-Regular.ttf显示中文。
这两个字体我以前下载的,
地址记不得了,好象sir或者fans上看来的地址。
其实就是装上中英文字体及和它们相对应的粗体。
3,
我的xorg.conf
Section "Files"
# RgbPath is the location of the RGB database. Note, this is the name of the
# file minus the extension (like ".txt" or ".db"). There is normally
# no need to change the default.
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.
# FontPath "unix/:7100"
RgbPath "/usr/X11R6/lib/X11/rgb"
# FontPath "/home/OOofonts/"
# FontPath "/home/ROfonts/"
# FontPath "/home/truetype/"
# FontPath "/usr/X11R6/lib/X11/fonts/misc/"
# FontPath "/usr/share/fonts/misc"
EndSection
Section "Module"
# Load "type1"
# Load "dbe"
Load "extmod"
# Load "fbdevhw"
# Load "glx"
# Load "record"
# Load "freetype"
# Load "xtt"
Load "dri"
EndSection
就这样,
xmms正在emerge,
不知道会不会乱码. |
|