---------------------------------TOUCHPAD (PSMOUSE CF-29, CF-18 &?)------------------------------------------------------
1. In terminal
Code: Select all
sudo xset m 8 1
2. In terminal
Code: Select all
sudo nano /etc/modprobe.d/psmouse.conf
Code: Select all
options psmouse resolution=400
-------------------------------------CALIBRATE---------------------------------------------------------------
4. In terminal
Code: Select all
sudo mkdir /etc/X11/xorg.conf.d
5. In terminal
Code: Select all
sudo apt-get install xinput-calibrator
Code: Select all
sudo xinput_calibrator
7. A terminal was opened by calibrator....copy contents (see sample below) as you will paste it at step 9.
8. In terminal
Code: Select all
sudo nano /etc/X11/xorg.conf.d/99-calibration.conf
As usual touchpad is very slow on the CF-29 series basically driving you crazy until 1 above. You lose this with re-boot hence 2 and 3 which make the change permanent.
I did not use synaptic package manager here as this is a bit of a terminal tutorial. This information is valid for most xorg based distros. The usual caution to exactly match highlighted input. Cut and paste at will.

Enjoy.
J'd
Section "InputClass"
Identifier "calibration"
MatchProduct "LBPS/2 Fujitsu Lifebook TouchScreen"
Option "Calibration" "310 4010 308 3877"
Option "SwapAxes" "0"
EndSection