[Bug 261873] Re: make evtouch devices work with hal-input in intrepid

Jaco Vosloo jpvosloo at gmail.com
Mon Feb 2 22:46:34 UTC 2009


This fdi file work ok for my LG L1730SF touch screen. I saved it as:
/etc/hal/fdi/policy/lgtouch.fdi

<?xml version="1.0" encoding="UTF-8"?> <!-- -*- SGML -*- -->
<deviceinfo version="0.2">
  <device>
      <match key="info.product" contains="ITM Inc USB Touch Panel">
        <match key="info.capabilities" contains="input.touchpad">
          <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">true</merge>
          <merge key="input.x11_options.emulate3timeout" type="string">50</merge>
          <merge key="input.x11_options.sendcoreevents" type="string">on</merge>
	  <merge key="input.x11_options.maxx" type="string">3815</merge>
	  <merge key="input.x11_options.maxy" type="string">3948</merge>
	  <merge key="input.x11_options.minx" type="string">295</merge>
	  <merge key="input.x11_options.miny" type="string">200</merge>
	  <merge key="input.x11_options.Rotate" type="string">CCW</merge>
	  <merge key="input.x11_options.Swapx" type="string">true</merge>
	  <merge key="input.x11_options.Swapy" type="string">false</merge>
        </match>
    </match>
  </device>
</deviceinfo>

-- 
make evtouch devices work with hal-input in intrepid
https://bugs.launchpad.net/bugs/261873
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs




More information about the universe-bugs mailing list