Page 1 of 1

Refresh Rate

Posted: Tue Jun 18, 2019 3:50 pm
by kloklojul
I couldnt find a definitv answer to this, so:

Is there a way to increase the refresh rate of gimx in windows ? My mouse has 1000Hz and according to https://zowie.benq.com/ja/support/mouse ... ecker.html everything is setup correctly but gimx only starts with a refresh rate of 10ms/100hz and i can't seem to find an option to increase it.

Re: Refresh Rate

Posted: Tue Jun 18, 2019 10:15 pm
by GoDlike
It is refresh rate of emulated controller, not your actual mouse refresh rate, don't worry about it.

Re: Refresh Rate

Posted: Tue Jun 18, 2019 11:17 pm
by kloklojul
i figured it out. It should really be pointed out in the guide but here is what you have to do.
Basicly its the same stick as with linux, you navigate with your command prop in your gimx folder (or add it as a systempath variable or use bat's) and start gimx with the "-r 1" parameter.

Re: Refresh Rate

Posted: Wed Jun 19, 2019 12:51 am
by kaiba_seto2004
To increase gimx refresh rate (experimental) you can create a bat file with following rows for example:

Code: Select all

@ECHO OFF
ECHO.
C:
cd C:\Program Files\GIMX
gimx -c PS4_Battlefield1_Godlike.xml -p COM3 --refresh 4 --curses --force-updates --subpos
ECHO.
refresh 4 = 250Hz

Re: Refresh Rate

Posted: Wed Jun 19, 2019 6:10 am
by Matlo
This is experimental only, and as such, not indicated in the guide.
Result may vary depending on the target console and the game.
The current adapter probably does not work well with anything below 4ms.