These are my graphic card driver infomation,so what's wrong,why does my X1400 get only 860FPS ??? one man who use the same card can get 2300 fps...
Code:
# glxgears
Xlib: extension "XFree86-DRI" missing on display ":0.0".
4311 frames in 5.0 seconds = 859.012 FPS
4256 frames in 5.0 seconds = 843.571 FPS
4442 frames in 5.1 seconds = 868.489 FPS
4440 frames in 5.1 seconds = 868.429 FPS
4440 frames in 5.1 seconds = 865.188 FPS
4440 frames in 5.1 seconds = 866.926 FPS
4440 frames in 5.1 seconds = 869.493 FPS
X connection to :0.0 broken (explicit kill or server shutdown).
[root@wangrui ~]# fglrxinfo
Xlib: extension "XFree86-DRI" missing on display ":0.0".
display: :0.0 screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.2 (1.5 Mesa 6.5.1)
[root@wangrui ~]# fgl_glxgears
Using GLX_SGIX_pbuffer
Xlib: extension "XFree86-DRI" missing on display ":0.0".
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 128 (GLX)
Minor opcode of failed request: 5 (X_GLXMakeCurrent)
Serial number of failed request: 29
Current serial number in output stream: 29
# glxinfo|grep direct
Xlib: extension "XFree86-DRI" missing on display ":0.0".
direct rendering: No
OpenGL renderer string: Mesa GLX Indirect
# rpm -qa|grep ATI
ATI-fglrx-devel-8.34.8-1.fc6
ATI-fglrx-8.34.8-1.fc6
kernel-module-ATI-fglrx-2.6.19-1.2911.fc6-8.34.8-1.fc6
ATI-fglrx-control-panel-8.34.8-1.fc6
my Xorg.conf:
Quote:
# Xorg configuration created by system-config-display
Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Synaptics" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
FontPath "unix/:7100"
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 "Protocol" "auto-dev"
Option "Emulate3Buttons" "yes"
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
EndSection
Section "Monitor"
Identifier "Monitor0"
ModelName "Monitor "
#HorizSync 31.5 - 57.0
#VertRefresh 50.0 - 70.0
Option "dpms"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "fglrx"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
Option "AddARGBGLXVisuals" "True"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
Section "ServerFlags"
Option "AIGLX" "off"
EndSection
Section "Extensions"
Option "Composite" "False"
EndSection
|
how can i make this video card work well as i wish??