打印

怎么玩chromium这个游戏N慢呢?3D加速已经打开了啊。

怎么玩chromium这个游戏N慢呢?3D加速已经打开了啊。

[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慢?
ARCH LINUX 0.7 WIN 2003 SE

TOP

你的显卡也太差了吧,我的nv 2 mx400都有700-900左右

TOP

INTEL出的板载显卡能好到哪里去。:neutral:  :neutral:
以前用SUSE,FC2的时候,玩这个游戏爽爽的,现在。。。郁闷。
ARCH LINUX 0.7 WIN 2003 SE

TOP

怎么看你都不象是正常驱动的。
我的nv gf2 gts/pro 在没有驱动的情况下和你的glxgears相当

TOP