日期:2014-05-16  浏览次数:20701 次

我的显卡是FX5200,安装Linux时黑屏了
【求助】我的显卡是FX5200,安装Linux时黑屏了
然后我参照http://www.linuxidc.com/linux/2006-11/1039.htm   的方法,先安装了文本界面,然后用inittab的方法加载到图形界面,现在有几个问题

1.我在进入文本界面并且用root登录成功后,按照上边的方法操作时,每一步显示的信息都是乱码,该如何解决?

2.我用Red   Hat的光盘进入了linux   rescue模式后,修改了inittab文件,把启动模式由3改成了5,但是怎么保存后退出啊??

希望高手予以解决。
谢谢!!


------解决方案--------------------
你进入字符模式,到/etc/X11/Xorg.conf中进行修改,
他还有个备份文件Xorg.conf.backup是你上次设置正确的备份。


Section "ServerLayout "下的改成 Identifier "Default Layout "

Section "Screen "下添加Modes "1024x768 "

Section "Device "下的改 Driver "vesa "

修改好后init 5
reboot 试下

我的Xorg.conf:
# Xorg configuration created by pyxf86config

Section "ServerLayout "
Identifier "Default Layout "
Screen 0 "Screen0 " 0 0
InputDevice "Keyboard0 " "CoreKeyboard "
EndSection

Section "InputDevice "
Identifier "Keyboard0 "
Driver "kbd "
Option "XkbModel " "pc105 "
Option "XkbLayout " "us "
EndSection

Section "Device "
Identifier "Videocard0 "
Driver "vesa "
EndSection

Section "Screen "
Identifier "Screen0 "
Device "Videocard0 "
DefaultDepth 24
SubSection "Display "
Viewport 0 0
Modes "1024x768 "
Depth 24
EndSubSection
EndSection
------解决方案--------------------
2.我用Red Hat的光盘进入了linux rescue模式后,修改了inittab文件,把启动模式由3改成了5,但是怎么保存后退出啊??

修改好了以后,:wq!即可
------解决方案--------------------
装显卡驱动你可以用nvidia官方的驱动