Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The firmware's support for GIMX has changed #117

Open
Fama-Lan opened this issue Nov 20, 2024 · 1 comment
Open

The firmware's support for GIMX has changed #117

Fama-Lan opened this issue Nov 20, 2024 · 1 comment

Comments

@Fama-Lan
Copy link

Firmware versions before 1.4.2 can have force feedback after converting from GIMX to G29, but subsequent versions do not have force feedback. What is the reason for this and can it be resolved?

@Ultrawipf
Copy link
Owner

Since then pretty much everything has changed so i assume it does not support certain HID descriptor structures or it handles axis directions incorrectly. It could be pretty much anything and it is difficult to guess what difference causes incompatibility.
I heard of users who had similar setups with new firmwares that it should work so it might also be something on the configuration or gimx side instead.

What you can try is to compile it using the FFBWHEEL_USE_1AXIS_DESC definition which will use a descriptor that only defines 1 ffb capable axis.
Normally it presents itself as a 2 axis ffb device even in wheel mode which is more compatible in my experience.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants