M-H wrote: 
> Hi Raphy,
> Not sure what you mean to say.
> Hidden pointer but support included = 
> Not visible but jet a working mouse ?
> Or  
> The mouse is working for the OS but is suppressed for the jivelite
> session on the 7 inch screen ?
> 
> To my recollection I could not get a single response from the mouse
> actions in the jivelite screen, but if I need to click on specific
> points it is hard to do that blind.
> Keyboard cursor control however was more obvious on the screen. If you
> would have a list of keys supported , it would help.
> And sorry , Yes I do use jivelite, but never had my hand on the genuine
> logitech hardware.

The mouse is suppressed in picoreplayer when the rpi 7" screen attached
to the rpi.

If you want to use the mouse, instead of the touch screen, you need to
ssh into pcp and override the suppression.

First you need to change do_rebootstuff.sh as described in 'this post'
(http://forums.slimdevices.com/showthread.php?103330-Jivelite-for-piCorePlayer&p=843202&viewfull=1#post843202).

Then you need to add these lines to /mnt/mmcblk0p2/tce/jivelite.sh


Code:
--------------------
    --- /opt/jivelite/bin/jivelite.sh
  +++ /mnt/mmcblk0p2/tce/jivelite.sh
  @@ -5,10 +5,13 @@
  
  export HOME=/home/tc
  export JIVE_FRAMERATE=22
  +unset JIVE_NOCURSOR
  +unset SDL_MOUSEDRV
  +unset SDL_MOUSEDEV
  
  /usr/sbin/fbset -depth 32
  
  while true; do
  sleep 3
  -    /opt/jivelite/bin/jivelite > /dev/null 2>&1
  +    /opt/jivelite/bin/jivelite > /mnt/mmcblk0p2/tce/jivelite.log 2>&1
  done
  
--------------------

If you don't care about the log then leave /dev/null.

Finally save the changes and reboot pcp.

pcp br



Ralphy

*1*-Touch, *5*-Classics, *3*-Booms, *1*-UE Radio
'Squeezebox client builds'
(https://sourceforge.net/projects/lmsclients/files/) 'donations'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=LL5P6365KQEXN&lc=CA&item_name=Squeezebox%20client%20builds&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted)
always appreciated.
------------------------------------------------------------------------
ralphy's Profile: http://forums.slimdevices.com/member.php?userid=3484
View this thread: http://forums.slimdevices.com/showthread.php?t=103330

_______________________________________________
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to