问题:
Linux无法支持较新的显卡芯片,笔者使用的Linux是CentOS 5,机器是DELL D630笔记本 (Mobile Intel(R) 965 Express Chipset)。
原因:
Linux没有最新的显卡芯片的驱动
解决办法:
修改配置文件/etc/X11/xorg.conf,使用通用配置。
1) 新增加一个Section,如下:
Section "Monitor"
Identifier "Monitor0"
HorizSync 31.5 - 48.5
VertRefresh 59.0 - 75.0
EndSection
1) 新增加一个Section,如下:
Section "Monitor"
Identifier "Monitor0"
HorizSync 31.5 - 48.5
VertRefresh 59.0 - 75.0
EndSection
2) 在section"Screen"中新增加一行,如下:
Monitor "Monitor0"
Monitor "Monitor0"
3) 保存配置,重启机器。
本文出自 “面朝大海,春暖花开” 博客,转载请与作者联系!