meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| linux:prepare:logitech_trackman [2019/08/14 09:21] – niziak | linux:prepare:logitech_trackman [2022/02/01 13:30] (current) – niziak | ||
|---|---|---|---|
| Line 28: | Line 28: | ||
| === Change trackball pointer speed === | === Change trackball pointer speed === | ||
| Using CTM: | Using CTM: | ||
| - | <code bash> | + | <file bash / |
| #!/bin/bash | #!/bin/bash | ||
| xinput set-prop " | xinput set-prop " | ||
| Line 35: | Line 35: | ||
| 0.000000, 2.000000, 0.000000, \ | 0.000000, 2.000000, 0.000000, \ | ||
| 0.000000, 0.000000, 1.000000 | 0.000000, 0.000000, 1.000000 | ||
| - | </code> | + | </file> |
| === Automatic speed change when device connected === | === Automatic speed change when device connected === | ||
| Line 50: | Line 50: | ||
| [164704.997603] hid-generic 0003: | [164704.997603] hid-generic 0003: | ||
| </ | </ | ||
| + | |||
| <code bash> | <code bash> | ||
| udevadm info --attribute-walk --path / | udevadm info --attribute-walk --path / | ||
| Line 62: | Line 63: | ||
| | | ||
| | | ||
| - | < | + | </code> |
| <file / | <file / | ||
| Line 75: | Line 76: | ||
| <code bash> | <code bash> | ||
| udevadm control --reload-rules && udevadm trigger -s usb -a idProduct=" | udevadm control --reload-rules && udevadm trigger -s usb -a idProduct=" | ||
| - | </ | ||
| - | |||
| - | |||
| - | |||
| </ | </ | ||