Thinker_Wang 发表于 2004-5-9 11:09:34

老问题新问

都是老问题了,但我找了半天还是没有答案,恳请各位老手不厌其烦再教小弟一把,感谢感谢!!
1。我装的是RH9,纯英文的,没什么中文字体。
   我现在想显示中文,该怎么办??
2。我在gedit中点右键出现的input methods中的选项中有如下输入法:
·Default
Amharic (EZ+)
Cyrillic (Transliterated)
Hangul (KSC 5601)
Inukitut (Transliterated)
IPA
Thai (Broken)
Tigrigna-Eritrean (EZ+)
Tigrigna-Ethiopian (EZ+)
Vietnamese (VIQR)
X Input Method
   这些都是什么输入法,默认的那个Default是指的下面的哪一个?我装的是英文,为什么会出现这么些多其他国家的输入法?还没中国的??
3。我现在是不是只要装个中文输入法,如scim就能显示和输入中文??

Thinker_Wang 发表于 2004-5-9 23:36:12

真的没人帮忙吗?。。。。唉,顶一下,希望哪个好心人帮帮我,等了一天了。

alexxl 发表于 2004-5-10 03:05:58

0. Install Chinese language support from installation source if you have not done so
1. Copy Windows fonts (simsun.ttf, tahoma.ttf etc.) in /usr/share/fonts/zh_CN/TrueType
   a. Use fc-list to check the installed fonts
2. Edit /etc/fonts/fonts.conf and add the fonts (backup first). See other post about how to add the Windows fonts
3. Change language during login to Chinese
4. Change fonts in the applications
   a. kde: change all fonts to "sans" or "SimSun" except for "monospace" with size of 11
   b. mozilla: for chinese choose "sans", "serif", or "SimSun" and "monospace" with size of 13
   c. xmms: choose "SimSun" font plus "*-r-*"
   d. konsole: choose "lucidatypewriter" font with size of 11
5. Install scim and edit /etc/X11/xinit/xinitrc.d/xinput to start the input daemon at startup (search for other post)
6. Ctrl+Space to switch input between English and Chinese
7. For gtk program, edit /etc/gtk/gtkrc.zh_CN and replace the original fonts to "SimSun" font plus "*-r-*"
8. If the spacing between the English characters is too wide, edit /etc/fonts/fonts.conf
<match target="font">
      <test target="pattern" name="lang" compare="contains">
                <string>zh-tw</string>
                <string>zh-cn</string>
                <string>ja</string>
                <string>ko</string>
      </test>
      <edit name="spacing">
                <const>proportional</const>
      </edit>
      <edit name="globaladvance">
                <bool>false</bool>
      </edit>
</match>

Thinker_Wang 发表于 2004-5-10 11:06:35

谢谢!
当初安装的时候我是没有选择中文支持。
现在我把安装盘塞进去,出来的是安装软件包的画面,里面没语言支持的安装项。
我该怎么装??

Thinker_Wang 发表于 2004-5-11 12:04:15

没有人会吗?还是不愿回答?:roll::roll::roll:

小楼 发表于 2004-5-11 13:04:18

你的系统是不是可以进x-window啊,在登陆界面上的“语言”选项中选中中文"chinesesimple"看看行不?

Thinker_Wang 发表于 2004-5-11 17:30:01

我的系统可以进gnome和kde窗口界面,登陆界面的语言选项中有"chinese simple",但选了以后,进入gnome或kde后,菜单本来是英文的地方都是方框里面是字母数字。

Thinker_Wang 发表于 2004-5-12 21:47:43

UP
页: [1]
查看完整版本: 老问题新问