Full Screen Refresh Rate

Ho do i set the graphics refresh rate in full screen mode

Thanks,

Ziggy

www.ziggyware.com




Answer this question

Full Screen Refresh Rate

  • Lee John

    Shawn Hargreaves wrote:
    The PresentationParameters class has a FullScreenRefreshRateInHz property.

    If you hook the ModifyDevice event on your GraphicsComponent, you will get a chance to modify these settings before the device is created.

    Does this get affected or overridden by the "refresh rate override" in the NVidia graphics card drivers



  • Pixelpands

    The PresentationParameters class has a FullScreenRefreshRateInHz property.

    If you hook the ModifyDevice event on your GraphicsComponent, you will get a chance to modify these settings before the device is created.


  • ranadheer mac

    Probably. That override is an NVidia driver thing, not a part of DirectX, so I'd imagine they just wrote their driver to ignore whatever DirectX tells them if the override is set.


  • Full Screen Refresh Rate