Setup Ubuntu Linux 7.10 with Chinese Language Support
- Install it from CD
- Setup network: System -> Administration -> Network
- Install system & software updates
- set root password: passwd root
- uncomment all deb deb-src entries in /etc/apt/sources.list
- unset LANG; aptitude -y update; aptitude -y dist-upgrade
- reboot
- Enable Chinese Language Support on Ubuntu
- System -> Administration -> Language Support
- Click "Install" button
- select "Chinese" then click "Apply" or "OK" button
- tick "Enable support to enter complex characters"
- reboot
- System -> Administration -> Language Support
- Enable language-selector.conf
- fontconfig-voodoo -f -s zh_CN
- Use Windows XP Fonts
- su
- cd /usr/share/fonts; mkdir windows
- cp /media/sda1/WINDOWS/Fonts/cour*.ttf ./
- cp /media/sda1/WINDOWS/Fonts/tahoma*.ttf ./
- cp /media/sda1/WINDOWS/Fonts/cour*.ttf ./
- cp /media/sda1/WINDOWS/Fonts/simsun.ttc ./
- chmod 644 *
- fc-cache -fv
- vi /etc/fonts/language-selector.conf (see attached)
- See also here
- /etc/init.d/gdm restart
- Install Restricted Software Packages
- aptitude install ubuntu-restricted-extras
page revision: 14, last edited: 09 Apr 2008 04:57





