Thanks.GFXstyLER wrote:refresh rate problem:
windows xp 60 hz bug (do some search in google)
OR you turned vsync on
OR your computer is too slow
hope that helped
I working on Knoppix Linux.
Vsync on. Hmm..
My computer refresh rate with my other opengl game maximum number: 1o24*768 is 85 Hz.
For example implemented c++ code in my windows opengl game:
..........
dmSetting.dmDisplayFrequency = 85;
dmSettings.dmFields = DM_DISPLAYFREQUENCY;
if(result !=DISP_CHANGE_SUCCESSFUL)
{
MessageBox(NULL, "The monitor isn't compatible this settings!", MB_OK);
.........
You said that: Irrlict engine automatic refresh rate setting! Hmm....