Difference between revisions of "Logitech Wheels"

From GIMX
Jump to: navigation, search
(Logitech Gaming Software (LGS))
 

(16 intermediate revisions by the same user not shown)

Line 1: Line 1:
This page intends to give configuration hints to properly use a Logitech Wheel with GIMX.
+
This page intends to give configuration hints to properly use a Logitech FFB Wheel with GIMX on PS4.<br />
  
 
All Logitech Wheels have 0x046d as USB vendor id.
 
All Logitech Wheels have 0x046d as USB vendor id.
  
=LTWheelConf=
+
=Logitech Gaming Software (LGS)=
  
This tool is required on the RPi (the Raspbian kernel config lacks CONFIG_LOGITECH_FF).<br />
+
Install the [http://www.logitech.com/pub/techsupport/joystick/lgs510.exe 32-bit LGS] on a 32-bit Windows, and the [http://www.logitech.com/pub/techsupport/joystick/lgs510_x64.exe 64-bit LGS] on a 64-bit Windows.<br />
 +
This should install the Logitech driver and make the wheel work in native mode.
 +
 
 +
On GNU/Linux there is no need to install any driver or software.
 +
 
 +
<!--=LTWheelConf=
 +
 
 +
This tool is required on the RPi to activate the native mode of the Driving Force Pro, Driving Force GT, G25 and G27 wheels (the Raspbian kernel config lacks the CONFIG_LOGITECH_FF option).<br />
 
<pre>sudo apt-get install git
 
<pre>sudo apt-get install git
 
git clone https://github.com/TripleSpeeder/LTWheelConf.git
 
git clone https://github.com/TripleSpeeder/LTWheelConf.git
 
cd LTWheelConf
 
cd LTWheelConf
make</pre>
+
make
 +
sudo cp ltwheelconf /usr/bin/</pre>-->
  
 
=Momo Racing=
 
=Momo Racing=
Line 17: Line 25:
 
Configuration file: LogitechMomoRacing_G29.xml
 
Configuration file: LogitechMomoRacing_G29.xml
  
Calibration in GNU/Linux:
+
<!--Calibration in GNU/Linux:
  
 
  jscal -s 3,1,0,511,511,1050628,1050628,1,0,255,0,-2105312,0,1,0,255,0,-2105312,0 /dev/input/js0
 
  jscal -s 3,1,0,511,511,1050628,1050628,1,0,255,0,-2105312,0,1,0,255,0,-2105312,0 /dev/input/js0
  sudo jscal-store /dev/input/js0
+
  sudo jscal-store /dev/input/js0-->
 
 
 
=Driving Force GT=
 
=Driving Force GT=
  
Line 27: Line 34:
  
 
Configuration file: LogitechDrivingForceGT_G29.xml
 
Configuration file: LogitechDrivingForceGT_G29.xml
 +
 +
<!--Activation of the native mode on the RPi:
 +
<pre>sudo ltwheelconf --wheel DFGT --nativemode --autocenter 0</pre>
  
 
Calibration in GNU/Linux:
 
Calibration in GNU/Linux:
  
 
  jscal -s 5,1,0,8191,8191,65544,65544,1,0,255,0,-2105312,0,1,0,255,0,-2105312,0,1,0,0,0,536870912,536870912,1,0,0,0,536870912,536870912 /dev/input/js0
 
  jscal -s 5,1,0,8191,8191,65544,65544,1,0,255,0,-2105312,0,1,0,255,0,-2105312,0,1,0,0,0,536870912,536870912,1,0,0,0,536870912,536870912 /dev/input/js0
  sudo jscal-store /dev/input/js0
+
  sudo jscal-store /dev/input/js0-->
 
 
Set the native mode on the RPi;
 
<pre>cd ~/LTWheelConf
 
sudo ltwheelconf --wheel DFGT --nativemode</pre>
 
 
 
 
=G27=
 
=G27=
  
Line 42: Line 47:
  
 
Configuration file: LogitechG27_G29.xml
 
Configuration file: LogitechG27_G29.xml
 +
 +
<!--Activation of the native mode on the RPi;
 +
<pre>sudo ltwheelconf --wheel G27 --nativemode --autocenter 0</pre>
  
 
Calibration in GNU/Linux:
 
Calibration in GNU/Linux:
  
 
  jscal -s 6,1,0,8191,8191,65544,65544,1,0,255,0,-2105312,0,1,0,255,0,-2105312,0,1,0,255,0,-2105312,0,1,0,0,0,536870912,536870912,1,0,0,0,536870912,536870912 /dev/input/js0
 
  jscal -s 6,1,0,8191,8191,65544,65544,1,0,255,0,-2105312,0,1,0,255,0,-2105312,0,1,0,255,0,-2105312,0,1,0,0,0,536870912,536870912,1,0,0,0,536870912,536870912 /dev/input/js0
  sudo jscal-store /dev/input/js0
+
  sudo jscal-store /dev/input/js0-->
 
 
Set the native mode on the RPi;
 
<pre>cd ~/LTWheelConf
 
sudo ltwheelconf --wheel G27 --nativemode</pre>
 

Latest revision as of 11:09, 23 April 2017

This page intends to give configuration hints to properly use a Logitech FFB Wheel with GIMX on PS4.

All Logitech Wheels have 0x046d as USB vendor id.

Logitech Gaming Software (LGS)

Install the 32-bit LGS on a 32-bit Windows, and the 64-bit LGS on a 64-bit Windows.
This should install the Logitech driver and make the wheel work in native mode.

On GNU/Linux there is no need to install any driver or software.


Momo Racing

Product id: 0xca03

Configuration file: LogitechMomoRacing_G29.xml

Driving Force GT

Product id: 0xc29a

Configuration file: LogitechDrivingForceGT_G29.xml

G27

Product id: 0xc29b

Configuration file: LogitechG27_G29.xml