下面是引用滅月於2005-11-25 16:15發表的 安裝完後的問題:
各位大大..我灌完Linux後我發現都會遇到...畫面胡掉..然後就給它當機了~~這是怎樣阿..我連貫了好幾次了耶><"
這是小弟的裝備~..我那種畫面胡掉的情形是有時候有有時候沒耶==?
顯卡-->NVIDIA GeForce4 MX440
主機板-->ASUS P4SGX-MX
Linux版本-->Fedora Core 4--Linux~~各位大個大姐高手們幫一下忙吧...help meeeeeee......
.......
你的螢幕不支援你設定的解析度
不知道螢幕解析 以及螢幕的設定為河?
不知道也沒關係
找一次 開機正常的時候 編輯 /etc/initab 這檔案
把裡面的 boot level 5 改成 3
重開機試試看
進純文字下
要是不會胡掉了 那就是 x-windows的設定問題
你可以在文字模式下 登入 root
然後
# cd /etc/X11
# cp -a xorg.conf xorg.conf.old 備份原始的設定
# vi xorg.conf 開始修改
找到類似以下Section "Screen" Section "Monitor"
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "ADI GD910T"
DisplaySize 370 280
HorizSync 30.0 - 80.0
VertRefresh 50.0 - 100.0
Option "dpms"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 16
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768" "800x600"
EndSubSection
EndSection
[/b
按下i 進行編輯插入模式 依照你的螢幕特性修改
DisplaySize 370 280
HorizSync 30.0 - 80.0
Viewport 0 0
Depth 16
Modes "640x480"
Depth 24
修改好後 esc 然後 :wq存檔離開
#/etc/rc.d/init.d/xfs restart
#startx 試試
不行的話 先別管 花掉的視窗 ctrl + alt + 2 登入後重新編輯
或是重開機 再編輯一次
大約就是這樣
Modes "800x600"