How to hide FPS info in full screen mode ?

BlitzMax Forums/BlitzMax Beginners Area/How to hide FPS info in full screen mode ?

dominique95(Posted 2016) [#1]
Hello,
System Windows 7, Blitzmax 1.50
Is there a flag or a function which hide the green fps info in full screen mode ?


Brucey(Posted 2016) [#2]
There is no FPS info by default in BlitzMax.

Your app or some third-party module you are using must be drawing it...


dominique95(Posted 2016) [#3]
Thanks,
Even with 6 lines of code, the fps info are on the screen.
Same thing happens on Monkey X, but not in Blitz3D and Blitzplus
It drives me mad.
I will try on another PC, maybe a graphic driver.

Graphics 800,600,16
Repeat
	Cls
	Flip
Until KeyHit(KEY_ESCAPE)
End



Brucey(Posted 2016) [#4]
Oh yeah, things like NVidia's GeForce Experience adds a green fps counter... ( http://www.geforce.co.uk/whats-new/articles/geforce-experience-2-1-released )

You may want to disable it in your graphics config somewhere :-)


dominique95(Posted 2016) [#5]
:-)
True, it's the OSD program (with Asus/AMD graphic card) which draws the fps info. Very usefull indeed.
Never seen this fps counter before, as i don't play 3D games on PC.
I hope this will help others... or nobody reads my post.
Many thanks.


danielbritt95(Posted 2016) [#6]
Try drawing an image where the fps is an it won't show lol.