Friday, August 19, 2011

Debian Linux "screen input not supported" installation problem 電腦系統安裝問題解決辦法


這是一份電腦系統Debian Linux的技術文件
處理screen input not supported的安裝問題,記錄我如何解決這個問題

我有一件舊電腦硬件,捨不得扔掉,安裝Debian Linux,卻遇到screen input not supported的問題,在網上討論區問人,幸獲幫助,感謝此人解決這個問題,現描述解決方法如下


安裝Debian Linux後,我進入fail safe mode,我發出的Shell命令是
vi /etc/X11/X.org.conf
開始編輯此檔
section "monitor"
identifier "generic monitor"
vertrefresh 43-50
endsection
完成,按Esc,用:x離開且儲存
再重新開機
shutdown -r now
見到一般畫面了


English Translation:
This is a technical document. It shows how to handle the problem of "screen input not supported".

I have an old computer and I would like to use it. I installed Debian Linux and faced the problem mentioned. Thanks to the helpful people on forum sites, I got the solution below:

I entered the "fail safe mode" and issue the command:

vi /etc/X11/X.org.conf

to edit the file as follows:

section "monitor"
identifier "generic monitor"
vertrefresh 43-50
endsection
Type Esc and then :x to save and exit
Restart by:
shutdown -r now
It works. I can see the screen now.

No comments: