You are not logged in.
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
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