aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/README.md b/README.md
index 4d8a50b..bd06fc8 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Linux kernel module for Thrustmaster T300RS and T248 wheels
+# Linux kernel module for Thrustmaster T300RS, T248 and (experimental) TX wheels
## Current state
Playable. I've made some improvements to the dynamic updating of effects, and
@@ -14,7 +14,6 @@ rangesetting as well as gain and autocentering along with most force feedback ef
Currently open requests for wheels:
+ [T500 RS](https://github.com/Kimplul/hid-tmff2/issues/18)
-+ [TX](https://github.com/Kimplul/hid-tmff2/issues/48)
+ [T818](https://github.com/Kimplul/hid-tmff2/issues/58)
+ [T-GT II](https://github.com/Kimplul/hid-tmff2/issues/55)
@@ -53,6 +52,8 @@ Done!
> Note: On some systems, you will get an error/warning about SSL. This is normal for unsigned modules. For info on signing modules yourself (completely optional), see [here](https://www.kernel.org/doc/html/latest/admin-guide/module-signing.html?highlight=module%20signing).
+> Note: Thrustmaster TX wheels aren't supported by `hid-tminit` as of yet, meaning that TX wheels have to be initialized with `tmrd`. Please see https://github.com/Kimplul/hid-tmff2/issues/48.
+
### DKMS
+ Unplug wheel from computer
@@ -86,6 +87,9 @@ Done!
+ T248 isn't as extensively tested as T300 RS, please see issues and open new ones if you encounter problems.
There is currently no support for the built-in screen.
++ TX support is considered experimental, please see issues (especially https://github.com/Kimplul/hid-tmff2/issues/48) and open new ones
+ if you encounter issues.
+
+ To change gain, autocentering etc. use [Oversteer](https://github.com/berarma/oversteer).
+ If a wheel has a deadzone in games, you can try setting up a udev rule:
@@ -104,6 +108,7 @@ Done!
| T300 RS, PS4 normal mode | b66d |
| T248 | b696 |
+
This should make sure that the wheel behaves like you'd want from a wheel.
+ There have been reports that some games work better with a different timer period (see [#11](https://github.com/Kimplul/hid-tmff2/issues/11) and [#10](https://github.com/Kimplul/hid-tmff2/issues/10)). To change the timer period, create `/etc/modprobe.d/hid-tmff-new.conf` and add `options hid-tmff-new timer_msecs=NUMBER` into it. The default timer period is 8, but numbers as low as 2 should work alright.