[Solved] Touchpad and Touchscreen not working

Need help with peripherals or devices?
Post Reply
Message
Author
Usaya
Posts: 2
Joined: 2025-02-10 09:19
Has thanked: 1 time

[Solved] Touchpad and Touchscreen not working

#1 Post by Usaya »

Hello y'all,

I recently installed Debian 12 on my Laptop. So far, most things work fine but two. After wandering through countless discussions and forums, I must admit that I am now at my wits end.

My specs are:
Operating System: Debian GNU/Linux 12
KDE Plasma Version: 5.27.5
KDE Frameworks Version: 5.103.0
Qt Version: 5.15.8
Kernel Version: 6.1.0-31-amd64 (64-bit)
Graphics Platform: Wayland
Processors: 8 × Intel® Core™ i5-1035G4 CPU @ 1.10GHz
Memory: 7.5 GiB of RAM
Graphics Processor: Mesa Intel® Iris® Plus Graphics
Manufacturer: Acer
Product Name: Spin SP314-54N
System Version: V1.13

It is a Notebook, so I have a Touchscreen and a corresponding Pen.

I am currently trying to get my touchpad to work. I've managed for it to be shown in my Settings (first it was nit detected at all) but I didn't get any further.

In my Settings, the Laptop registers a Touchpad after I copied the file "40-libinput.conf" from usr/share/X11/xorg.conf.d to etc/X11/xorg.conf.d.

I then stumbled across this forum post: https://wiki.debian.org/SynapticsTouchpad but either I do not understand it or it did not work.

Using the first command, I get: N: Name="SynPS/2 Synaptics TouchPad"
However, in my etc/X11/xorg.conf.d I cannot find a synaptics.conf file.

If you need anything else, I am glad to provide you with more information.

As far as I understood the forums, Touchscreen support does not come natively, is currently worked on and most of the time you have to try workarounds. Is that correct?

Thank you in advance!
Last edited by Usaya on 2025-02-15 12:35, edited 1 time in total.

User avatar
kalle123
Posts: 421
Joined: 2015-03-21 11:17
Location: Rhineland - Germany
Has thanked: 6 times
Been thanked: 19 times

Re: Touchpad and Touchscreen not working

#2 Post by kalle123 »

In cases like that I use to try it with different distros (Ventoy stick with Mint, MX ....) and if you are lucky, it works out of the box.

Then there is the chance (inxi) to look for hardware and driver.

Welcome to the forum ;-)

arzgi
Posts: 1831
Joined: 2008-02-21 17:03
Location: Finland
Has thanked: 1 time
Been thanked: 107 times

Re: Touchpad and Touchscreen not working

#3 Post by arzgi »

Code: Select all

arto@dell:~$ aptitude search synaptics
v   xorg-driver-synaptics        -                                      
p   xserver-xorg-input-synaptics - Synaptics TouchPad driver for X.Org s
p   xserver-xorg-input-synaptics - Synaptics TouchPad driver for X.Org s
arto@dell:~$ 

Of toucschreens I have no other experience than when I was studying some decades ago, I just hated to use some HP touch screen, as the screens were full of fingerprints.

User avatar
eriefisher
Posts: 148
Joined: 2008-06-04 03:49
Location: Ontario's West Coast
Has thanked: 1 time
Been thanked: 1 time

Re: Touchpad and Touchscreen not working

#4 Post by eriefisher »

Touchpad and touchscreen are two very different things with different drivers. The touchscreen should use the Wacom drivers. The touchpad uses the libinput or synaptics driver.
____________________________________________
There's a manual?
Siduction
Debian Sid
Xfce4 4.20

Usaya
Posts: 2
Joined: 2025-02-10 09:19
Has thanked: 1 time

Re: Touchpad and Touchscreen not working

#5 Post by Usaya »

Thank you for your tip!
kalle123 wrote: 2025-02-10 10:44 In cases like that I use to try it with different distros (Ventoy stick with Mint, MX ....) and if you are lucky, it works out of the box.

Then there is the chance (inxi) to look for hardware and driver.

Welcome to the forum ;-)
I've used Ventoy to check different Distros out, Manjaro supports everything I need out-of-the-box.

I guess that solves my problem. Thank you!

User avatar
kalle123
Posts: 421
Joined: 2015-03-21 11:17
Location: Rhineland - Germany
Has thanked: 6 times
Been thanked: 19 times

Re: Touchpad and Touchscreen not working

#6 Post by kalle123 »

Usaya wrote: 2025-02-15 12:35 I've used Ventoy to check different Distros out, Manjaro supports everything I need out-of-the-box.

I guess that solves my problem. Thank you!
Good for you, but as I am bound to the *.deb world, would hate to shift the 'Linux world'.

By the way, some days ago there was a thread in the German Debian forum on that topic.

https://debianforum.de/forum/viewtopic.php?t=191338

Think, it is possible also with Debian too, but it'll take some efforts

Only had a glance into Arch, but this is also not an easy operation system like Mint or else.

Post Reply