http://jingyan.baidu.com/article/7f766daf42ce984100e1d045.html
1.檢查Linux系統是否能夠聯網。
2.執行指令
yum -y groupinstall Desktop

3.等上面的指令執行完後,再執行這條指令
yum -y groupinstall "X Window System"
4.然後執行"startx"指令,正常情況下,可以啟動圖形界面。
5.但也有可能出現"Failed to connect to the session manager: IO error occured opening connectio"這樣的錯誤,這時,需要更新字型庫,執行這條指令
yum install libXfont-1.4.5-*
6.字型庫更新完成之後,在此執行“startx”指令。這時,可能會出現"Failed to connect to the session manager: IO error occured opening connectio"這種錯誤,表示libx11太舊,需要更新,執行這條指令
yum install libX11
7.然後再執行startx指令,就可以啟動圖形界面了。如圖。
8.添加中文支援,
yum -y groupinstall chinese-support
在啟動圖形界面時可以選擇支援中文。