Page 1 of 1

GIMX 5.4 on RaspberryPi

Posted: Wed Nov 18, 2015 10:51 pm
by Aige
Hello,

i am not able to install the newes version of gimx on my raspberry pi.
i always get the message "Dependency is not satisfiable: libstdc++6 (>= 4.9)

http://s8.postimg.org/uhra2sclx/image.png

i really tried everything i could to update libstdc++6, but it seems like there is no higher version than 4.8 for my Pi available :/


pi@raspberrypi ~ $ uname -a
Linux raspberrypi 4.1.13+ #826 PREEMPT Fri Nov 13 20:13:22 GMT 2015 armv6l GNU/Linux


help :?

Re: GIMX 5.4 on RaspberryPi

Posted: Thu Nov 19, 2015 8:41 pm
by Matlo
Hi,

You are probably using Raspbian Wheezy. The only supported Raspbian version is now Jessie.

Re: GIMX 5.4 on RaspberryPi

Posted: Thu Nov 19, 2015 9:00 pm
by Aige
yeah, i switched to Jessie and was able to install 5.4!!

but now i have another problem:
I try to use the Pi with the DIY-USB Adapter.
But its stuttering like hell! Impossible to play. I dont know whats wrong. Probably something with the CP2102...

I try to setup Pi over Bluetooth. With Weezy Bluetooth worked fine...

Re: GIMX 5.4 on RaspberryPi

Posted: Thu Nov 19, 2015 9:27 pm
by Matlo
Your mouse is probably being polled too fast.
Try adding usbhid.mousepoll=4 to the /boot/cmdline.txt file and reboot.
If it still lags, try values higher than 4.

Re: GIMX 5.4 on RaspberryPi

Posted: Thu Nov 19, 2015 9:49 pm
by Aige

Re: GIMX 5.4 on RaspberryPi

Posted: Thu Nov 19, 2015 10:04 pm
by Aige
aaahh it worked!!!
usbhid.mousepoll=4 - are this 250Hz?

Re: GIMX 5.4 on RaspberryPi

Posted: Fri Nov 20, 2015 7:02 am
by Matlo
Yes, 4 is the polling period in ms.