I sort of solved this problem by flipping the monitors in code before and after running my application using the ChangeDisplaySettingsEx win32 method. That's real rough, because all the icons and...
Type: Posts; User: fdorothy
I sort of solved this problem by flipping the monitors in code before and after running my application using the ChangeDisplaySettingsEx win32 method. That's real rough, because all the icons and...
I can only set 60Hz and 75Hz from each monitor's advanced settings window. Is there a win32 function to set the monitor's frequency that would let me specify 59Hz?
Some background info so that...
Update on this after running some more tests this morning.
I spliced out the vsync wires from the VGA cables. I plugged the vsync wires into an oscilloscope, and confirmed that despite the fact...
Hey all,
Does anyone have experience with synchronizing an OpenGL application to a secondary display's vsync? I'm using wglSwapIntervalEXT(1), but from what I can tell that only ties into the...