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

Author Topic: Graphics Card İssue SOLVED  (Read 979 times)

0 Members and 1 Guest are viewing this topic.

fevzi

  • Newbie
  • *
  • Posts: 4
    • View Profile
    • Email
Graphics Card İssue SOLVED
« on: February 04, 2015, 03:15:54 pm »
I'm new to SFML and just started learning, and while I was trying it out I noticed that when I am displaying something on the window even simple things like one texture, I hear noises from inside the computer which is probably the graphics card fan, and the gpu heats up, activity increases is it because of the clear draw display cycle in the main loop and is this normal?
« Last Edit: February 04, 2015, 03:38:53 pm by fevzi »

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: Graphics Card İssue
« Reply #1 on: February 04, 2015, 03:26:57 pm »
Your program probably uses 100% of CPU and GPU, make it less intensive by activating vertical synchronization.
Laurent Gomila - SFML developer

fevzi

  • Newbie
  • *
  • Posts: 4
    • View Profile
    • Email
Re: Graphics Card İssue
« Reply #2 on: February 04, 2015, 03:37:51 pm »
Tried that but it didnt make a difference then I just set the frame rate to 10 and it worked like a charm. Thank you for answering though! :)

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: Graphics Card İssue SOLVED
« Reply #3 on: February 04, 2015, 03:39:55 pm »
Then it's probably your graphics driver that is configured to force vertical synchronization off.
Laurent Gomila - SFML developer