|
平台:debian/testing
zxd@dell-zxd:~$ fgl_glxgears
Using GLX_SGIX_pbuffer
1701 frames in 5.0 seconds = 340.200 FPS
2010 frames in 5.0 seconds = 402.000 FPS
2004 frames in 5.0 seconds = 400.800 FPS
1972 frames in 5.0 seconds = 394.400 FPS
zxd@dell-zxd:~$ glxgears
8391 frames in 5.0 seconds = 1678.200 FPS
10070 frames in 5.0 seconds = 2014.000 FPS
10070 frames in 5.0 seconds = 2014.000 FPS
xorg.conf:
Section "Module"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "type1"
Load "v4l"
Load "vbe"
Load "GLcore"
SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection
EndSection
Section "Device"
Identifier "ATI Technologies, Inc. R350 AH [Radeon 9800]"
Driver "fglrx"
# If X refuses to use the screen resolution you asked for,
# uncomment this; see "Bugs and Workarounds" for details.
#Option "NoDDC"
# === Video Overlay for the Xv extension ===
Option "VideoOverlay" "on"
# === OpenGL Overlay ===
# Note: When OpenGL Overlay is enabled, Video Overlay
# will be disabled automatically
Option "OpenGLOverlay" "off"
# === Use internal AGP GART support? ===
# If OpenGL acceleration doesn't work, try using "yes" here
# and disable the kernel agpgart driver.
Option "UseInternalAGPGART" "no"
EndSection
谢谢 |
|