Master Member
您的住址: Coruscant
文章: 1,637
|
引用:
Originally posted by msweii
謝謝...
我在文字模式下打startx
結果出現
execve failed for /etc/x11/x(error 2)
giving up
xinit : no such file for directory (error 2):unable
to connect to X server
xinit no such process(error 3):server error
不知是否有高手知道解決方式
|
首先,先說#代表一行命令列的開頭~你可以看到如果以root登入的話,會有這個符號。如果以一般user登入的話,會變成$符號
所以#的後面就是你要輸入的命令。
console就是文字模式
如果無法登入X-window
1.先檢查顯示卡有沒有設定好
# setup
按照螢幕指示去作,盡量選解析度較低的模式先解決問題再求品質提升。
2.檢查font server 有沒有啟動
# service xfs status
啟動方法
# service xfs start
將啟動xfs設為開機預定啟動項目
# chkconfig xfs 35 on
取消xfs的開機預設
# chkconfig xfs 35 off
__________________
Un Jedi ne doit connaitre ni la colere, ni la haine, ni l'amour.
Someday I will be the most powerful Jedi ever~!!
Jedi Code
there is no emotion;there is the peace
there is no ignorance;there is the knowledge
there is no passion;there is the serenity
there is no death;there is the Force
|