If your cursor movement is good then it is just a matter of calibration the screen I think.
Regarding inverted screen: in file ts.conf add swap_xy=1 to line with module linear like it is done in ts.conf-generic.
Posts by vpeter
-
-
Good. I assume you need to adjust len parameter in ts.conf.
Sadly tool xxd is not included by addon. Which RPi image version you are using and I will compile it for you. -
-
Code
Input device ID: bus 0x3 vendor 0xeef product 0x1 version 0x210 Input device name: "eGalax Inc. USB TouchController"
Seems to me this is waveshare thing.
In ts_env.sh change PRODUCT_PID to 0210.
But this was only tested with display which had PRODUCT_PID=0005 and I don't know if your display will work too. Because this is hidraw device there is another entry in ts.conf named
len=22 indicates how much data it sends on one touch. You can read more here and if didn't work try len=25. If you can't figure out then you would need to use xxd tool to analyze the hidraw data (not included in addon).Also if using non-waveshare display then in file ts_env.sh TOUCHSCREEN_NAME variable must be set.
-
You are correct: it is missing from the repo. But good news is that it will be fixed in a day or two.
-
This addon doesn't work magically when it is installed - it must be manually configured as written multiple times.
In folder /storage/.kodi/userdata/addon_data/service.touchscreen there are few files. You need to copy ts.conf and ts_env.sh based on samples there. I don't know what kind of display is this. If it is real egalax then use files ts.conf-generic and ts_env.sh-sample. If this is waveshare type then use waveshare files. After reboot calibration should work.
-
From what I see bash is used only by sapphire driver package.
Code
Display More############################################## # LibreELEC # # http://libreelec.tv # ############################################## LibreELEC (community) Version: 7.90.009 LibreELEC:~ # which bash /bin/bash LibreELEC:~ # ls -l /bin/bash lrwxrwxrwx 1 root root 7 Dec 4 06:08 /bin/bash -> busybox
[hr]
From what I see bash is used only by sapphire driver package.Code
Display More############################################## # LibreELEC # # http://libreelec.tv # ############################################## LibreELEC (community) Version: 7.90.009 LibreELEC:~ # which bash /bin/bash LibreELEC:~ # ls -l /bin/bash lrwxrwxrwx 1 root root 7 Dec 4 06:08 /bin/bash -> busybox
-
Run script on USB stick insert: LibreELEC
Also usually on disks are partitions and you need to use partition sdbX and not disk sdb. Also partition must be mounted first before copying.
-
does this site has any public proposal for hiring its developer, such as how much money one need to spend for supporting a single product for one year, lets say something like this
kszaq only > $1000 /year
escalade only > $2000 / yearteam work > $5000 /year
not so much but its better thank coffee donation, isn't it
if it does this way, maybe all company or start up would consider ask them for help
I think you will need to multiply your numbers by a lot -
I personally have a subscription by *** URL REMOVED ***
Out of curiosity I'm wondering the stream quality? HD/SD, ... ? -
From here:
Quote
display_rotate isn't designed for the LCD, doesn't adjust touchscreen coordinates, and will also affect the HDMI display if you try to use both displays, so should be avoided if possible.I think what the correct display orientation is will be something not everyone will agree on. However if you prefer the other orientation then lcd_rotate=2 is the solution.
I think you should try lcd_rotate=2 instead of display_rotate=2. -
Get yourself proper internet connection?
You can download image directly on LibreELEC download page - but it is little hidden.
LibreELEC-imx6.arm-7.0.2.img.gz
LibreELEC-imx6.arm-7.90.008.img.gz -
I got it working just few minutes ago, by running the script (spotify-script.sh in my first post) from autostart.sh.Script you posted has error so I don't know how can it work
- you have
inside. -
-
If there is no LABEL run then this will not work for you - it was added not long time back.
No idea for your second question - don't have any UEFI capable system.
-
I don't know what happen but you can avoid creating second USB stick.
After first one is created with Creator tool open file syslinux.cfg. There is a line
change that to
Also change file in EFI folder. After you will boot from this stick it will be just like installed (and you would avoid one step). -
Please give me a hint how to correct this. Is this a problem of settings or of the build?
Maybe this issue will be resolved by itself in next builds because no one around here can fix it. And it is probably the build itself not the settings. -
I see no reason why would fail then. And you don't need to use sudo - the point of all those changes were exactly that
Sadly I can't really help much anymore. If you could provide remote access then maybe I could try something and see with my own eyes what is going on