setting evdev properties from HAL?

Dan Nicholson dbn.lists at gmail.com
Wed Jul 1 06:23:16 PDT 2009


2009/7/1 Asbjørn Sannes <ace at sannes.org>:
> hi,
>
> I'm trying to make an fdi file that will do the equivalent of (which
> works great):
> xinput set-int-prop "ITM Inc USB Touch Panel" "Evdev Axis Inversion" 8 1 1
> xinput set-int-prop "ITM Inc USB Touch Panel" "Evdev Axes Swap" 8 1
> xinput set-int-prop "ITM Inc USB Touch Panel" "Evdev Axis Calibration"
> 32 263 3850 152 3914
>
> For "Evdev Axis Inversion" I have found I can do:
> <merge key="input.x11_options.InvertX" type="string">true</merge>
> <merge key="input.x11_options.InvertY" type="string">true</merge>
>
> and for "Evdev Axes Swap" I can do:
> <merge key="input.x11_options.SwapAxes" type="string">true</merge>
>
> But for "Evdev Axis Calibration" I have not found anything that works ..
>
> Any hints and suggestions are welcome :)
>
> I am currently running Xorg 1.6.1, evdev 2.2.2 and hal 0.5.12rc1 (and
> gentoo -r6).

Unfortunately, I doesn't seem that the calibration property has an
equivalent xorg.conf option since it's intended for runtime
calibration.

--
Dan



More information about the xorg mailing list