The GTK VisualBoyAdvance interface has problems with
joystick. I'm trying it on linux and the sdl version
has joystick support but the gtk version doesn't. It
doesn't recognize joystick events.
Maybe it has something to do with the X Windows ?.
Thank you,
Logged In: YES
user_id=1419757
Actually I've got some additional details to add. In my case
I've got the following setup:
- VisualBoyAdvance 1.7.2 [SDL]
- X-Box pad USB, device /dev/js0, driver version 2.1.0
- Ubunutu 5.10 32-bit, kernel 2.6.12-10-686
- A64 3000+, 1gig ram, big hd, etc...
All the buttons work fine, the axis don't. This might be due
to user error (my mis-understanding of the VBA axis format
in the .cfg)
Using the SDL-Test, the digial pad (axis 6 and axis 7), the
axis positive and negative values are identical, (100c for
left/right and 100e for up/down) and not different as in the
default VisualBoyAdvance.cfg shows.
Joy0_Left=100c
Joy0_Right=100c
Joy0_Up=100e
Joy0_Down=100e
Joy0_A=1083
Joy0_B=1080
Joy0_L=1085
Joy0_R=1082
Joy0_Start=1086
Joy0_Select=1089
Joy0_Speed=1084
Is this a bug or simply incorrect usage of the axis format?
Honestly is doesn't matter, because the only thing I
actually understood from the instructions is that the X/Y
postive and negative shouldn't be the same.
Any ideas? Thanks.