Difference between revisions of "Logitech G25 support"

From VDrift
Jump to: navigation, search
(New page: VDrift includes a tool used to change G25 modes. The tool can be found in VDrift/tools/G25manage. The tool requires libusb development headers to be installed (package libusb-dev on ubun...)
 
Line 1: Line 1:
VDrift includes a tool used to change G25 modes.  The tool can be found in VDrift/tools/G25manage.  The tool requires libusb development headers to be installed (package libusb-dev on ubuntu intrepid, for example).  Once making the tool, simply run:
+
VDrift includes a tool used to change G25 modes.  The tool can be found in VDrift/tools/G25manage.  The tool requires libusb development headers to be installed (package libusb-dev on ubuntu intrepid, for example).  Run make to compile the tool, then run:
 
  ./G25manage --nativemode
 
  ./G25manage --nativemode
 
and
 
and
 
  ./G25manage --range 900
 
  ./G25manage --range 900
 
The wheel should now support the entire turning radius as well as the clutch pedal.
 
The wheel should now support the entire turning radius as well as the clutch pedal.

Revision as of 23:25, 22 January 2009

VDrift includes a tool used to change G25 modes. The tool can be found in VDrift/tools/G25manage. The tool requires libusb development headers to be installed (package libusb-dev on ubuntu intrepid, for example). Run make to compile the tool, then run:

./G25manage --nativemode

and

./G25manage --range 900

The wheel should now support the entire turning radius as well as the clutch pedal.