* Dura-Zell -- Saturday 03 March 2007:
> but as far as I know these USB-Joystick thingies are not meant to be
> calibrated.

That's a myth, at least under Linux.



> I really mean "fgjs", that wasn't typo.

Did I give the impression that I don't believe you?! Why should it
have been a typo? I only questioned the --prop option ...



> > I'm not aware of a --prop option.  :-}
> As stated above I meant fgjs, this has a "--prop" option:

Ah, ok. The version in CVS doesn't have it.

  $ fgjs --help
  Usage:
    --help                        Show this help



> > Do you have another way to check the axis input range? With something
> > like jstest or KDE's "kcmshell joystick" on Linux. If the ranges are
> > something else than 0..32767, then you can adjust 

Should have been -32768..32767



> no. At the moment I only have js_demo / js_test available.

But there must be *any* way to check raw joystick data on BSD!?



> As mentioned above, I used two other games to verify [...]

Maybe it only works in "games". FlightGear is a simulator.  :-P


Are you sure that the respective driver is used at all? You can
check that in the property browser: File->Browser Internal Properties
-> /input/joysticks/js/source ... this should contain the path to
the XML file. Alternatively you can check with this command line:

  $ fgfs --log-level=debug 2>&1|grep joystick   # assuming a bash shell

which gives me

  Initializing joystick bindings
  [...]
  Reading joystick file 
{$FG_ROOT}/Input/Joysticks/Boeder/p20_flightstick_pro_usb.xml
  Looking for bindings for joystick "SAITEK CYBORG 3D USB"
  ... found joystick: {$FG_ROOT}/Input/Joysticks/Saitek/Cyborg-Gold-3d-USB.xml
  Initializing joystick 0

If an identifier appears here for which there is no <name> entry in the
XML file that is appropriate for your js, and the identifier is in no other
file either, then the driver with the <name>default</name> entry will be
used.

That wouldn't really explain your problem, but it's a start.

m.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Flightgear-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/flightgear-users

Reply via email to