CF-53 Mint 16 Touchscreen Calibration
Posted: Mon Jan 06, 2014 1:00 am
CF-53JULA21M Nine second boot from dual boot menu with Intel 335 SSD. (Total 15 seconds from startup) W7 64bit boots in 10 from the dual boot menu.
Run Mint 16 with the following:
Install updates and upgrades after initial install.
For the Touchscreen: #leave this terminal open.
Super Key type syn [enter]
From Synaptics package manager install xinput-calibrate.
Super Key type cali [enter]
Touch the x'es.
In the terminal you left open:
Cut and paste calibration information into the blank editor and [save]
Close terminals and editor. You are supposed to have all three open at one time.
You are now calibrated and 99-calibration file will be read each time machine boots.
The 53 needed no other tweaks. If gedit is missing from any distro I:
This code works on Ubuntu and others using XORG.
note: Super key is between [Fn] and [Alt]
Jeff
Run Mint 16 with the following:
Install updates and upgrades after initial install.
For the Touchscreen:
Code: Select all
sudo mkdir /etc/X11/xorg.conf.d
Super Key type syn [enter]
From Synaptics package manager install xinput-calibrate.
Super Key type cali [enter]
Touch the x'es.
In the terminal you left open:
Code: Select all
sudo gedit /etc/X11/xorg.conf.d/99-calibration.conf
Close terminals and editor. You are supposed to have all three open at one time.

You are now calibrated and 99-calibration file will be read each time machine boots.
The 53 needed no other tweaks. If gedit is missing from any distro I:
Code: Select all
sudo apt-get install gedit
note: Super key is between [Fn] and [Alt]
Jeff
