Quantcast
Viewing all articles
Browse latest Browse all 1518

Jivelite on buster lite RPi2

I am trying to get jivelite running on an RPi2 with buster lite, I've finagled things to almost work.
I am using this screen (sorry first post so cannot post the link) 7inch_HDMI_Display-C on lcdwiki
The resolution is 1024x600

The touch calibration is off, but only with jivelite.
So is the fix to build libsdl1.2 with tslib support locally on the box

One other thing puzzles me, and it is to do with permissions

Code:

pi@raspberrypi2:~/tslib/tests $ ls -l /dev/fb0 e.c
crw-rw---- 1 root video 29, 0 Dec 27 14:17 /dev/fb0
pi@raspberrypi2:~/tslib/tests $ ls -l /dev/input/
total 0
drwxr-xr-x 2 root root      60 Dec 27 14:17 by-id
drwxr-xr-x 2 root root      60 Dec 27 14:17 by-path
crw-rw---- 1 root input 13, 64 Dec 27 14:17 event0
crw-rw---- 1 root input 13, 65 Dec 27 14:17 event1
crw-rw---- 1 root input 13, 63 Dec 27 14:17 mice
crw-rw---- 1 root input 13, 32 Dec 27 14:17 mouse0

user pi belongs to groups video and input, yet I have to lanch jivelite with sudo. What am I missing?

Viewing all articles
Browse latest Browse all 1518

Trending Articles