Thread: Frame rates

  1. #1
    Registered User johnnie2's Avatar
    Join Date
    Aug 2001
    Posts
    186

    Frame rates

    With all this talk of OGL and DirectX, does anyone happen to know how fast Windows updates its own display?
    "Optimal decisions, once made, do not need to be changed." - Robert Sedgewick, Algorithms in C

  2. #2
    Former Member
    Join Date
    Oct 2001
    Posts
    955
    well, no. Do you?

    I guess that at the same refresh rate of the screen!

    Oskilian

  3. #3
    Registered User
    Join Date
    Sep 2001
    Posts
    412
    Doubtful that it's at the refresh rate -- it obviously can't be MORE than the refresh rate (or if it is, it's a waste of processor power!)

    But I doubt it necessarily updates every refresh.

  4. #4
    Former Member
    Join Date
    Oct 2001
    Posts
    955
    well, maybe it refreshes 29.97 (NTSC), or 25 (PAL) times.

    but considering windows' speed, it wouldn't surprise me that it refreshes at the screen's refresh rate.

    Oskilian

  5. #5
    Registered User
    Join Date
    Sep 2001
    Posts
    412
    Well, one thing to remember is that the screen NEVER refreshes unless some part of the screen has changed. The only "frame rate" is the minimum length of time between when two consecutive changes can take effect.

    The frame rate may well depend, and in fact almost certainly does, on how much of the screen changes. To redraw a tiny rectangle every frame as someone moves the mouse is fast, wheras to redraw the whole screen may take a little longer, so the rate at which it can redraw the whole screen is slower.

  6. #6
    Former Member
    Join Date
    Oct 2001
    Posts
    955
    OK, I didn't knew that, thanks

    Oskilian

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Frame buffer not working
    By Noise in forum Game Programming
    Replies: 1
    Last Post: 02-15-2009, 12:05 PM
  2. Monitor Refresh Rates
    By SlyMaelstrom in forum Tech Board
    Replies: 4
    Last Post: 05-24-2006, 01:08 PM
  3. Animation not working....
    By aquinn in forum C Programming
    Replies: 7
    Last Post: 02-19-2005, 05:37 AM
  4. the effects of textures on my frame rate
    By DavidP in forum Game Programming
    Replies: 37
    Last Post: 10-03-2003, 11:24 AM
  5. Whats a good frame rate?
    By compjinx in forum Game Programming
    Replies: 16
    Last Post: 04-07-2002, 05:31 PM