Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
The highest setting for 1920x1080 is 59.94hz. I also have a 60hz monitor and that setting works fine.
But why some option appears two/three times???
Because they are modes with different attributes on them (attributes which that list doesn't show)
If you look in your documents folder for assetto corsa and in there there's a logs folder. The top of log.txt you'll see the list of modes it gets, like this :-
mode 119 1920 1080 24[24/1] UNSPECIFIED PROGRESSIVE
mode 120 1920 1080 50[50/1] UNSPECIFIED PROGRESSIVE
mode 121 1920 1080 60[60/1] UNSPECIFIED PROGRESSIVE
DISPLAY MODE FOUND <--- this is the one I'm using
mode 122 1920 1080 23[24000/1001] UNSPECIFIED PROGRESSIVE
mode 123 1920 1080 59[60000/1001] UNSPECIFIED PROGRESSIVE
You can see some of the entries that have more than one might say "CENTERED PROGRESSIVE" - presumably if you delve into the directx api you'll see the calls kunos are using to get this list of modes.
Basically the game is using dxgi to get a list of modes - and these modes are combination of what your GPU and monitor support. These days the monitor reports what modes it supports, years ago you used to have to give it modelines in linux with all the timing information on. Presumably this stuff was in inf files for windows. And there were common standardised vesa modes - which is why if you remove your graphics drivers you end up with windows booting at 800 x 600 or something like that.
Thing is, as you can see above for timing, some modes are 60/1 24/1 and some are 60000/1001 and 24000/1001 which is where the 59.94 decimal comes from.
59.94 is 60hz. It's whatever is supported by your monitor and it's your monitor / GPU reporting these timings to the OS.
Note, when you choose a mode the game (via directx) sets the gpu and monitor to this mode - so if your monitor says "60hz" for these modes, that's immaterial. You're not setting the game to 59.94 and the monitor to 60hz or anything like that.
This is not what is causing your audio sync problems. More likely issues with whatever you are using to capture or edit the video is. Noting that most of the FPS values you see in videos are fractional too - i.e "30fps" is usually 29.97 for the same reasons - the timing of the device is usually 30000/1001.
Editing the registry or Custom Resolution Utility could help with the refresh rates but I don't know what values to modify on Windows 10.