diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2026-01-20 17:46:38 +0200 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2026-01-20 17:46:38 +0200 |
| commit | 77433acb864bdf67246cc721242951b002dd5dfe (patch) | |
| tree | 2b5131cdddb430954ccb3d8e0756726d2760dc01 /README.md | |
| parent | c26573d77369c042dc2b9a881a7f2ff88ddc0dd9 (diff) | |
| download | hid-tmff2-77433acb864bdf67246cc721242951b002dd5dfe.tar.gz hid-tmff2-77433acb864bdf67246cc721242951b002dd5dfe.zip | |
mention open_mode in README
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -139,6 +139,17 @@ for wheels: ## Common issues and notes ++ If buttons work in games but there's no FFB, try + ```shell + echo 'options hid-tmff-new open_mode=0' | sudo tee /etc/modprobe.d/hid-tmff-new.conf + ``` + + Generally, the wheel only starts handling force effects when 'opened' by an + application, but some tools like key remappers may interfere with this. + `open_mode=0` 'opens' the wheel immediately to work around this, but increases + power draw and sets the fan spinning when not using the wheel, which might be + a bit annoying. + + To change gain, autocentering etc. use [Oversteer](https://github.com/berarma/oversteer). |
