|
发表于 2004-3-27 12:57:13
|
显示全部楼层
我也是的,我现在换debian了,应该是mdk的内核的问题,
我曾经把debian升级了内核到2.6.3,发现x又起动不起来了,退回2.4查看了一下log文件,发现如下一段
(EE) GARTInit: Unable to open /dev/agpgart (No such device)
(WW) I810(0): /dev/agpgart is either not available, or no memory is available
for allocation. Using pre-allocated memory only.
查看一些文档,知道了,它是内核配有可装载的AGP模式agpgart.o?而原来的2.4.x内核编译进去了,后来手工重新编译内核就可以了,估计mdk的问题和我升级到2.6内核遇到的问题一样。
你可能需要重新编译内核。
附,我的debian下的x配置文件片段:
Section "Device"
Identifier "Card0"
Driver "i810"
VendorName "Intel Corp."
BoardName "82845G/GL [Brookdale-G] Chipset Integrated Graphics Device"
BusID " CI:0:2:0"
VideoRam 16384
EndSecti |
|