Guest User

Untitled

a guest
Apr 7th, 2018
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.55 KB | None | 0 0
  1. global option -l with value `log.txt'
  2. DIY USB adapter: gimx --config filename --port portname
  3. filename: The name of the config file, in the ~/.gimx/config directory (ex: "File name.xml").
  4. portname: The serial port. Ex: /dev/ttyUSB0 in Linux, COM4 in Windows.
  5. GPP/Cronus/Titan: gimx --config filename --type GPP
  6. filename: The name of the config file, in the ~/.gimx/config directory (ex: "File name.xml").
  7. Remote GIMX: gimx --config filename --dst IP:port
  8. filename: The name of the config file, in the ~/.gimx/config directory (ex: "File name.xml").
  9. IP:port: The destination IP+port. Ex: 127.0.0.1:51914.
  10. Multiple controllers:
  11. A --bdaddr, --port or --dst argument finishes the current controller options.
  12. Further non-global options apply to further controller instances.
  13. Controller options:
  14. --event "control(value)": send controls to the console and exit.
  15. Names and value ranges: "lstick x", "lstick y", "rstick x", "rstick y": [-128,127]
  16. "acc x", "acc y", "acc z", "gyro": [-512,511]
  17. "select", "start", "PS", "l3", "r3": {0, 255}
  18. "up", "right", "down", "left", "triangle", "circle", "cross", "square", "l1", "r1", "l2", "r2": [0,255]
  19. --src IP:port: Specifies a source IP+port to listen on. Ex: 127.0.0.1:51914.
  20. Global options:
  21. These options apply to all controller instances.
  22. --config filename: The name of the config file, in the ~/.gimx/config directory (ex: "File name.xml").
  23. --curses: Curses terminal display. Mouse calibration is available through this interface.
  24. --status: Display controls in the terminal.
  25. --nograb: Do not grab the mouse cursor.
  26. --force-updates: Send button+axis status even if there is no change.
  27. --subpos: Improve stick precision.
  28. --window-events : Read window events instead of hardware events.
  29. --keygen key: Generate a key press at gimx startup.
  30. --refresh n: The refresh period, in ms. Forcing the refresh period is not recommended.
  31. --btstack: use btstack for the bluetooth connection.
  32. Btstack is the only available connection method on Windows, and an alternative connection method on Linux.
  33. --log filename: write messages into a log file instead of the standard output.
  34. filename: The name of the log file, in the ~/.gimx/log directory (make sure this folder exists).
  35. --skip_leds: Filter out set led commands from FFB command stream (performance tweak for G27/G29 wheels on small targets).
  36. --ff_conv: Force OS translation for FFB commands on Windows.
  37. --timeout value: Exit if controllers are inactive during a given number of minutes.
  38. gimx: unknown option -- debug.adapter
Advertisement
Add Comment
Please, Sign In to add comment