Search:

Type: Posts; User: floem; Keyword(s):

Search: Search took 0.34 seconds.

  1. [ubuntu] Re: kinect problem when running touchd "No IIDC camera with requested index found."

    Hello nathanv,

    you can try the following before running cmake:


    sudo apt-get install libxmu-dev libxi-dev


    Floe
  2. [ubuntu] Re: kinect problem when running touchd "No IIDC camera with requested index found."

    Hi, I've just been pointed to this thread and I'll try to clear some things from those instructions up.

    - The Ubuntu packages from the PPA don't support Kinect at the moment, as there's no PPA for...
  3. libTISCH, a multimouse & multitouch development library

    Shameless plug: I've recently published the 1.1 release of libTISCH, our multitouch & multi-pointer development platform. Source code is available at http://sf.net/projects/tisch/ while PPA...
  4. Re: General guidelines for {C#,Java,Python} wrappers?

    Thanks for the hints - I've used pysupport at first, but now I've switched to pycentral and it seems to work now. Just for the record, I'll summarize what has to be installed:
    ...
  5. Installing Python extension with regular debuild?

    Allow me to rephrase my question:

    how can I install, e.g., a Python extension from a regular debuild package?
    I'd like to avoid having to start from scratch with a full-scale python package...
    ...
  6. General guidelines for {C#,Java,Python} wrappers?

    Hello everyone,

    I've created a PPA for my C++ multitouch development library, libTISCH:
    https://launchpad.net/~floe/+archive/libtisch/+packages

    This has worked out pretty well so far,...
  7. Replies
    490
    Views
    171,288

    [all variants] Re: Lenovo Ideapad S10-3t

    Yes, very likely. With Lucid, it's even a little easier to install the patch; you just have to replace the three modules hid.ko, usbhid.ko and hid-cando.ko in /lib/modules/. Of course, you can still...
  8. Replies
    490
    Views
    171,288

    [all variants] Re: Lenovo Ideapad S10-3t

    If you're using Lucid already, then it's pretty easy: the evdev driver has two properties called "Evdev Axis Inversion" and "Evdev Axes Swap". You can set them with


    xinput set-prop --type=int...
  9. Replies
    490
    Views
    171,288

    [all variants] Re: Lenovo Ideapad S10-3t

    Looks good - these are the in-kernel multitouch reports (57 is finger ID, 53 is X, 54 is Y).
    So now you either need a) software which can read /dev/input/eventX directly and make sense of it or b)...
  10. Replies
    490
    Views
    171,288

    [all variants] Re: Lenovo Ideapad S10-3t

    No, that rather means that almost no software is able to deal with the additional data.
    Try 'sudo evtest /dev/input/eventX' (you have to do a bit of trial and error to find out which X is your...
  11. Replies
    490
    Views
    171,288

    [all variants] Re: Lenovo Ideapad S10-3t

    I believe you can remove the entire "Cando Touchscreen" section. In fact, I don't even have an xorg.conf anymore, the entire configuration is done through HAL.
    At first, the synaptics driver tried...
  12. Replies
    490
    Views
    171,288

    [all variants] Re: Lenovo Ideapad S10-3t

    Oops, sorry, I've just seen that there was an error in my post. There's no space to be supposed between HID_CONNECT_HIDINPUT_FORCE, it's all one word.


    Basically, there's nothing to enable, it's...
  13. Replies
    490
    Views
    171,288

    [all variants] Re: Lenovo Ideapad S10-3t

    You'll need to install the Ubuntu kernel source first (see here: https://help.ubuntu.com/community/Kernel/Compile ) Then, change to the source directory and use patch -p1 < touchscreen.patch to...
  14. Replies
    490
    Views
    171,288

    [all variants] Re: Lenovo Ideapad S10-3t

    Hi everyone,

    just a quick update on the touchpad: Stephane Chatty has posted a patch for Linux 2.6.34 to the linux-input list, patch available here:
    ...
Results 1 to 14 of 14