2010年6月16日

Debian+IceWM桌面環境+pcmanfm 安裝筆記

安裝X Server.
apt-get install xserver-xorg
apt-get install xinit(for /usr/bin/startx)

/etc/X11/xorg.conf(調整解析度設定)
=================================================
Section "Screen"
        Identifier      "Default Screen"
        Device          "Generic Video Card"
        Monitor         "Generic Monitor"
        DefaultDepth    24
        SubSection "Display"
                Depth           1
                Modes           "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "800x600" "640x480"
        EndSubSection
EndSection
=================================================

安裝視窗管理員.
apt-get install icewm

mkdir ~/.icewm
copy keys,menu,preferences,theme,toolbar to here

安裝中文字型
apt-get inatll ttf-arphic-ukai ttf-arphic-uming

安裝kdm
apt-get install kdm
修改為root可以登入kdm
/etc/kde3/kdm/kdmrc
AllowRootLogin=true

安裝pcmanfm
apt-get install pcmanfm

vi .gtkrc-2.0
gtk-icon-theme-name="gartoon"

使用pcmanfm顯示桌面圖示
編輯->遍好設定->桌面  (V)管理桌面並顯示檔案圖示

安裝mlterm
apt-get install mlterm

沒有留言:

張貼留言