Disable the touchscreen of a hp Pavilion 23 (Solved)

Moderators: 666philb, Forum moderators

Post Reply
User avatar
peppyy
Posts: 330
Joined: Fri Jan 22, 2021 2:11 pm
Location: VT USA
Has thanked: 66 times
Been thanked: 28 times

Disable the touchscreen of a hp Pavilion 23 (Solved)

Post by peppyy »

On my wife's hp Pavilion 23 all in one I am trying to disable the touchscreen. Here is the output from xinput.

Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ Logitech M310 id=9 [slave pointer (2)]
⎜ ↳ Logitech K520 id=10 [slave pointer (2)]
⎜ ↳ Logitech Optical USB Mouse id=11 [slave pointer (2)]
⎜ ↳ NextWindow Touchscreen touch id=12 [slave pointer (2)]
⎜ ↳ NextWindow Touchscreen Mouse id=13 [slave pointer (2)]
⎜ ↳ NextWindow Touchscreen id=14 [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 keyboard (3)]
↳ Video Bus id=7 [slave keyboard (3)]
↳ Power Button id=8 [slave keyboard (3)]
↳ HP High Definition 1MP Webcam: id=15 [slave keyboard (3)]
↳ HP WMI hotkeys id=16 [slave keyboard (3)]
↳ Logitech K520

I blacklisted the hid-touchscreen module and that didn't help. I am guessing there must be a way to disable it using id=12, id=13 and id=14 somewhere in xorg but I can't track it down.
Where and how do I disable this?

Last edited by peppyy on Tue Jan 10, 2023 4:12 pm, edited 1 time in total.

Puppy Linux. It just works!
Foassapup 9.5 64-(Frugal) Mobo, M5A99FX PRO - CPU, AMD FX-6300 6 core - mem,32GB - Storage
ssd 128GB M4 - ssd-256GB APS - ssd-1TB PNY - GPU GeForce GTX 1060 GAMING X 6G. Yes it's a Mutt.

User avatar
peppyy
Posts: 330
Joined: Fri Jan 22, 2021 2:11 pm
Location: VT USA
Has thanked: 66 times
Been thanked: 28 times

Re: Disable Touchscreen

Post by peppyy »

What not to try :oops:
I read that you can edit the MatchIsTouchscreen "on" to "off" in etc/x11/xorg.config.d/90-touchscreen-rightclick.conf

Didn't turn the touchscreen off, but it did kill the keyboard and mouse. My wife was not amused. :shock:
I was happy that puppy has an on screen keyboard that works on the touchscreen so I could edit it back to "on".

One of the best chuckles I have has in quite a while.
Still no luck shutting it off though.

Puppy Linux. It just works!
Foassapup 9.5 64-(Frugal) Mobo, M5A99FX PRO - CPU, AMD FX-6300 6 core - mem,32GB - Storage
ssd 128GB M4 - ssd-256GB APS - ssd-1TB PNY - GPU GeForce GTX 1060 GAMING X 6G. Yes it's a Mutt.

User avatar
bigpup
Moderator
Posts: 6831
Joined: Tue Jul 14, 2020 11:19 pm
Location: Earth, South Eastern U.S.
Has thanked: 873 times
Been thanked: 1470 times

Re: How to disable the touchscreen of a hp Pavilion 23?

Post by bigpup »

Try this.
https://oldforum.puppylinux.com/viewtop ... 92#p985392

I do not have a touchscreen to fully check this, but they report it working in this topic.

The things you do not tell us, are usually the clue to fixing the problem.
When I was a kid, I wanted to be older.
This is not what I expected :o

User avatar
peppyy
Posts: 330
Joined: Fri Jan 22, 2021 2:11 pm
Location: VT USA
Has thanked: 66 times
Been thanked: 28 times

Re: How to disable the touchscreen of a hp Pavilion 23?

Post by peppyy »

@bigpup doing this and restarting x looks encouraging :thumbup2:

This solution appears to work.
in /usr/share/X11/xorg.conf.d/10-evdev.conf
add the line Option "ignore" "on"

Code: Select all

Section "InputClass"
Identifier "evdev touchscreen catchall"
MatchIsTouchscreen "on"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
Option "Ignore" "on"
EndSection

Thanks, I looked everywhere until you found it on the old forum. The person who asked the question was Joey Bloggz

Puppy Linux. It just works!
Foassapup 9.5 64-(Frugal) Mobo, M5A99FX PRO - CPU, AMD FX-6300 6 core - mem,32GB - Storage
ssd 128GB M4 - ssd-256GB APS - ssd-1TB PNY - GPU GeForce GTX 1060 GAMING X 6G. Yes it's a Mutt.

Post Reply

Return to “Fossapup64”