← Back to team overview

ubuntu-x-swat team mailing list archive

[Bug 598331] Re: Touchscreen inverted x-axis evtouch driver

 

Take a look here https://bugs.launchpad.net/ubuntu/+source/xf86-input-
evtouch/+bug/557566

Now the config file is located at
/usr/lib/X11/xorg.conf.d/10-evtouch.conf. put the values of you fdi file
there and it should work, this is mine for a 7"touchsceen@1024x768:


Section "InputClass"
	Identifier "touchscreen catchall"
	MatchIsTouchscreen "on"
	Driver "evtouch"
    Option "MinX" "240"
    Option "MinY" "90"
    Option "MaxX" "1850"
    Option "MaxY" "1950"
#    Option "ReportingMode" "Raw"
    Option "Emulate3Buttons"
    Option "Emulate3Timeout" "50"
#    Option "SendCoreEvents" "On"
    Option "Rotate" "ccw"

EndSection

-- 
Touchscreen inverted x-axis evtouch driver
https://bugs.launchpad.net/bugs/598331
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xf86-input-evtouch in ubuntu.



References