I have an old laptop I use for work, running antiX-23.1_x64-full and wine 8.0. I want to play some third strike on fightcade. Fightcade uses wine. I connect my Hori fightstick, and /dev/input/js0 lights up, jstest-gtk gives me every response I want. It uses the stick as a mouse, and X button as a mouseclick so I disable that with
Code: Select all
Section "InputClass"
Identifier "joystick catchall"
MatchIsJoystick "on"
MatchDevicePath "/dev/input/event*"
Driver "joystick"
Option "StartKeysEnabled" "False"
Option "StartMouseEnabled" "False"
EndSection
The problems start once I try the emulator again. There's some graphics problems between fullscreen and windowed, but changing the blotter fixes that. The bigger problem is, now the stick doesn't even transmit the fake mouse input. I go into wine control joy.cpl and there's nothing there at all. Registries other people mentioned when fine-turning (already detected) joysticks also don't exist.
How do I make wine run an autodetect?
I've read the following among others:
viewtopic.php?p=144896&hilit=js0#p144896
viewtopic.php?p=83452&hilit=js0#p83452
and I wouldn't be opposed to just writing a bunch of registries, but I have no idea where to start. Or should I go about it differently?