Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
sudo modprobe iforce => so that the joystick is recognised and a device is created in
I have created a file in "/etc/udev/rules.d/99-input-wheel.rules" containing:
KERNEL=="event*", ATTRS{idProduct}=="0004", ATTRS{idVendor}=="06f8", MODE="0666"
Then i run xboxdrv (previously installed) in a terminal with this configuration:
xboxdrv --evdev /dev/input/event22 \
--evdev-absmap ABS_WHEEL=x1,ABS_BRAKE=LT,ABS_GAS=RT,ABS_HAT0X=dpad_x,ABS_HAT0Y=dpad_y \
--evdev-keymap BTN_TOP=tl,BTN_TRIGGER=tr,BTN_TOP2=back,BTN_THUMB=start,BTN_A=x,BTN_BASE3=y,BTN_BASE4=b,BTN_BASE5=a,BTN_BASE=lt,BTN_BASE2=rt \
--dpad-as-button --mimic-xpad --debug --verbose --evdev-debug
Hope it may help
I'm trying to use just the pedals as a "poor man's rudder" solution in Falcon BMS (under WINE) and X-Plane 11 on Linux.
I tried the xboxdrv solution but it made no discernable difference to the pedals behaviour.
Thanks in advance,
Uwe
https://github.com/her001/tmdrv
All the best, Uwe
http://steamcommunity.com/app/310560/discussions/5/1479857071268964650/