Subject: Re: X11 and touchscreen
To: Roger Brooks <R.S.Brooks@liverpool.ac.uk>
From: Matthias Drochner <M.Drochner@fz-juelich.de>
List: current-users
Date: 05/09/2000 19:33:14
R.S.Brooks@liverpool.ac.uk said:
> According to the Xfree86 website, there is XInput extension support
> for the MicroTouch touch screen

Thanks - Matthieu Herrb had pointed me at it, and it works
in the meantime.

The config file part is appended.

best regards
Matthias


Section "Module"
	Load "xf86MuTouch.so"
EndSection

Section "XInput"
	Subsection "MicrotouchFinger"
		Port "/dev/ttyS0"
		AlwaysCore
		MinimumXPosition 100
		MaximumXPosition 16500
		MinimumYPosition 100
		MaximumYPosition 16000
	EndSubsection
EndSection