1
0
Fork 0

fix README

pull/2/head
Toad King 9 years ago
parent cd5c88c5e4
commit fbc4600207

@ -27,11 +27,11 @@ Quirks
* It's new, so there might be bugs! Please report them! * It's new, so there might be bugs! Please report them!
* The uinput kernel module is required. If it's not autoloaded, you should do * The uinput kernel module is required. If it's not autoloaded, you should do
so with `modprobe uinput` so with `modprobe uinput`
* If all your controllers start messing with the mouse cursor, you can fix
them with this xorg.conf rule. (You can place it in a file in xorg.conf.d)
* Input ranges on the sticks/analog triggers are scaled to try to match the * Input ranges on the sticks/analog triggers are scaled to try to match the
physical ranges of the controls. To remove this scaling run the program with physical ranges of the controls. To remove this scaling run the program with
the `--raw` flag. the `--raw` flag.
* If all your controllers start messing with the mouse cursor, you can fix
them with this xorg.conf rule. (You can place it in a file in xorg.conf.d)
```` ````
Section "InputClass" Section "InputClass"

Loading…
Cancel
Save