Results 1 to 4 of 4

Thread: Changing display refresh rates on nvidia

  1. #1
    Join Date
    Feb 2005
    Posts
    12

    Default Changing display refresh rates on nvidia

    Hi,

    I would like to configure Girder to somehow be able to toggle the display refresh rate between 50 Hz and 60 Hz. The display resolution and all other attributes will remain the same. I have a FX5200 Nvidia card.

    Right now I do this manually by opening the display properties and select either 50 or 60 from the drop down menu for refresh rates in the nVidia display window.

    Any ideas how I would go about doing this? I guess a hotkey would be the easy route and I have had a poke around in the nView hotkey configuration but didn't see anything obvious...

    Thanks for any help!
    KnightAzul

  2. #2
    Join Date
    Jul 2005
    Location
    Uithuizen, The Netherlands
    Posts
    575

    Default

    hi,

    for Girder 4 it's really simple

    add a scripting action
    Code:
    monitor.SetDisplayMode(1, 1024, 768, 32, 85)
    this sets monitor 1 to a resolution of 1024x768 with 32 bits per pixel and a 85hz refreshrate

    don't remember if Girder 3.3 had an equivalent though

  3. #3
    Join Date
    Feb 2005
    Posts
    12

    Default

    Just tried this in Girder 3 as a script and it complains about syntax. Anyone know if there is a similar command in Girder 3?

    Thx,
    KnightAzul

  4. #4
    Join Date
    Dec 2001
    Posts
    11,560

    Default

    these lua extensions are only part of G4.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •