News:

Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com

Main Menu

wii remove cursor hover wrong menu item

Started by polly, January 10, 2012, 11:24:59 PM

Previous topic - Next topic

polly

Hello,

my Wii Mote works pretty good on 1004.
When i hover a menu item some other (random) menu item is marked as hoverd (red outline) and sometimes jumping around.

see the video its better than my description  :-)
http://dokuwiki.knallimall.org/linuxmce_macmini4_1?&#cursor_menu_issue

i followed the instructions here: http://wiki.linuxmce.org/index.php/Nintendo_WiiMote


Is there a way to fix this issue?


Thanks in advance

Cheers,

polly

The Problem was caused by the auto-installed Gamepad.

Solution for 1004:
1. Delete all Gamepad Devices from your device tree
2. Edit /usr/pluto/bin/Gamepad_Detect.sh and add  a "exit 0" (insert it before "done")

...
sleep 5

### FIX FOR GAMEPAD
exit 0

done


3. reboot


Thanks to tschak for the solution/wokraround


phenigma

Any chance of you adding that to the wiki for future users?

J.
My setup: [url="http://wiki.linuxmce.org/index.php/User:Phenigma"]http://wiki.linuxmce.org/index.php/User:Phenigma[/url]

tschak909

I need someone to look at the USB_Game_Pad code and seeing if we can make a sane fix for this.

-Thom

polly

i'll add it to the wiki. But not now...

actually i'm not good at coding.... but I'll have a look.