Hello

I put steps I used to install squeezelite + jivelite on raspi B+ with
piTFT2.8"

    
- Download and install squeezeplug on your sdcard
  (http://www.squeezeplug.eu/)
- Configure what you need (expand partition, timezone, root password,
  hostname) launching "setup"
- From installer install squeezelite and choose sound card
- Install piTFT using this tutorial
  
https://learn.adafruit.com/downloads/pdf/adafruit-pitft-28-inch-resistive-touchscreen-display-raspberry-pi.pdf
- Then clone jivelite sources using one of repository that already
  implements piTFT customized skin
  (https://code.google.com/p/jivelite/source/clones): "git clone
  <repository>"
- Install dependencies needed to compile jivelite: aptitude install
  liblua5.1-0-dev libsdl1.2-dev libluajit-5.1-dev libsdl-image1.2-dev
  libsdl-ttf2.0-dev libsdl-gfx1.2-dev libexpat1-dev
- Then compile jivelite: "cd <repository>; make PREFIX=/usr"
- After compilation done, you should have <repository>/bin/jivelite
  executable available.
- To launch jivelite execute "SDL_FBDEV=/dev/fb1
  <repository>/bin/jivelite.
  
Hope this will help some people.

By the way, I have just one thing that doesn't work: when i launch
jivelite, mouse pointer isn't calibrated while it is ok under X.
By not calibrated i mean left is on right, top on bottom and position
seems not correct too. I tried all adafruit calibration tutorial but it
has no effects on jivelite.
Is somebody know what is my problem ?

Thank you for your help


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