|
大家好。
最近自己本上的Gentoo系统遇到一个问题:KDM的登录界面所有的字体都出现了严重的锯齿,而KDE中的字体正常。
刚刚装好系统的时候KDM字体是正常的,记得是一次emerge -NuDa world之后,按照一项提示信息我在eselect fontconfig中启用禁用了某几个,之后KDM的字体就变成锯齿了。我在kdmrc中打开反锯齿(之前就算不打开也是正常的)依然无变化。
我的eselect fontconfig list如下
[1] 10-autohint.conf *
[2] 10-no-sub-pixel.conf
[3] 10-sub-pixel-bgr.conf
[4] 10-sub-pixel-rgb.conf *
[5] 10-sub-pixel-vbgr.conf
[6] 10-sub-pixel-vrgb.conf
[7] 10-unhinted.conf
[8] 20-fix-globaladvance.conf *
[9] 20-unhint-small-dejavu-sans.conf *
[10] 20-unhint-small-dejavu-sans-mono.conf *
[11] 20-unhint-small-dejavu-serif.conf *
[12] 20-unhint-small-vera.conf
[13] 25-ttf-arphic-ukai-render.conf
[14] 25-ttf-arphic-uming-bitmaps.conf
[15] 25-ttf-arphic-uming-render.conf
[16] 25-unhint-nonlatin.conf
[17] 30-metric-aliases.conf *
[18] 30-urw-aliases.conf *
[19] 35-ttf-arphic-ukai-aliases.conf
[20] 35-ttf-arphic-uming-aliases.conf
[21] 40-nonlatin.conf *
[22] 41-ttf-arphic-ukai.conf
[23] 41-ttf-arphic-uming.conf
[24] 44-wqy-zenhei.conf *
[25] 45-latin.conf *
[26] 49-sansserif.conf *
[27] 50-user.conf *
[28] 51-local.conf *
[29] 57-dejavu-sans.conf *
[30] 57-dejavu-sans-mono.conf *
[31] 57-dejavu-serif.conf *
[32] 60-latin.conf *
[33] 64-ttf-arphic-uming.conf
[34] 65-fonts-persian.conf *
[35] 65-khmer.conf
[36] 65-nonlatin.conf *
[37] 66-wqy-zenhei-sharp.conf *
[38] 66-wqy-zenhei-sharp-no13px.conf *
[39] 69-unifont.conf *
[40] 70-no-bitmaps.conf
[41] 70-yes-bitmaps.conf
[42] 75-ttf-arphic-ukai-select.conf
[43] 80-delicious.conf *
[44] 85-wqy-bitmapsong.conf *
[45] 90-synthetic.conf *
[46] 90-ttf-arphic-ukai-embolden.conf
[47] 90-ttf-arphic-uming-embolden.conf
kdmrc中有关字体的设定
# Whether the fonts used in the greeter should be antialiased.
# Default is false
AntiAliasing=true
# The font for the greeter headline.
# Default is "Serif,20,bold"
#GreetFont=Serif,20,5,0,50,0
# The normal font used in the greeter.
# Default is "Sans Serif,10"
#StdFont=Sans Serif,10,5,0,50,0
# The font used for the "Login Failed" message.
# Default is "Sans Serif,10,bold"
#FailFont=Sans Serif,10,5,0,75,0
基本都是默认设置,打开了AntiAliasing也没有改善。
请问应如何调整使KDM的字体正常? |
|