習慣安裝Linux都是使用minimal安裝,所以很少用到圖形介面,這次想把Linux當桌機使用來試做。
範例: CentOS 6.5
SETP.1 YUM下載圖形套件
shell# yum groupinstall "X window System" "Desktop"
SETP.2 設定預設開機介面為X window
shell# vim /etc/inittab id:5:initdefault:
SETP.3 Save changes and reboot machine with following command
shell# init 5 \\ open GUI mode
預設裝起來沒有其他的套件,必須一個一個在安裝需要的東西!
※CentOS6中 “GNOME Desktop Enviroment” 已改成了 “Desktop”