Search found 3 matches
- Tue Sep 29, 2015 8:50 pm
- Forum: Oolite-Linux
- Topic: [Solved] Joystick Range Issues
- Replies: 9
- Views: 12933
Re: Joystick Range Issues
I've done a lot more digging now, as my dirty hack of a workaround generally sucked. However, after lots of digging I found the culprit - SDL. Where jscal and the kernel usb joystick drivers calibrated, and gave me proper response, SDL itself was still getting raw input from the evdev device drivers...
- Mon Sep 28, 2015 8:11 pm
- Forum: Oolite-Linux
- Topic: [Solved] Joystick Range Issues
- Replies: 9
- Views: 12933
Re: Joystick Range Issues
Well, I can't seem to find the issue. Before calibrating my joystick in jstest-gtk, it does seem to have the same dead areas as in game... Which leads me to believe that Oolite is paying no attention to calibration settings at all, and just taking the raw values. As a workaround though, I've done so...
- Fri Sep 25, 2015 10:28 pm
- Forum: Oolite-Linux
- Topic: [Solved] Joystick Range Issues
- Replies: 9
- Views: 12933
[Solved] Joystick Range Issues
I have sussed this issue out, it all comes down to SDL, and the quick fix is:- I added the following line to my /etc/environment:- SDL_JOYSTICK_DEVICE="/dev/input/js0" and everything now works as expected. Original thread below #################################### Hi all, first post here a...