|
|
发表于 2005-8-24 14:06:34
|
显示全部楼层
偶也是845G
- [chensong@chenpp ~]$ glxinfo |grep direct
- direct rendering: Yes
- [chensong@chenpp ~]$ zcat /proc/config.gz |grep DRM
- CONFIG_DRM=y
- # CONFIG_DRM_TDFX is not set
- # CONFIG_DRM_R128 is not set
- # CONFIG_DRM_RADEON is not set
- CONFIG_DRM_I810=m
- # CONFIG_DRM_I830 is not set
- CONFIG_DRM_I915=y
- # CONFIG_DRM_MGA is not set
- # CONFIG_DRM_SIS is not set
- [chensong@chenpp ~]$ cat /var/
- abs/ cache/ lib/ local/ lock/ log/ mail/ opt/ run/ spool/ tmp/
- [chensong@chenpp ~]$ cat /var/log/Xorg.0.log |grep dri
- X.Org XInput driver : 0.4
- (II) LoadModule: "dri"
- (II) Loading /usr/X11R6/lib/modules/extensions/libdri.a
- (II) Module dri: vendor="X.Org Foundation"
- (II) Loading /usr/X11R6/lib/modules/drivers/i810_drv.o
- ABI class: X.Org XInput driver, version 0.4
- ABI class: X.Org XInput driver, version 0.4
- drmOpenDevice: node name is /dev/dri/card0
- drmOpenDevice: node name is /dev/dri/card0
- drmOpenDevice: node name is /dev/dri/card0
- (II) I810(0): [drm] created "i915" driver at busid "pci:0000:00:02.0"
- (II) I810(0): [dri] visual configs initialized
复制代码 |
|