|
|
今晚装了8.30.3的驱动,发现glxgear的fps暴跌!
下面的分数和没装驱动差不多了。。。
//这个分数在8.29.6的时候有10000多FPS的
[skall@SKALL ~]$ glxgears
1184 frames in 5.0 seconds = 236.800 FPS
1265 frames in 5.0 seconds = 253.000 FPS
1263 frames in 5.0 seconds = 252.600 FPS
//这个是信息,说明安装成功
[skall@SKALL ~]$ glxgears -info
GL_MAX_VIEWPORT_DIMS=4096/4096
GL_RENDERER = ATI Mobility Radeon X1400 Generic
GL_VERSION = 2.0.6119 (8.30.3)
GL_VENDOR = ATI Technologies Inc.
//还有这个
[skall@SKALL ~]$ fglrxinfo
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI Mobility Radeon X1400 Generic
OpenGL version string: 2.0.6119 (8.30.3)
//这个也远低于8.29.6的FPS
[skall@SKALL ~]$ fgl_glxgears
Using GLX_SGIX_pbuffer
1980 frames in 5.0 seconds = 396.000 FPS
2401 frames in 5.0 seconds = 480.200 FPS
2369 frames in 5.0 seconds = 473.800 FPS
2400 frames in 5.0 seconds = 480.000 FPS
新版本好象不需要kernel headers了,就是说不再是安装时候编译的,是直接将编译好的ko直接复制进系统,插入kernel的,所以和以前的驱动还是有些不同的。
各位有没用过的?是否和我一样? |
|