|
|
发表于 2007-7-9 09:03:47
|
显示全部楼层
我现在运行glxgear后,fps不稳定
[smilelife@BlueMoon ~]$ glxgears
30841 frames in 5.0 seconds = 6168.108 FPS
13677 frames in 5.0 seconds = 2735.085 FPS
8142 frames in 5.0 seconds = 1628.382 FPS
8142 frames in 5.0 seconds = 1628.390 FPS
8142 frames in 5.0 seconds = 1628.386 FPS
这是我的xorg.conf
[smilelife@BlueMoon linux]$ sudo cat /etc/X11/xorg.conf
# Xorg configuration created by system-config-display
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Synaptics" "CorePointer"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules"
EndSection
Section "Module"
EndSection
Section "ServerFlags"
Option "AIGLX" "off"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Synaptics"
Driver "synaptics"
Option "Device" "/dev/input/mice"
Option " rotocol" "auto-dev"
Option "Emulate3Buttons" "yes"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "auto"
ModelName "auto"
HorizSync 30.0 - 81.0
VertRefresh 56.0 - 76.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "fglrx"
Option "VideoOverlay" "off"
Option "Centermode" "off"
Option " seudoColorVisuals" "off"
Option "OpenGLOverlay" "off"
Option "UseFastTLS" "0"
Option "BlockSignalsOnLock" "on"
Option "ForceGenericCPU" "off"
Option "KernelModuleParm" "locked-userpages=0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768"
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "Disable"
EndSection |
|