Difference between revisions of "Touchscreen"

From Linuxintro
imported>ThorstenStaerk
imported>ThorstenStaerk
Line 8: Line 8:
 
= Ubuntu 9.04 =
 
= Ubuntu 9.04 =
 
To get your touchscreen configured with Ubuntu 9.04, use evtouch, not calibration.
 
To get your touchscreen configured with Ubuntu 9.04, use evtouch, not calibration.
  sudo apt-get install xserver-xorg-input-evtouch
+
  sudo apt-get install xserver-xorg-input-evdev
  
 
= See also =
 
= See also =
 
* http://www.rantakokko.net/tapani/blog/2009/04/29/lg-l1730sf-touch-screen-display-in-ubuntu-linux-804-hardy-heron/
 
* http://www.rantakokko.net/tapani/blog/2009/04/29/lg-l1730sf-touch-screen-display-in-ubuntu-linux-804-hardy-heron/

Revision as of 11:53, 12 August 2009

To configure your touchscreen you will have to find out your distribution.

Ubuntu 8.10

Call

calibration

and follow the on-screen instructions.

Ubuntu 9.04

To get your touchscreen configured with Ubuntu 9.04, use evtouch, not calibration.

sudo apt-get install xserver-xorg-input-evdev

See also