Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


Solved: Touch not working correct
#8
(04-28-2024, 12:19 PM)felix1024 Wrote:
(04-28-2024, 11:10 AM)Tim Curtis Wrote: Got it.

I'll add a "Screen size" option to the Local Display section to allow automatic detection to be overridden.

Well while doing further tests and comparing with the pi4 install it seems that the fbset difference has nothing to do with the touch anomaly.

I tested this change in .xinitrc without any improvement in touch behaviour:
Code:
fbset --geometry 400 1280 400 1280 16

# Capture screen size
SCREENSIZE="$(fbset -s | awk '$1 == "geometry" { print $3","$2 }')"
#SCREENSIZE="1280,400"

note the inversion of params in awk statement

now screen is as before but touch still misbehaving
although fbset -s now gives expected values: (exactly the same as on the pi4 lite install)
Code:
felix@moode:~ $ fbset -s

mode "400x1280"
   geometry 400 1280 400 1280 16
   timings 0 0 0 0 0 0 0
   accel true
   rgba 5/11,6/5,5/0,0/0
endmode

I compared installed X11 packets, but could not find differences. Looking further...

Kindly Felix

Interesting. I'll hold off until the root cause is identified.
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
Reply


Messages In This Thread
Touch not working correct - by felix1024 - 04-24-2024, 02:45 PM
RE: Touch not working correct - by felix1024 - 04-27-2024, 04:30 PM
RE: Touch not working correct - by Tim Curtis - 04-27-2024, 07:06 PM
RE: Touch not working correct - by felix1024 - 04-28-2024, 09:35 AM
RE: Touch not working correct - by Tim Curtis - 04-28-2024, 11:10 AM
RE: Touch not working correct - by felix1024 - 04-28-2024, 12:19 PM
RE: Touch not working correct - by Tim Curtis - 04-28-2024, 01:01 PM
RE: Touch not working correct - by popeye65 - 04-28-2024, 12:30 PM
RE: Touch not working correct - by Tim Curtis - 04-28-2024, 01:12 PM
RE: Touch not working correct - by felix1024 - 04-30-2024, 03:08 PM
RE: Touch not working correct - by Tim Curtis - 04-30-2024, 05:50 PM
RE: Touch not working correct - by felix1024 - 05-02-2024, 05:34 PM
RE: Touch not working correct - by Tim Curtis - 05-02-2024, 10:16 PM
RE: Touch not working correct - by fdealexa - 05-03-2024, 12:05 AM

Forum Jump: