下面是引用灭月于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"