Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Low FPS  (Read 1617 times)

0 Members and 1 Guest are viewing this topic.

fer_t

  • Newbie
  • *
  • Posts: 18
    • View Profile
    • Email
Low FPS
« on: August 08, 2012, 03:18:01 am »
Hello,
I hope I am in the right sub-forum ;)
I have a problem: Low FPS.
So also if I only have a main-loop with clock.restart, window.clear and window.display, I only get 50-70 FPS, but I expected more then 500-1000.
I do not think it is  a hardware problem, I have a AMD Phenom II x3 (3x3,0Ghz), 4GB RAM and a MSI HD5770 Hawk graphic card so I think this should be enough ;)
I use openSUSE 12.1 64Bit with SFML 2 (build from latest source code).
Does anybody have an explanation? It really confuses me ;)
Thank you :D
BR,
fer_t

Tex Killer

  • Full Member
  • ***
  • Posts: 242
    • View Profile
Re: Low FPS
« Reply #1 on: August 08, 2012, 05:49:12 am »
Is framerate limiting enabled? Is vertical sync enabled?

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: Low FPS
« Reply #2 on: August 08, 2012, 08:13:44 am »
Even if v-sync is not enabled in your program, it may be forced by your driver.
Laurent Gomila - SFML developer

fer_t

  • Newbie
  • *
  • Posts: 18
    • View Profile
    • Email
Re: Low FPS
« Reply #3 on: August 08, 2012, 05:23:39 pm »
No FramerateLimit and V-Sync are not enabled.
But Laurent, you can be right... I am using X.Org Gallium 0.4 (radeon driver). So I think I test is again with the original proprietary ATI/AMD driver.
Thank you!
BR

 

anything