ubuntu-x-swat team mailing list archive
-
ubuntu-x-swat team
-
Mailing list archive
-
Message #14979
[Bug 360770] Re: evtouch: Can't calibrate LG Flatron L1510SF
@Ben Andersen
I have this monitor as well on Ubuntu 9.04 and after installing xserver-
xorg-input-evtouch I did the following manual steps:
1. Ran the calibration, but removed everything but these lines from
/etc/evtouch/config (of course your values will most likely be
different)
MINX="246"
MINY="181"
MAXX="3827"
MAXY="3952"
2. Created /etc/hal/fdi/policy/touchscreen.fdi containing:
<?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_options.SwapX" type="string">1</merge>
<merge key="input.x11_options.SwapY" type="string">1</merge>
</match>
</match>
</device>
</deviceinfo>
3. Rebooted. Worked.
The lshal info for evtouch looks like this for me now:
udi = '/org/freedesktop/Hal/devices/usb_device_403_f9e9_noserial_if0_logicaldev_input'
button.has_state = false (bool)
info.addons.singleton = {'hald-addon-input'} (string list)
info.capabilities = {'input', 'button', 'input.touchpad'} (string list)
info.category = 'input' (string)
info.parent = '/org/freedesktop/Hal/devices/usb_device_403_f9e9_noserial_if0' (string)
info.product = 'ITM Inc USB Touch Panel' (string)
info.subsystem = 'input' (string)
info.udi = '/org/freedesktop/Hal/devices/usb_device_403_f9e9_noserial_if0_logicaldev_input' (string)
input.device = '/dev/input/event6' (string)
input.originating_device = '/org/freedesktop/Hal/devices/usb_device_403_f9e9_noserial_if0' (string)
input.product = 'ITM Inc USB Touch Panel' (string)
input.x11_driver = 'evtouch' (string)
input.x11_options.Rotate = 'CW' (string)
input.x11_options.SwapX = '1' (string)
input.x11_options.SwapY = '1' (string)
input.x11_options.Swapx = '1' (string)
input.x11_options.emulate3buttons = 'true' (string)
input.x11_options.emulate3timeout = '50' (string)
input.x11_options.maxx = '3827' (string)
input.x11_options.maxy = '3952' (string)
input.x11_options.minx = '246' (string)
input.x11_options.miny = '181' (string)
input.x11_options.reportingmode = 'raw' (string)
input.x11_options.sendcoreevents = 'on' (string)
linux.device_file = '/dev/input/event6' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'input' (string)
linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.0/input/input6/event6' (string)
Good luck!
--
evtouch: Can't calibrate LG Flatron L1510SF
https://bugs.launchpad.net/bugs/360770
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xf86-input-evtouch in ubuntu.