|
|
发表于 2005-10-21 10:27:48
|
显示全部楼层
2.6内核你选成如下配置试试:
Processor type and features --->
<*> MTRR (Memory Type Range Register) support
Device Drivers ---> Character devices --->
<*> /dev/agpgart (AGP Support)
<*> Intel 440LX/BX/GX, I8xx and E7x05 chipset support
<*> Direct Rendering Manager (XFree86 4.1.0 and higher DRI support)
<*> Intel I810
如果用了 X11-DRM 包,则不选DRI:
< > Direct Rendering Manager (XFree86 4.1.0 and higher DRI support)
/etc/X11/xorg.conf修改为:
Section "Module"
Load "dri"
Load "glx"
...
EndSection
...
Section "Device"
Driver "i810"
...
EndSection
...
Section "dri"
Mode 0666
EndSection |
|