- 論壇徽章:
- 0
|
I setup my system as follow :
1.insert the cd and select all software
2.login as root
I want to use kde so,
3.Xorg -configure
cp /root/xorg.conf.new /etc/X11/xorg.conf
I want to use kdm ,so
vi /etc/ttys
find ttyv8 "usr/X11R6/bin/xdm-nodaemon" xterm off secure
and change it as ttyv8 "usr?X11R6/bin/kdm-nodaemon" xterm on secure
and vi /usr/local/share/config/kdm/kdmrc
find AllowRoot Login = false and change it as AllowRoot Login = true
that 's all .
I reboot and that's ok!
next I pkg_add fcitx and some chinese type like as zh_CN-kde-i18n-3.5.4.tbz
because there is no file .xinitrc so I
vi csh.cshrc add some words as follow :
setenv LANG zh_CN.eucCN
setenv LC_LANG zh_CN.eucCN
setenv LC_ALL zh_CN.eucCN
setenv LC_CTYPE zh_CN.eucCN
setenv XMODIFIERS @im=fcitx
#setenv XIM fcitx
#setenv XIM_PROGRAM fcitx
fcitx&
next I reboot
but when I login ,the fcitx can only show ,but can't use when I press ctrl+space!
so now I can only use english ....and my english is poor
can you help me ?
thx
also I try to edit the file .xinitrc and /etc/profile ,but no use
[ 本帖最后由 happystarry 于 2006-12-31 13:13 編輯 ] |
|