Comment 96 for bug 317094

Revision history for this message
Sami Mäkinen (sami-makinen-helsinki) wrote : 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?