[code:1][root@chenpp rpm]# glxinfo |grep rendering
direct rendering: Yes
[root@chenpp rpm]# glxgears
1537 frames in 5.0 seconds = 307.400 FPS
1840 frames in 5.0 seconds = 368.000 FPS
1843 frames in 5.0 seconds = 368.600 FPS
1832 frames in 5.0 seconds = 366.400 FPS
1843 frames in 5.0 seconds = 368.600 FPS
1835 frames in 5.0 seconds = 367.000 FPS
1824 frames in 5.0 seconds = 364.800 FPS
[/code:1]
845Gl板载显卡。
偶没有装DRI那里的驱动。编译内核的时候,直接把DRM编译进内核。
[code:1]
[root@chenpp rpm]# 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
[/code:1]
为虾米跑chromium这个飞机的游戏就N慢?