i had that issue recently and wrote on supp...@om about it.
basically it seems to be related to evdev.
following a link regarding gentoo on the freerunner i did
- comment the whole Section "InputDevice" of xorg.conf
- copied /usr/share/doc/hal/examples/10-x11-input.fdi to /etc/hal/fdi/policy/10-x11-input.fdi
 and changed accordingly, see patch below
- re-enabled gtkstylus (in ~/.xsession) export GTK_MODULES=libgtkstylus.so

not really satisfying, at least the gtkstylus part, but works


diff -Naur /usr/share/doc/hal/examples/10-x11-input.fdi /etc/hal/fdi/policy/10-x11-input.fdi --- /usr/share/doc/hal/examples/10-x11-input.fdi 2009-02-26 12:10:17.000000000 +0100 +++ /etc/hal/fdi/policy/10-x11-input.fdi 2009-04-15 20:48:23.000000000 +0200
@@ -8,11 +8,11 @@
     </match>

     <!-- FIXME: Support tablets too. -->
-    <match key="info.capabilities" contains="input.mouse">
+    <match key="info.capabilities" contains="input.touchpad">
       <merge key="input.x11_driver" type="string">mouse</merge>
<match key="/org/freedesktop/Hal/devices/computer:system.kernel.name"
              string="Linux">
-        <merge key="input.x11_driver" type="string">evdev</merge>
+        <merge key="input.x11_driver" type="string">tslib</merge>
       </match>
     </match>

_______________________________________________
Smartphones-userland mailing list
Smartphones-userland@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/smartphones-userland

Reply via email to