You are not logged in.

#1 2021-01-09 20:15

zearid
Member
Registered: 2021-01-09
Posts: 1

Tecra M4 - no screen touch drivers (second mouse)

Hi. I use old Tecra M4 and now installed on it Q4OS 32bit.
After installation and updates there is no drivers for touch screen (pen only) visable as second mouse. Pen won't work on this OS. Plus there is no drivers for few more devices.

Offline

#2 2021-01-11 12:04

q4osteam
Q4OS Team
Registered: 2015-12-06
Posts: 4,259
Website

Re: Tecra M4 - no screen touch drivers (second mouse)

You may need to rename files in "/etc/X11/xorg.conf.d/"

/etc/X11/xorg.conf.d/50-synaptics.conf
/etc/X11/xorg.conf.d/60-libinput.conf

so run in terminal:

$ sudo mv /etc/X11/xorg.conf.d/50-synaptics.conf /etc/X11/xorg.conf.d/.50-synaptics.conf.template
$ sudo mv /etc/X11/xorg.conf.d/60-libinput.conf /etc/X11/xorg.conf.d/.60-libinput.conf.template

The above falls back to the default vendor configuration.

Offline

Board footer

Powered by FluxBB