Displaying 7 results from an estimated 7 matches for "find_joydevs".
2009 Jul 25
2
Gamepad & Wine 1.0.1-2 on Debian Sid
...The module I'm using is joydev, and I'm trying to make my joystick work with VirtuaNES. I have tested the gamepad under Windows with the same program, and it works fine.
This is what I get when I debug:
$ WINEDEBUG=+dinput wine VirtuaNES.exe 2>&1 | grep joydev
Code:
trace:dinput:find_joydevs Found a joystick on /dev/input/event6: Twin USB Joystick ({9e573eda-7734-11d2-8d4a-23903fb6bdf7})
trace:dinput:find_joydevs ... with force feedback
trace:dinput:find_joydevs ... with axis 0: cur=127, min=0, max=255, fuzz=0, flat=15
trace:dinput:find_joydevs ... with axis 1: cur=127, min=0, max=2...
2009 Mar 15
11
Grand prix legends recognize only two joystick axis
...iver')
trace:dinput:IDirectInputAImpl_EnumDevices - checking device 1 ('Wine keyboard driver')
trace:dinput:IDirectInputAImpl_EnumDevices - checking device 2 ('Wine Linux-input joystick driver')
warn:dinput:find_joydevs Failed to open "/dev/input/event0": 13 Permesso negato
warn:dinput:find_joydevs Failed to open "/dev/input/event1": 13 Permesso negato
warn:dinput:find_joydevs Failed to open "/dev/input/event2": 1...
2008 Sep 25
3
usb interface support
Dear wine user group
I removed the whole installation under the root path and reinstalled the application to the user directory -thanks to mr. vitamin.
But the effect is the same - the usb interface has not be enabled although the driver works correctly, see
jstest /dev/input/js0 ->
Driver version is 2.1.0.
Joystick (IPACS Ikarus Gamecommander) has 7 axes (X, Y, Z, Rx, Ry, Rz, Throttle)
and
2008 Mar 26
6
Gamepad missing buttons
I am trying to use a Guillemot gamepad with PES6 but the buttons are not recognized.
In kubuntu system settings I can see my pad, callibrate the joysticks and see the buttons are recognized, but not inside wine (only the joysticks are recognized).
I have tried different combinations for the DirectInput entry in the registry but either I have not stumbled upon the correct one or there is another
2008 May 11
3
dinput_test works but WINEDEBUG shows no joystick for game?
This is a continuation/evolution of what I've been trying to do, get some response from my controller(s) in Guitar Hero 3. I compiled wine (with some help :) and manually copied the dinput_test.exe.so file into my /usr/lib32/wine directory and made it's permissions match the other exe.so files (644). I then run the test to see if dinput is seeing/reacting to my controller, and it seems
2012 May 10
0
Xbox 1 gamepad not detected with Star Trek Online game
...cally and by adding +dinput to WINEDEBUG, I noticed the following line on the output:
Code:
trace:dinput:IDirectInputWImpl_EnumDevices (this=0x12f718,0x0004 'DIDEVTYPE_JOYSTICK',0x8fc5a0,0x12238a0,0001).
After that, wine outputs successfull detection of the joystick:
Code:
trace:dinput:find_joydevs Found a joystick on /dev/input/event16: Xbox Gamepad (userspace driver) ({9e573eda-7734-11d2-8d4a-23903fb6bdf7})
Next, I tried running STO on wine with WINEDEBUG="+dinput":
https://gist.github.com/2650716
and while the game detects and initializes the system mouse through dinput, it se...
2009 Jan 02
0
Wine release 1.1.12
...g in bumpmap test.
Vincent Pelletier (3):
user32: Fix SPI_GETMOUSESPEED and SPI_SETMOUSESPEED.
d3d9: Set IDirect3DDevice9Impl_GetVertexShader return value to NULL on error.
wined3d: Detect intel 945 GM.
Vitaliy Margolen (9):
winmm: Stub joyConfigChanged.
dinput: Make find_joydevs re-entrant.
dinput: snprintf zero-terminates string no need to do it explicitly.
dinput: Warn if failed to open device.
dinput: Replace perror with more appropriate ERR and WARN.
dinput: Fix usage of HeapReAlloc.
dinput: Fix remaining formatting of the find_joydevs()....