a.INSTALL
1. Download install image file
ftp://debian.linux.org.tw/debian-cdimag ... etinst.iso
2.Config the APT mirror Site
deb ftp://debian.linux.org.tw/debian testing main contrib non-free
deb http://security.debian.org/ testing/updates main contrib non-free
3.Don't select any software
4.(ADSL用戶)在安裝完debian base system 之後,重開機,設定完帳號密碼後,
按alt + F2 ,#pppoeconf 設定ADSL連線帳號密碼,設定完後,按alt + F1 切回tty1
b.Configure
1.vi /etc/zhcon.conf
defaultencode=big
(#zhcon 測試中文console環境)
2.apt-get update
apt-get dist-upgrade -y
3.vi /etc/environment
LANGUAGE="zh_TW.Big5:zh:en_US:en"
LANG=zh_TW.Big5
4.apt-get install x-window-system-core
select option: keyboard:pc105
mouse :ImPS/2
5.apt-get install gnome-core
6.apt-get install gdm dfontmgr xcin sysvconf cron-apt xfonts-intl-chinese ttf-arphic-bsmi00lp ttf-arphic-bkai00mp
7.vi /etc/default/gdm
LANG=zh_TW.Big5
8.vi /etc/X11/Xsession.d/55gnome-session_gnomerc
export LANG=zh_TW.Big5
export LC_ALL=zh_TW.Big5
export XMODIFIERS="@im=xcin"
exec xcin&
9.在Xwindow 下操作
wget http://www.study-area.org/apt/firefly-f ... 2.6.tar.gz
tar zxvf fireflysung-1.2.6.tar.gz
#dfontmgr <--使用這個tool將firefly字型regist 到truetype中
10. 重新登入Xwindow & 測試xcin能否使用
---------------------------------
本文參考
wizegg兄 AT moto.debian.org.tw
redjoe兄 AT moto.debian.org.tw