求救!!!startX启不来
我的笔记本是联想昭阳6100,显卡是SIS650,安装了RedHat Enterprise Linux ES2.1;在安装的时候选择安装了KDE,但是显卡和显示屏好象没有找到。RedHat Enterprise Linux ES2.1系统没有集成SIS650的驱动。我系统版本是:
RedHat Enterprise Linux ES2.1 (kernel 2.4.9 , glibc 2.2.4)
XFree86 Version 4.1.0
Red Hat Linux release: 4.1.0-25
gcc version: 2.96
在执行startX是提示错误:
(EE) No devices detected.
Fatal server error:
no screens found
我在http://www.winischhofer.net 上下载了驱动程序:
sis_dri.so_4.2.1.tar.gz和sis_drv.o_4.2.1_gcc2_180403-1.tar.gz
并解压后生成sis_dri.so和sis_drv.o。
将sis_drv.o复制到/usr/X11R6/lib/modules/drivers目录下覆盖了同名文件还将sis_dri.so 复制到/usr/X11R6/lib/modules/dri目录下覆盖了同名文件。
并且按照“sis650显卡驱动自定义安装终极指南(RH80)”的指示修改了XF86Config文件,还是出错:
以下是我的XF86Config文件文件:
# **********************************************************************
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "unix/:7100"
EndSection
# **********************************************************************
Section "Keyboard"
Protocol "Standard"
AutoRepeat 500 5
LeftAlt Meta
RightAlt Meta
ScrollLock Compose
RightCtl Control
XkbKeycodes "xfree86"
XkbTypes "default"
XkbCompat "default"
XkbSymbols "us(pc101)"
XkbGeometry "pc"
XkbRules "xfree86"
XkbModel "pc101"
XkbLayout "us"
EndSection
# **********************************************************************
Section "Pointer"
Protocol "PS/2"
Device "/dev/mouse"
ZAxisMapping 4 5
Emulate3Buttons
Emulate3Timeout 50
EndSection
# **********************************************************************
Section "Monitor"
Identifier "Generic Super VGA, 1024x768 @ 87 Hz interlaced, 800x600 @ 56 Hz"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 31.5, 35.15, 35.5
VertRefresh 50-61
EndSection
# **********************************************************************
Section "Device"
Identifier "SIS 650"
Driver "sis"
VendorName "Videocard Vendor"
BoardName "VESA driver"
# VideoRam 256
# Clocks 25.2 28.3
EndSection
# **********************************************************************
Section "Screen"
Identifier "Screen0"
Driver "sis"
# Use Device "Generic VGA" for Standard VGA 320x200x256
Device "SIS 650"
Monitor "Monitor0"
DefaultDepth 16
SubSection "Display"
Modes "800x600"
EndSubSection
SubSection "Display"
Depth 16
Modes "800x600" "640x480"
EndSubSection
EndSection
另外附上我的出错日志文件:
(EE) module ABI minor version (7) is newer than the server's version (4)
(II) UnloadModule: "sis"
(II) Unloading /usr/X11R6/lib/modules/drivers/sis_drv.o
(EE) Failed to load module "sis" (module requirement mismatch, 0)
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project" compiled for 4.1.0, module version = 1.0.0 Module class: XFree86 XInput Driver ABI class: XFree86 XInput driver, version 0.2
(II) v4l driver for Video4Linux
(II) Primary Device is: PCI 01:00:0
(EE) No devices detected.
Fatal server error:
no screens found
When reporting a problem related to a server crash, please send the full server output, not just the last messages.
This can be found in the log file "/var/log/XFree86.0.log".
Please report problems to xfree86@xfree86.org.
请各位大虾帮忙看看,小弟万分感谢!!!!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
换个高点版本的好不?
你的XF86Config 文件没有配置成功
我觉得需要在编译内核时把你的显卡对应的驱动选上就行。