← Back to team overview

ubuntu-x-swat team mailing list archive

[Bug 317094] Re: evtouch meta bug to collect lshal info

 

Silver Kuo, owenspa and other Vaio UX users:

try adding this file to /etc/hal/fdi/policy/gunzetouch.fdi:

<?xml version="1.0" encoding="ISO-8859-1" ?>
<deviceinfo version="0.2">
<device>
  <match key="info.product" contains="GUNZE USB Touch Panel">
	<merge key="input.x11_driver" type="string">evtouch</merge>
	<merge key="input.x11_options.ReportingMode" type="string">Raw</merge>
	<merge key="input.x11_options.Emulate3Buttons" type="string">false</merge>
	<merge key="input.x11_options.Emulate3Timeout" type="string">1</merge>
	<merge key="input.x11_options.SendCoreEvents" type="string">On</merge> 
	<merge key="input.x11_options.MinX" type="string">35</merge>
	<merge key="input.x11_options.MinY" type="string">37</merge>
	<merge key="input.x11_options.MaxX" type="string">990</merge>
	<merge key="input.x11_options.MaxY" type="string">986</merge>
  </match>
</device>
</deviceinfo>

or change setting to your liking. After a reboot you should be able to
run the calibration tool.

NOTE: I have experienced freezes after taking evtouch into use in
Jaunty, so be ware! Please let me know if this works for you.

Could somebody who knows what they're doing have a look at this fdi and
tell me if it's ok? I hacked this together without really knowing what I
was doing... Once polished should this be added to the evtouch or hal
package?

-- 
evtouch meta bug to collect lshal info
https://bugs.launchpad.net/bugs/317094
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xf86-input-evtouch in ubuntu.



Follow ups