My mouse MMO.7
GIMX 0.51 recognized MMO.7mouse to be a joystick
However
GIMX 1.00-1.02 recognized MMO.7mouse to be a mouse
Thanks to this grace
A side button and the side wheel which functioned did not function so far
help
My mouse MMO.7
Re: My mouse MMO.7
Did you update your configuration? I guess you did, but I have to ask.
It is really strange because a device can be a combination of several types (mouse, keyboard, joystick) at the same time.
Type this in a terminal:
sudo apt-get install evtest
sudo evtest
Type the number corresponding to your mouse, and press enter.
Then you'll see the events that are received by the PC.
It is really strange because a device can be a combination of several types (mouse, keyboard, joystick) at the same time.
Type this in a terminal:
sudo apt-get install evtest
sudo evtest
Type the number corresponding to your mouse, and press enter.
Then you'll see the events that are received by the PC.
GIMX creator
-
- Posts: 22
- Joined: Tue Jul 09, 2013 8:06 pm
Re: My mouse MMO.7
It was displayed in this way when I input a command
GIMX1.02
xxxx@xxxx-virtual-machine:~$ sudo evtest
No device specified, trying to scan all of /dev/input/event*
Available devices:
/dev/input/event0: Power Button
/dev/input/event1: AT Translated Set 2 keyboard
/dev/input/event2: VMware VMware Virtual USB Mouse
/dev/input/event3: VMware VMware Virtual USB Mouse
/dev/input/event4: ImPS/2 Generic Wheel Mouse
/dev/input/event5: Saitek Cyborg M.M.O.7 Gaming Mouse
/dev/input/event6: Thermaltake Tt eSPORTS MEKA G UNIT gaming keyboard
/dev/input/event7: Thermaltake Tt eSPORTS MEKA G UNIT gaming keyboard
/dev/input/event8: Thermaltake Tt eSPORTS MEKA G UNIT gaming keyboard
Select the device event number [0-8]:
GIMX0.51
xxxx@xxxx-virtual-machine:~$ sudo evtest
No device specified, trying to scan all of /dev/input/event*
Available devices:
/dev/input/event0: Power Button
/dev/input/event1: AT Translated Set 2 keyboard
/dev/input/event2: ImPS/2 Generic Wheel Mouse
/dev/input/event3: VMware VMware Virtual USB Mouse
/dev/input/event4: VMware VMware Virtual USB Mouse
/dev/input/event5: Thermaltake Tt eSPORTS MEKA G UNIT gaming keyboard
/dev/input/event6: Thermaltake Tt eSPORTS MEKA G UNIT gaming keyboard
/dev/input/event7: Thermaltake Tt eSPORTS MEKA G UNIT gaming keyboard
/dev/input/event8: Saitek Cyborg M.M.O.7 Gaming Mouse
Select the device event number [0-8]:
What should I do from now on?
What about event that you were able to watch in 5key and enter do you want to see?
This is difference in recognition in Config
GIMX1.02
<mouse name="Saitek Cyborg M.M.O.7 Gaming Mouse" id="0" mode="Aiming" buffer_size="1" filter="0.00"/>
<device type="keyboard" id="0" name="Thermaltake Tt eSPORTS MEKA G UNIT gaming keyboard"/>
GIMX0.51
<device type="joystick" id="0" name="Saitek Cyborg M.M.O.7 Gaming Mouse"/>
<device type="keyboard" id="0" name="Thermaltake Tt eSPORTS MEKA G UNIT gaming keyboard"/>
GIMX1.02
xxxx@xxxx-virtual-machine:~$ sudo evtest
No device specified, trying to scan all of /dev/input/event*
Available devices:
/dev/input/event0: Power Button
/dev/input/event1: AT Translated Set 2 keyboard
/dev/input/event2: VMware VMware Virtual USB Mouse
/dev/input/event3: VMware VMware Virtual USB Mouse
/dev/input/event4: ImPS/2 Generic Wheel Mouse
/dev/input/event5: Saitek Cyborg M.M.O.7 Gaming Mouse
/dev/input/event6: Thermaltake Tt eSPORTS MEKA G UNIT gaming keyboard
/dev/input/event7: Thermaltake Tt eSPORTS MEKA G UNIT gaming keyboard
/dev/input/event8: Thermaltake Tt eSPORTS MEKA G UNIT gaming keyboard
Select the device event number [0-8]:
GIMX0.51
xxxx@xxxx-virtual-machine:~$ sudo evtest
No device specified, trying to scan all of /dev/input/event*
Available devices:
/dev/input/event0: Power Button
/dev/input/event1: AT Translated Set 2 keyboard
/dev/input/event2: ImPS/2 Generic Wheel Mouse
/dev/input/event3: VMware VMware Virtual USB Mouse
/dev/input/event4: VMware VMware Virtual USB Mouse
/dev/input/event5: Thermaltake Tt eSPORTS MEKA G UNIT gaming keyboard
/dev/input/event6: Thermaltake Tt eSPORTS MEKA G UNIT gaming keyboard
/dev/input/event7: Thermaltake Tt eSPORTS MEKA G UNIT gaming keyboard
/dev/input/event8: Saitek Cyborg M.M.O.7 Gaming Mouse
Select the device event number [0-8]:
What should I do from now on?
What about event that you were able to watch in 5key and enter do you want to see?
This is difference in recognition in Config
GIMX1.02
<mouse name="Saitek Cyborg M.M.O.7 Gaming Mouse" id="0" mode="Aiming" buffer_size="1" filter="0.00"/>
<device type="keyboard" id="0" name="Thermaltake Tt eSPORTS MEKA G UNIT gaming keyboard"/>
GIMX0.51
<device type="joystick" id="0" name="Saitek Cyborg M.M.O.7 Gaming Mouse"/>
<device type="keyboard" id="0" name="Thermaltake Tt eSPORTS MEKA G UNIT gaming keyboard"/>
Re: My mouse MMO.7
Quote from the wiki:
Running GIMX in a virtual machine (vmware, virtualbox...) is NOT OFFICIALY supported (no help will be given for that).
GIMX creator