- First of all, I installed
wine
following the steps from this website without installing aboutwinehq
because of this, and also installing more typing these commands:
$ sudo apt-get install wine32
$ sudo apt-get install winetricks
$ winetricks dotnet45
$ export WINEPREFIX="$HOME/.wine"
$ wineboot
- I typed the command
wine64 uninstaller
to add packages:
- wine-mono-7.4.0.msi
- wine-gecko-2.47.2-x86.msi and wine-gecko-2.47.2-x86_64.msi
- .NET-Desktop-Runtime-6.0.10-x86 and .NET-Desktop-Runtime-6.0.10-x64
- xi.win7.x86.en.msi (The original driver of my xbox360 joystick)
- xi.win7.x64.en.msi (I couldn't install, so repair option instead)
I followed the steps of the
xboxdrv
's installation from this website to work with my xbox 360 joystick.I installed open-joystick-display-2.8.0-x64-linux.deb to check the input of my xbox360 joystick:
- I installed open-joystick-display-2.8.0-x64-windows.exe by wine to check the input of my xbox360 joystick:
- I typed the commands to check the difference between controllers of Ubuntu (left side) and wine (right side):
$ jstest.gtk
$ wine control joy.cpl
- I checked that the controller of Ubuntu is working fine, and the controller of wine has a mistake, for example as the above picture that instead of four axes, it's four buttons and besides, the Rz axe is not working at all.
Could anyone tell me how to fix?