Skip to content

Commit

Permalink
add some notes about T-GT II
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimplul committed Dec 18, 2024
1 parent 9814765 commit 11cca6d
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Linux kernel module for Thrustmaster T300RS, T248 and (experimental) TX, T128 and TS-XW wheels
# Linux kernel module for Thrustmaster T300RS, T248 and (experimental) TX, T128, T-GT II and TS-XW wheels

> **DISCLAIMER:** The module is ready for use in most force
> feedback games, supports rangesetting as well as gain and autocentering along
Expand Down Expand Up @@ -117,7 +117,6 @@ for wheels:

+ [T500 RS](https://github.com/Kimplul/hid-tmff2/issues/18)
+ [T818](https://github.com/Kimplul/hid-tmff2/issues/58)
+ [T-GT II](https://github.com/Kimplul/hid-tmff2/issues/55)
+ [TS-PC](https://github.com/Kimplul/hid-tmff2/issues/65)

## Common issues and notes
Expand All @@ -136,14 +135,16 @@ for wheels:
correctly recognize the Linux driver. The Windows driver itself does not work
under Wine/Proton.

+ If games don't detect any input from the wheel, try disabling Steam Input.

+ Until the updated `hid-tminit` is
[upstreamed](https://github.com/scarburato/hid-tminit), you might want to
blacklist the kernel module `hid-thrustmaster`. Do this with
```shell
echo 'blacklist hid_thrustmaster' | sudo tee /etc/modprobe.d/hid_thrustmaster.conf
```

+ If you've bought a new wheel, you will most likely have to update the firmware
+ If you've bought a new wheel, you might have to update the firmware
through Windows before it will work with this driver.

+ T300 RS has an advanced F1 mode that can be activated with an F1 attachment
Expand All @@ -166,3 +167,6 @@ for wheels:
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.

+ The T-GT II might show up as a T300 at the moment, since it reuses the T300
USB product ID.

0 comments on commit 11cca6d

Please sign in to comment.