Author Topic: SOLVED : Geforce 440 gt - Nvidia-current  (Read 2872 times)

Offline raed

  • Full Member
  • ***
  • Posts: 200
Re: Geforce 440 gt - Nvidia-current
« Reply #45 on: October 28, 2012, 10:04:10 PM »
Quote
Running synchronized to the vertical refresh. The framerate should be
approximately the same as the monitor refresh rate.

It is running at your monitors refresh rate so that is what you see.

This is what I have .....  my monitor being set to 60Hz

Quote
$ glxgears
Running synchronized to the vertical refresh.  The framerate should be
approximately the same as the monitor refresh rate.
303 frames in 5.0 seconds = 60.479 FPS
300 frames in 5.0 seconds = 59.937 FPS


;)

 :) thank you so much

Offline gseaman

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 3799
Re: Geforce 440 gt - Nvidia-current
« Reply #46 on: October 28, 2012, 11:24:13 PM »
At least for my intel laptops, I can get a more useful measurement with this:
Code: [Select]
vblank_mode=0 glxgears
On 64-bit PCLinuxOS I have to use:
Code: [Select]
vblank_mode=0 fgl_glxgears
Galen

Offline Just17

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 10676
  • MLUs Forever!
Re: Geforce 440 gt - Nvidia-current
« Reply #47 on: October 29, 2012, 06:55:49 AM »
I get no difference in output

Code: [Select]
$ vblank_mode=0 glxgears
Running synchronized to the vertical refresh.  The framerate should be
approximately the same as the monitor refresh rate.
302 frames in 5.0 seconds = 60.363 FPS
300 frames in 5.0 seconds = 59.952 FPS


If I open the Nvidia Display Settings, select OpenGL settings, and untick the 'Sync to VBlank' box the non-synced frame rate will be displayed.


Code: [Select]
$ glxgears
34810 frames in 5.0 seconds = 6961.898 FPS
35292 frames in 5.0 seconds = 7057.892 FPS
34341 frames in 5.0 seconds = 6868.111 FPS
« Last Edit: October 29, 2012, 07:03:01 AM by Just17 »
MLUs rule the roost!

Linux XPS 3.4.38-pclos1.bfs  64 bit
Intel Core2 Quad CPU Q9450 @ 2.66GHz
4 GB RAM
MCP51 High Def Audio
GeForce GTX 550 Ti
PHILIPS  ‎DVD+-RW DVD8701
‎Logitech ‎BT Mini-Receiver
Afatech DTT

Offline raed

  • Full Member
  • ***
  • Posts: 200
Re: Geforce 440 gt - Nvidia-current
« Reply #48 on: October 29, 2012, 07:29:08 PM »
 ;D thank you.