Keeze wrote: 
> Hi George,
> 
> Over here I have a Raspberry pi with an 2.2" (320x240) screen and
> JiveLite (finaly) up and running.
> 
> Steps:
> 1) Hacked the  WQVGAsmallSkin to run on 320x240 (copied the folder and
> renamed it to LCDSkin and editted the applet)
> 2) Setup the screen on a HDMI device
> 3) Let PI login automatic when the Pi starts
> 4) at the end of .bashrc (in /home/pi) added the line 
> > 
Code:
--------------------
  >   > sudo SDL_FBDEV=/dev/fb1 /home/pi/jivelite/bin/jivelite &
--------------------
> > 
> 
> ToDo:
> - Better is to create a new user for this action because when I ssh to
> the pi the last line in .bashrc is executed again
> - finetune the new skin, resize imagefiles
> - add buttons and a rotary encoder to emulate keystrokes with pikeyd
> (the universal keyboard deamon)
> 
> Tried to add a zip with the skin, but I think the zip is to big, so I
> only added the .lua files to the zip. Unzip the LCDSkin to
> jivelite/share/jive/applets, copy the image-folder from WQVGAsmallSkin
> inside the LCDSkin-folder.
> 
> Succes!
> 
> Cheers,
> Kees


GREAT!!!
Thank you!

But I have some problem with mouse
I see this (so touch work bad) even if I use

Code:
--------------------
    exec sudo SDL_VIDEODRIVER=fbcon SDL_FBDEV=/dev/fb1 
SDL_MOUSEDEV=/dev/input/touchscreen SDL_MOUSEDRV=TSLIB 
/root/jivelite/bin/jivelite &
--------------------


Any solution?
Thanks


------------------------------------------------------------------------
Microchip's Profile: http://forums.slimdevices.com/member.php?userid=65995
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