setting evdev properties from HAL?
Asbjørn Sannes
ace at sannes.org
Wed Jul 1 03:19:15 PDT 2009
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).
--
Asbjorn Sannes
More information about the xorg
mailing list