[SOLVED] FGLRX driver limited to 60 FPS
Posted: 6. Aug 2015, 01:02
Hello, I installed an ATI proprietary Driver following this wiki article http://docs.salixos.org/wiki/How_to_Install_ATI_Driver and everything works fine except for some reason it's limited to a low frame rate of 60 fps despite the fact that direct rendering is on.
Here is an output of glxinfo | grep render
Here is the result of vblank_mode=0 glxgears
And this is my xorg.conf
Normally, the benchmarks of proprietary drivers with 3D acceleration would show an average FPS rate in the hundreds, thousands even. How could I increase my FPS rate?
Here is an output of glxinfo | grep render
Code: Select all
direct rendering: Yes
OpenGL renderer string: AMD Radeon HD 8570D
GL_ARB_compute_shader, GL_ARB_conditional_render_inverted,
GL_KTX_buffer_region, GL_NV_blend_square, GL_NV_conditional_render,
GL_ARB_conditional_render_inverted, GL_ARB_conservative_depth,
GL_KTX_buffer_region, GL_NV_blend_square, GL_NV_conditional_render,
Code: Select all
orion[~]$ vblank_mode=0 glxgears
295 frames in 5.0 seconds = 58.990 FPS
300 frames in 5.0 seconds = 59.879 FPS
300 frames in 5.0 seconds = 59.881 FPS
300 frames in 5.0 seconds = 59.880 FPS
300 frames in 5.0 seconds = 59.880 FPS
300 frames in 5.0 seconds = 59.879 FPS
300 frames in 5.0 seconds = 59.879 FPS
300 frames in 5.0 seconds = 59.880 FPS
300 frames in 5.0 seconds = 59.879 FPS
300 frames in 5.0 seconds = 59.880 FPS
300 frames in 5.0 seconds = 59.880 FPS
300 frames in 5.0 seconds = 59.879 FPS
300 frames in 5.0 seconds = 59.880 FPS
300 frames in 5.0 seconds = 59.880 FPS
300 frames in 5.0 seconds = 59.880 FPS
300 frames in 5.0 seconds = 59.879 FPS
300 frames in 5.0 seconds = 59.880 FPS
300 frames in 5.0 seconds = 59.880 FPS
300 frames in 5.0 seconds = 59.881 FPS
300 frames in 5.0 seconds = 59.882 FPS
300 frames in 5.0 seconds = 59.882 FPS
300 frames in 5.0 seconds = 59.881 FPS
300 frames in 5.0 seconds = 59.881 FPS
300 frames in 5.0 seconds = 59.881 FPS
300 frames in 5.0 seconds = 59.881 FPS
Code: Select all
Section "ServerLayout"
Identifier "aticonfig Layout"
Screen 0 "aticonfig-Screen[0]-0" 0 0
EndSection
Section "Module"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]-0"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]-0"
Driver "fglrx"
Option "SwapbuffersWait" "false"
BusID "PCI:0:1:0"
EndSection
Section "Screen"
Identifier "aticonfig-Screen[0]-0"
Device "aticonfig-Device[0]-0"
Monitor "aticonfig-Monitor[0]-0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection