Gentoo 桌面的中文化非常简单:
1、中文字体
将 windows 的中文字体 simsun.ttf 和 simhei.ttf 拷贝到 /usr/share/fonts/local (我喜欢这两款字体),然后:
# cd /usr/share/fonts/local
# mkfontscale
# mkfontdir
修改 xorg.conf 配置:
# nano /etc/X11/xorg.conf
加入 windows 字体路径:
FontPath “/usr/share/fonts/local/”
2、安装输入法:
安装 fcitx 输入法:(我喜欢这个输入法:易用、稳定)
# emerge -av fcitx
修改 ~/.xsession 配置:
$ nano ~/.xsession
加入以下配置:
export LANG=zh_CN
export LC_ALL=zh_CN
export XMODIFIERS=”@im=fcitx”
fcitx &
startfluxbox
只设定LC_CTYPE=zh_CN
LANGUAGE=en
USE=”nptl nptlonly -ipv6 -fortran unicode svg hal dbus \
-kde -qt3 -qt4 -arts -eds -esd gnome gstreamer gtk firefox”
# emerge gnome
安装并编译内核
#emerge gentoo-sources
#cd /usr/src/linux
#make menuconfig
#make && make modules_install
#cp arch/i386/boot/bzImage /
#cp System.map /
http://gentoo-wiki.com/HOWTO_Compile_a_Kernel_Manually
GENTOO_MIRRORS=”http://mirror.espri.arizona.edu/gentoo/ \
http://ftp.gentoo.or.kr/ \
http://dxmirror.vmmatrix.net/Gentoo/ \
http://ftp.scarlet.be/pub/gentoo-portage/ \
http://mirror.espri.arizona.edu/gentoo/ \
ftp://ftp.linuxforum.net/gentoo/ \
http://mirror.gentoo.gr.jp/ \
http://61.135.158.199/\
http://ftp.swin.edu.au/gentoo”
#SYNC=”rsync://38.99.64.200/gentoo-portage”
#SYNC=”rsync://rsync.asia.gentoo.org/gentoo-portage”
#SYNC=”rsync://219.111.13.142/gentoo-portage”
SYNC=”rsync://61.135.158.199/gentoo-portage”
#SYNC=”rsync://gentoo.kems.net/gentoo-portage”
#SYNC=”rsync://202.1.117.1/gentoo-portage”
#SYNC=”rsync://ftp.swin.edu.au”
#SYNC=”rsync://rsync.gg3.net/portage”
#SYNC=”rsync://rsync.de.gentoo.org/gentoo-portage”
#SYNC=”rsync://mirror.lupaworld.com/gentoo/gentoo-x86-portage”
06-10-16, 13:04 第 10 帖
夕角
http://ftp.twaren.net/Linux/Gentoo 这个可以试看看
另外,加上个 FEATURES=”parallel-fetch ” 可以在编译时下载
内地以外
GENTOO_MIRRORS=”http://mirror.gentoo.gr.jp”
SYNC=”rsync://rsync.gentoo.org/gentoo-portage”
点评:这是zhllg用的,从香港连,很快
注:电信连上面那些都比较慢,实际测试还是用内地以外那个日本的镜像,SYNC用官方的比较好。