分类: LINUX
2010-02-23 17:36:03
环境:
² Xen:xen-unstable (0.4.0)
² Dom0 kernel: linux-2.6.18-xen-3.4.2
² VGA: Intel Corporation 82G33/G31
现象:
X无法启动,报告错误消息:(EE) GARTInit: Unable to open /dev/agpgart (No such file or directory)
原因:
查看了.config,agpgart是编译进kernel的。调查发现是linux-2.6.18-xen-3.4.2存在问题,kernel-xen-2.6.18-164.el5不存在此问题。
解决方法:
修改X的配置文件/etc/X11/xorg.conf:
Section "Device"
Identifier "Videocard0"
Driver "vesa" // 默认是"intel"
EndSection