2008年9月9日 星期二

Debian install X-window

  • 安裝x-window
    debian:~# apt-get install xorg
    重新安裝virtualbox客端額外功能,安裝完後再重開機,再執行xserver的設定
    debian:~# dpkg-reconfigure -phigh xserver-xorg
    X server driver選擇vboxvideo,解析度選640x480,800x600,1024x768,如要細部設定,直接修改xorg.conf
    debian:~# vi /etc/X11/xorg.conf
  • 安裝輸入法、中文字型
    debian:~# apt-get install gcin
    debian:~# apt-get install im-switch
    debian:~# apt-get install ttf-arphic-uming
    debian:~# apt-get install ttf-arphic-ukai
    將vista正黑體(msjh.ttf)安裝至linux,取得msjh.ttf後放至/usr/share/fonts/truetype/microsoft下,再執行
    debian:~# fc-cache -v

  • 安裝KDE桌面管理
    debian:~# apt-get install kde-core
    debian:~# apt-get install kde-i18n-zhtw
  • 音效
    debian:~# apt-get install alsa-base
    debian:~# apt-get install alsa-utils
    debian:~# alsaconf
    debian:~# apt-get install kmix
在欲使用x-window的一般使用者下指定輸入法軟體為gcin,並將locale設為zh_TW.UTF-8
user@debian:~$ im-switch -s gcin
user@debian:~$ LANG=zh_TW.UTF-8
user@debian:~$ LANGUAGE=zh_TW:zh
之後只要在一般使用者下執行startx即可進入x-window,強烈建議不要使用root登入
user@debian:~$ startx

沒有留言: