mirror of
https://github.com/djhackersdev/bemanitools.git
synced 2026-05-03 11:26:10 -05:00
A separate application to run the infamous IIDX “monitor check”. The on-screen output has been enhanced to provide more detailed information about the on-going process. The tool furthermore allows basic querying of adapter and adapter modes information from the command line. These additional options can be useful to gather more debug information or select correct parameters for the monitor test from actually supported mode parameters by the adapter. The tool has been tested on an actual cabinet with nvgpu setting different custom timings. The accuracy seems to be even higher than what IIDX’s monitor check is actually showing. For example, with a custom timing of 59.900, the tool yields 59.902. Meanwhile, the monitor check of iidx 30 yields ~XXX TODO.
13 lines
550 B
Markdown
13 lines
550 B
Markdown
# D3D9 Monitor Check
|
||
|
||
A separate application to run the infamous IIDX “monitor check” without having to run the actual
|
||
game.
|
||
|
||
Simply run the tool without any arguments to get a full synopsis with usage instructions.
|
||
|
||
Accuracy remarks:
|
||
|
||
The tool has been tested on an actual cabinet with `nvgpu` setting different custom timings. The
|
||
accuracy seems to be even higher than what IIDX’s monitor check is actually showing. For example,
|
||
with a custom timing of 59.900, the tool yields 59.902. Meanwhile, the monitor check of iidx 30
|
||
yields ~XXX TODO. |