Hi, I have a problem with this particular gamepad. I calibrated it under linux with jscal and it is working OK. But now I want to play FIFA with it and fifa don't detect it as Logitech WingMan Cordless Gamepad but as controler. I found wine registry tips and followed their guide for DirectInput but I have a problem because command specified there doesn't give the expected output: Code: WINEDEBUG=+dinput wine /home/gregor/.wine/drive_c/Program\ Files/EA\ Sports/FIFA\ 09/FIFA09.exe 2>&1 | grep joydev_enum_device trace:dinput:joydev_enum_deviceA Enumerating the linux Joystick device: /dev/input/js0 (Logitech WingMan Cordless Gamepad) I don't get any axis info which have to be entered in registry like this: Code: Logitech Logitech Dual Action"="X,Y,Rz,Slider1,POV1 Can somebody help me get this line right for registry that my Logitech WingMan Cordless Gamepad would be recognised by games running with wine.
Now I figured out that all axes work in FIFA, but because it detects my gamepad as normal controller I can't get all buttons to work. Can somebody help me figure out what do I have to import into wine registry to identify my gamepad as Logitech WingMan Cordless Gamepad. I found out this with jstest: Code: Joystick (Logitech WingMan Cordless Gamepad) has 7 axes (X, Y, Z, Rz, Throttle, Hat0X, Hat0Y) and 11 buttons (Trigger, ThumbBtn, ThumbBtn2, TopBtn, TopBtn2, PinkieBtn, BaseBtn, BaseBtn2, BaseBtn3, BaseBtn4, BaseBtn5). How can I convert this info into registry entry for wine? I don't know how to write all these axes in proper way. Here is an example: Code: "Logitech Logitech Dual Action"="X,Y,Rz,Slider1,POV1" Regards, Gujs