Input device: Difference between revisions

m
added link to fetch js_demo.exe
No edit summary
m (added link to fetch js_demo.exe)
Line 33: Line 33:


===Confirming that the driver recognizes your joystick===
===Confirming that the driver recognizes your joystick===
FlightGear ships with a utility called js demo. It will report the number of joysticks attached to a system, their respective “names”, and their capabilities. Under Linux, you can run js demo from the folder /FlightGear/bin as follows:  
FlightGear ships with a utility called js_demo. It will report the number of joysticks attached to a system, their respective “names”, and their capabilities. Under Linux, you can run js_demo from the folder /FlightGear/bin as follows:  


  $ cd /usr/local/FlightGear/bin  
  $ cd /usr/local/FlightGear/bin  
Line 41: Line 41:


  cd \FlightGear\bin\Win32  
  cd \FlightGear\bin\Win32  
  fgjs.exe  
  js_demo.exe  
 
If js_demo.exe  is not included in your version, download it [http://fgfs.beggabaur.de/forum/js_demo.exe here].


On our system, the first few lines of output are (stop the program with C if it is quickly scrolling past your window!) as follows:  
On our system, the first few lines of output are (stop the program with C if it is quickly scrolling past your window!) as follows:  
392

edits