fps 400多,正常吗?

系统安装、升级讨论
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
回复
huzhiyongbc
帖子: 44
注册时间: 2008-10-05 3:42

fps 400多,正常吗?

#1

帖子 huzhiyongbc » 2008-10-06 20:19

GMAX3100显卡
$ glxgears
2197 frames in 5.0 seconds = 436.774 FPS
2140 frames in 5.0 seconds = 427.707 FPS
2140 frames in 5.0 seconds = 427.163 FPS
2140 frames in 5.0 seconds = 427.226 FPS
2140 frames in 5.0 seconds = 427.094 FPS
2140 frames in 5.0 seconds = 427.742 FPS
2140 frames in 5.0 seconds = 427.649 FPS
2140 frames in 5.0 seconds = 427.611 FPS
2160 frames in 5.0 seconds = 428.069 FPS
2160 frames in 5.0 seconds = 428.434 FPS
XIO: fatal IO error 11 (Resource temporarily unavailable) on X server ":0.0"
after 45790 requests (45632 known processed) with 0 events remaining.
好像有点偏低,是不是要装驱动?
头像
HuntXu
帖子: 5776
注册时间: 2007-09-29 3:09

Re: fps 400多,正常吗?

#2

帖子 HuntXu » 2008-10-06 20:34

看看xorg.conf里是不是用的intel的显卡驱动...

新版的xorg(1.4.9之后)intel的显卡跑glxgears会低,但是性能并没下降...
HUNT Unfortunately No Talent...
huzhiyongbc
帖子: 44
注册时间: 2008-10-05 3:42

Re: fps 400多,正常吗?

#3

帖子 huzhiyongbc » 2008-10-06 21:21

怎么看是不是用intel的驱动?
/etc/X11/xorg.conf

Section "InputDevice"
Identifier "Configured Mouse"
Driver "evdev"
Option "CorePointer"
Option "Device" "/dev/input/event8"
Option "Emulate3Buttons" "true"
Option "EmulateWheel" "true"
Option "EmulateWheelButton" "2"
Option "ZAxisMapping" "4 5"
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
Inputdevice "Configured Mouse"
EndSection

Section "Device"
Identifier "Configured Video Device"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
回复