adamau5 wrote: 
> Hi, this is the latest raspian wheezy, with squeezelite and jivelite.
> You are right about the resolution. 
> 
> Analysing the weird behaviour further, there are infact two cursors,
> once which starts in the top left, and one which tracks my finger (with
> loss of accuracy).

Sounds like you need to calibrate the touch screen.

Here's an example from the Adafruit guide.

You may need to set environment variables before running jivelite on a
framebuffer based touchscreen.  You may need a different path for
SDL_MOUSEDEV, depending on how you've set up the touch screen device.  I
suspect you need to be root for all this.  I don't have a touch screen
to try it out.

apt-get install libts-bin

export SDL_VIDEODRIVER=fbcon
export SDL_FBDEV=/dev/fb1
export SDL_MOUSEDEV=/dev/input/touchscreen
export SDL_MOUSEDRV=TSLIB

To manually recalibrate the touchscreen.

TSLIB_FBDEVICE=/dev/fb1 TSLIB_TSDEVICE=/dev/input/touchscreen
ts_calibrate



Ralphy

*1*-Touch, *4*-Classics, *2*-Booms, *1*-Reverted UE Radio
'Squeezebox client builds'
(https://www.mediafire.com/folder/4q8dvq20iyz9e/Builds) '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=98156

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

Reply via email to