I am working on a gaming graphics related project and would greatly appreciate some assistance from you guys. Texts to read, web resources that are detailed enough for this, useful software, etc.
These are probably just the initial questions.
1] How exactly does Windows set the refresh/update rate for an LCD monitor. NOT THE USER STEPS NEEDED BUT THE INNER WORKINGS OF THE 'OS'?
Is it just a signal sent to the monitor? How is this accomplished?
2] How exactly does the video card flag allow a new graphic frame to begin displaying on the monitor?
3] I found this to allow the setting of non-standard rates. Any comments?
-Open Regedit as Administrator (You must open as admin otherwise regedit will not save changes)
-Open the folder as described in the 2D driver path.
-Look for a registry file in that folder called DALNonStandardModesBCD2 click Modify then add your chosen custom
resolution to the list. (Mine was for 1440x900 14 40 09 00 00 00 00 60 - the last two digits denote refresh rate)
I'm approaching this from a software designer angle VS a user angle.
I'm writing a custom program.
These are probably just the initial questions.
1] How exactly does Windows set the refresh/update rate for an LCD monitor. NOT THE USER STEPS NEEDED BUT THE INNER WORKINGS OF THE 'OS'?
Is it just a signal sent to the monitor? How is this accomplished?
2] How exactly does the video card flag allow a new graphic frame to begin displaying on the monitor?
3] I found this to allow the setting of non-standard rates. Any comments?
-Open Regedit as Administrator (You must open as admin otherwise regedit will not save changes)
-Open the folder as described in the 2D driver path.
-Look for a registry file in that folder called DALNonStandardModesBCD2 click Modify then add your chosen custom
resolution to the list. (Mine was for 1440x900 14 40 09 00 00 00 00 60 - the last two digits denote refresh rate)
I'm approaching this from a software designer angle VS a user angle.
I'm writing a custom program.
Last edited: