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