打印

我的gentoo gnome用magicsong,不能显示英文

我的gentoo gnome用magicsong,不能显示英文

我的fontdir是用mkfontdir生成的,还生成了font.scale.在选好字体magicsong后,英文就无法显示。gentoo自带的song ti fangsong 也是一样
1 fontdir文件:
12
magicsong_bi16.pcf.gz -cjacker-magicsong-bold-i-normal--16-160-75-75-p-170-gb2312.1980-0
magicsong_bi14.pcf.gz -cjacker-magicsong-bold-i-normal--14-140-75-75-p-150-gb2312.1980-0
magicsong_bi12.pcf.gz -cjacker-magicsong-bold-i-normal--12-120-75-75-p-130-gb2312.1980-0
magicsong_b12.pcf.gz -cjacker-magicsong-bold-r-normal--12-120-75-75-p-130-gb2312.1980-0
magicsong_b16.pcf.gz -cjacker-magicsong-bold-r-normal--16-160-75-75-p-170-gb2312.1980-0
magicsong_b14.pcf.gz -cjacker-magicsong-bold-r-normal--14-140-75-75-p-150-gb2312.1980-0
magicsong_n12.pcf.gz -cjacker-magicsong-medium-r-normal--12-120-75-75-p-120-gb2312.1980-0
magicsong_n16.pcf.gz -cjacker-magicsong-medium-r-normal--16-160-75-75-p-160-gb2312.1980-0
magicsong_n14.pcf.gz -cjacker-magicsong-medium-r-normal--14-140-75-75-p-140-gb2312.1980-0
magicsong_i16.pcf.gz -cjacker-magicsong-medium-i-normal--16-160-75-75-p-160-gb2312.1980-0
magicsong_i14.pcf.gz -cjacker-magicsong-medium-i-normal--14-140-75-75-p-140-gb2312.1980-0
magicsong_i12.pcf.gz -cjacker-magicsong-medium-i-normal--12-120-75-75-p-120-gb2312.1980-0
2 XF86Config-4文件:
Section "Files"
FontPath "/usr/X11R6/lib/X11/fonts/MyFonts"
FontPath "unix/:7100" # local font server
# if the local font server has problems, we can fall back on these
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/Speedo"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"

Load "GLcore"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "speedo"
Load "type1"
Load "vbe"

EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/psaux"
Option "Protocol" "PS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
Identifier "Generic Mouse"
Driver "mouse"
Option "SendCoreEvents" "true"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection

Section "Device"
Identifier "ATI Radeon "
Driver "ati"
EndSection

Section "Monitor"
Identifier "Generic Monitor"
HorizSync 28-50
VertRefresh 43-75
Option "DPMS"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "ATI Radeon "
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Generic Mouse"
EndSection

Section "DRI"
Mode 0666
EndSection
~~~激情是瞬间的永恒~~~平淡是永恒的瞬间~~~ http://blog.inheart.name http://album.inheart.name http://forums.inheart.name ~~~where there is will~~~there is a way~~~

TOP

是啊是啊,我这一次安装的 Gentoo 也是一样,用微软 Windows 2000 里的 simsun.ttc
以前用 windows 3.2 (不要觉得夸张 ;P) 里的 simsun.ttf 就可以的,试一下吧( win98 里的应该一样 )

simsun.ttc 比 .ttf 版大了 3M 多(simsun.ttf 6M多, simsun.ttc 9M 多),而且在 BeOS 里无法使用 .ttc 版的 simsun. 我想它们肯定有很大不同

TOP