← Back to team overview

ubuntu-x-swat team mailing list archive

[Bug 557566] Re: evtouch does not work on Lucid

 

Merged duplicated bugs into this one, we all are affected by the same
issue:

Since ubuntu 10.04 deprecated hal and moved X's config to
/usr/lib/X11/xorg.conf.d/ calibration scripts are broken.

Tried the patch suggested by hackeron here:
https://bugs.launchpad.net/ubuntu/+source/xf86-input-evtouch/+bug/546487/comments/2

No luck,,now it doesn't complain about freemono font but segfaults on
start.

I managed to configure my touchscreen "by hand" changing
/usr/lib/X11/xorg.conf.d/10-evtouch.conf

If someone interested, this is my /usr/lib/X11/xorg.conf.d/10-evtouch
for a 7" touchscreen@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

-- 
evtouch does not work on Lucid
https://bugs.launchpad.net/bugs/557566
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xf86-input-evtouch in ubuntu.



References