Displaying 3 results from an estimated 3 matches for "joydev_enum_device".
Did you mean:
joydev_enum_devicea
2008 Apr 18
2
Getting gamepad to work, detection problems.
...ubuntu hardy.
It doesn't operate in wine games etc so I need to edit the registry using <joystick name> = <axes mapping> in "directinput"
In http://wiki.winehq.org/UsefulRegistryKeys it says to use the command:
Code:
WINEDEBUG=+dinput wine program.exe 2>&1 | grep joydev_enum_device
to find the name of the device but doing it gives me no output.
Also, doing jstest with js1 I get this:
Code:
Driver version is 2.1.0.
Joystick (Sony PLAYSTATION(R)3 Controller) has 28 axes (X, Y, Z, Rz, (null), (null), (null), (null), (null), (null), (null), (null), (null), (null), (null),...
2009 Mar 28
1
Logitech WingMan Cordless Gamepad
...t 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...
2009 Jun 15
3
How to make joystick completely worked
...uot; is
| comma-separated list of "axis type"s - one for each joystick axis (hat-pov uses 2 axes).
| "axis type" is one of: X, Y, Z, Rx, Ry, Rz, Slider1, Slider2, POV1, POV2, POV3, POV4.
| To find the joystick name run
| 'WINEDEBUG=+dinput wine program.exe 2>&1 | grep joydev_enum_device'
| Example: "Logitech Logitech Dual Action"="X,Y,Rz,Slider1,POV1". (two "Logitech"s not a typo)]
maybe i misunderstood that
I created a subfolder named DirectInput under
[HKEY_CURRENT_USER]\Software\Wine\
And then i created a string value named Logitech Logitec...