The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "lockoutexpiry" - Line: 94 - File: global.php PHP 8.1.28 (Linux)
|
help calibrating steering wheel - Printable Version +- Forums (https://www.vdrift.net/Forum) +-- Forum: Community (https://www.vdrift.net/Forum/forumdisplay.php?fid=3) +--- Forum: Help (https://www.vdrift.net/Forum/forumdisplay.php?fid=5) +--- Thread: help calibrating steering wheel (/showthread.php?tid=1294) |
help calibrating steering wheel - m8118 - 06-06-2010 (I looked for previous posts...) My logitech cheap wheel has a "large zero center" (I don't know how to call it - doesn't start turning until I rotate it a few degrees) this makes it impossible to have any fun... I confirmed the "large zero center" with jstest but I has able to calibrate it with jscal and now jstest does show immediate response to smallest action on the wheel from the zero position. however while playing VDrift I still have this large zero center... I saw reference to the joystick/calibration menu but it's not there... So, is ti possible to calibrate my driving wheel? Thank you, Antonio $ build/vdrift -multithreaded INFO: Multithreading enabled: 4 processors INFO: Starting VDrift: 2010-06-06-full, Version: 2780, O/S: Unix-like INFO: Home directory: /home/rui INFO: Settings file: /home/rui/.vdrift/VDrift.config INFO: Data directory: data DATA_DIR: /usr/local/share/games/vdrift/data INFO: Log file: /home/rui/.vdrift/log.txt INFO: SDL initialization successful INFO: Automatictally setting depth buffer to 24-bit because shadows are enabled INFO: SDL video query was successful INFO: Disabling antialiasing INFO: Display change was successful: 1280x720x16 24z fullscreen=0 INFO: Video card information: Vendor: NVIDIA Corporation Renderer: GeForce 9300 / nForce 730i/PCI/SSE2 Version: 3.2.0 NVIDIA 195.36.24 Maximum texture size: 8192 Maximum varying floats: 60 Using GLEW 1.5.2 INFO: Maximum color attachments: 8 INFO: Maximum draw buffers (1 required): 8 INFO: Disabling shaders INFO: Maximum anisotropy: 16 INFO: 1 joystick found: INFO: 0. Logitech Logitech Driving Force EX INFO: Loading car controls from: /home/rui/.vdrift/controls.config INFO: Sound initialization information: INFO: Obtained audio device: Frequency: 44100 Format: 32784 Bits per sample: 16 Channels: 2 Silence: 0 Samples: 1024 Size: 4096 Sound initialization successful INFO: Loaded fonts successfully INFO: Loaded GUI successfully ERROR: force feedback: can not open /dev/input/event0 (Permission denied) [src/forcefeedback.cpp:48] INFO: Got quit message from GUI. Shutting down... INFO: Shutting down... INFO: Exiting Re: help calibrating steering wheel - m8118 - 06-06-2010 m8118 Wrote:... I installed speed-dreams and the wheel works fine on that... (I don't known what that means... or if it helps...) Antonio - joevenzon - 06-07-2010 VDrift gets its data from SDL. If jstest works properly, then VDrift should too. A few things to try: in Options->Controls set Speed Effect on Steering to 0%. In Options->Controls->Joystick Options make sure your joystick type is set to Wheel. - m8118 - 06-07-2010 joevenzon Wrote:VDrift gets its data from SDL. If jstest works properly, then VDrift should too. A few things to try: in Options->Controls set Speed Effect on Steering to 0%. In Options->Controls->Joystick Options make sure your joystick type is set to Wheel. thank you! Unfortunately I have both Speed Effect on Steering to 0% and the joystick option set to wheel... jstest only works correctly after a run of jscal to calibrate the wheel (I guess until the next system reboot - not sure). I just Google for "SDL joystick calibration" and found a few discussions on that. Is it worth while to pursue that or is it completely of base? (I just got the source code a few days ago... and I'm not familiar with SDL...) Antonio - joevenzon - 06-07-2010 Ooh, here we go: http://superuser.com/questions/17959/linux-joystick-seems-mis-calibrated-in-an-sdl-game-freespace-2-open Sounds like a bug in ubuntu or SDL. I recommend the SDL_JOYSTICK_DEVICE=/dev/input/js0 (or whatever jsX corresponds to your wheel) solution. Solved - m8118 - 06-07-2010 joevenzon Wrote:Ooh, here we go: AH! still have to use jscal - I guess that's the intention (saw that in some other post) thank you! Antonio |