ILITEK Touch Screeen

Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
zeroptr
Level 1
Level 1
Posts: 5
Joined: Thu Apr 01, 2021 5:10 am

ILITEK Touch Screeen

Post by zeroptr »

Hi
I'm using Linux Mint XFCE 20.04 my device has ilitek multitouch touch screen..

At my devices list
ILITEK ILITEK-TP
ILITEK ILITEK-TP Mouse

Shown.. My Application needs to have the Touchscreen input as Mouse..
When I disable ILITEK ILITEK-TP on the system ILITEK ILITEK-TP Mouse also doesn't work and all my Touch capability lost.

How can I solve this..
best regards..
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
SMG
Level 25
Level 25
Posts: 31972
Joined: Sun Jul 26, 2020 6:15 pm
Location: USA

Re: ILITEK Touch Screeen

Post by SMG »

Welcome to the forum, zeroptr.

What is the output of xinput?
zeroptr wrote: Thu Apr 01, 2021 5:17 amMy Application needs to have the Touchscreen input as Mouse..
What is the application?
zeroptr wrote: Thu Apr 01, 2021 5:17 amWhen I disable ILITEK ILITEK-TP on the system ILITEK ILITEK-TP Mouse also doesn't work and all my Touch capability lost.
If you disable the touchscreen, then it makes sense that you would lose Touch capability. I am not understanding how you expect to disable the screen (which disables touch), but then expect to use the screen as mouse by touching the screen.

What exactly are you wanting to do?
Image
A woman typing on a laptop with LM20.3 Cinnamon.
zeroptr
Level 1
Level 1
Posts: 5
Joined: Thu Apr 01, 2021 5:10 am

Re: ILITEK Touch Screeen

Post by zeroptr »

zeroptr wrote: Thu Apr 01, 2021 5:17 amMy Application needs to have the Touchscreen input as Mouse..
What is the application?

My application is an application written with Qt5.7 runs on Linux Mint

What exactly are you wanting to do?

I want to have the touch screen emulation mouse..
User avatar
SMG
Level 25
Level 25
Posts: 31972
Joined: Sun Jul 26, 2020 6:15 pm
Location: USA

Re: ILITEK Touch Screeen

Post by SMG »

zeroptr wrote: Mon Apr 05, 2021 9:00 amMy application is an application written with Qt5.7 runs on Linux Mint
I was wanting to know the name of the application as I thought it might help me figure out what it is you want to do.
zeroptr wrote: Mon Apr 05, 2021 9:00 amWhat exactly are you wanting to do?

I want to have the touch screen emulation mouse..
Then you have to leave the touchscreen turned on. You can not turn off the touchscreen and then expect the touchscreen to work as a mouse or as anything else.

I am not really understanding exactly what you want to do, but maybe this thread will help you Touchscreen and mouse as separate inputs?.

If that does not help, we will need a better explanation of what you are trying to accomplish to be able to help you.
Image
A woman typing on a laptop with LM20.3 Cinnamon.
zeroptr
Level 1
Level 1
Posts: 5
Joined: Thu Apr 01, 2021 5:10 am

Re: ILITEK Touch Screeen

Post by zeroptr »

this is my xinput output

⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ HID 04f3:0103 Consumer Control id=13 [slave pointer (2)]
⎜ ↳ HID 1241:1177 id=15 [slave pointer (2)]
⎜ ↳ ILITEK ILITEK-TP Mouse id=11 [slave pointer (2)]
⎜ ↳ ILITEK ILITEK-TP id=10 [slave pointer (2)]
⎣ Virtual core keyboard id=3 [master keyboard (2)]
↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
↳ Power Button id=6 [slave keyboadrd (3)]
↳ Video Bus id=7 [slave keyboard (3)]
↳ Power Button id=8 [slave keyboard (3)]
↳ Sleep Button id=9 [slave keyboard (3)]
↳ HID 04f3:0103 id=12 [slave keyboard (3)]
↳ HID 04f3:0103 System Control id=14 [slave keyboard (3)]
↳ HID 04f3:0103 Consumer Control id=16 [slave keyboard (3)]

the machine vas not near me so I could not send u this before sorry ..

as seen at the list there is two devices for ilitek
⎜ ↳ ILITEK ILITEK-TP Mouse id=11 [slave pointer (2)]
⎜ ↳ ILITEK ILITEK-TP id=10 [slave pointer (2)]

ILITEK ILITEK-TP Mouse I think the mouse emulator for touch screen..

Many touchscreen porducers have an option at their software like "act as mouse" I used 3m touch devices and they have it..
at that option touch screen sends the "click" signals as mouse click not touch "click"

I try to solve this with software that I wrote I put setattribute(Qt::WA_AcceptTouchEvents) but this doesn't help me at all..

I'm deadly in need of solving this..
thanks..
User avatar
SMG
Level 25
Level 25
Posts: 31972
Joined: Sun Jul 26, 2020 6:15 pm
Location: USA

Re: ILITEK Touch Screeen

Post by SMG »

zeroptr wrote: Wed Apr 07, 2021 8:28 amas seen at the list there is two devices for ilitek
⎜ ↳ ILITEK ILITEK-TP Mouse id=11 [slave pointer (2)]
⎜ ↳ ILITEK ILITEK-TP id=10 [slave pointer (2)]

ILITEK ILITEK-TP Mouse I think the mouse emulator for touch screen..
Correct.
zeroptr wrote: Wed Apr 07, 2021 8:28 amMany touchscreen porducers have an option at their software like "act as mouse" I used 3m touch devices and they have it..
at that option touch screen sends the "click" signals as mouse click not touch "click"
That sounds like it is separate software made specifically for that device. Are you asking if there is separate ILITEK software for Linux? I do not understand why you are mentioning the 3M device.

The ILITEK device is showing a Mouse is available and for this boot session and it is id=11. Please see the link I provided earlier for more information Touchscreen and mouse as separate inputs? on how the id's are used.
zeroptr wrote: Wed Apr 07, 2021 8:28 amI try to solve this with software that I wrote I put setattribute(Qt::WA_AcceptTouchEvents) but this doesn't help me at all..
Your software code seems like it is looking for a touchscreen and not a mouse, but I have not written Qt apps, so I am not sure.
Image
A woman typing on a laptop with LM20.3 Cinnamon.
zeroptr
Level 1
Level 1
Posts: 5
Joined: Thu Apr 01, 2021 5:10 am

Re: ILITEK Touch Screeen

Post by zeroptr »

Please see the link I provided earlier for more information Touchscreen and mouse as separate inputs? on how the id's are used.
SMG wrote: Wed Apr 07, 2021 12:09 pm The ILITEK device is showing a Mouse is available and for this boot session and it is id=11. Please see the link I provided earlier for more information Touchscreen and mouse as separate inputs? on how the id's are used.
I see this at your prior message and tried unfortunately it give 2 cusrsors at screen and not acting like a mouse..
User avatar
SMG
Level 25
Level 25
Posts: 31972
Joined: Sun Jul 26, 2020 6:15 pm
Location: USA

Re: ILITEK Touch Screeen

Post by SMG »

I have no further ideas. Maybe someone else will be able to help you.
Image
A woman typing on a laptop with LM20.3 Cinnamon.
zeroptr
Level 1
Level 1
Posts: 5
Joined: Thu Apr 01, 2021 5:10 am

Re: ILITEK Touch Screeen

Post by zeroptr »

Hi,
Suprisingly when I change the system from XFCE to Cinnamon The probem magically solved (with gtk3 my guess)..
User avatar
SMG
Level 25
Level 25
Posts: 31972
Joined: Sun Jul 26, 2020 6:15 pm
Location: USA

Re: ILITEK Touch Screeen

Post by SMG »

zeroptr wrote: Tue Apr 20, 2021 4:45 am Hi,
Suprisingly when I change the system from XFCE to Cinnamon The probem magically solved (with gtk3 my guess)..
Interesting! Thanks for the feedback.
I do not know about gtk3 differences, but Cinnamon has a different windows manager than Xfce.
Image
A woman typing on a laptop with LM20.3 Cinnamon.
Locked

Return to “Graphics Cards & Monitors”