- 论坛徽章:
- 0
|
安装slackware 10.2 --> 问题出现
1.中有英语,没有中文,当然也没有中文输入法
2.没有声音
3.不能使用外置鼠标
一步一步的学,一步一步的前进
--> mkdir /mnt/win_c
--> vi /etc/fstab
--> /dev/hda1 /mnt/win_c vfat codetype=936,iocharset=gb2312
--> cp /mnt/win_c/windows/Fonts/simsun.ttc /usr/share/fonts
--> vi /etc/X11/xorg.conf
--> FontsPath="/usr/share/fonts/"
-->vi /etc/profile.d/lang.sh
--> LANG=zh_CN.GBK
-->reboot
--> wget kde-i18l-zh_CN.tar.bz2
--> tar -jxf kde-i18l-zh_CN.tar.bz2
--> configure && make && make install
--> reboot
--> wget fcitx-3.2.tar.bz2
--> tar -jxf fcitx-3.2.tar.bz2
--> configure && make && make install
--> vi /etc/profile.d/lang.sh
-->export XMODIFIERS="@im=fcitx"
-->export XIM=fcitx
-->export XIM_PROGRAM=fcitx
-->fcitx
--> alsaconf
--> vi /etc/X11/xorg.con
-->Section "InputDevice"
Identifier "USBmouse"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "ZAxisMapping" "4 5"
Option "Device" "/dev/input/mice"
EndSection
-->Section "ServerLayout"
InputDevice "USBmouse" "SendCoreEvents"
EndSection
哈哈,,
本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/16993/showart_131112.html |
|