> Henrik, do you have a specific build or config for the Joojoo?

* stock ubuntu 10.10 i386
* hid-egalax driver from utouch ppa
* nvidia proprietary driver
* /etc/X11/xorg.con with extra settings [1]
* onboard keyboard settings for login screen
* unity window manager
* utouch meta package

That is about it.

Henrik

[1] /etc/X11/xorg.conf:

Section "ServerFlags"
        Option "DontZap" "false"
EndSection

Section "Screen"
        Identifier      "Default Screen"
        DefaultDepth    24
EndSection

Section "Module"
        Load    "glx"
EndSection

Section "Device"
        Identifier      "Default Device"
        Driver  "nvidia"
        Option  "NoLogo"        "True"
EndSection

Section "InputClass"
        MatchIsTouchscreen "true"
        Identifier "Touchscreen"
        Driver "evdev"
        Option "InvertX" "true"
        Option "InvertY" "true"
EndSection

_______________________________________________
Mailing list: https://launchpad.net/~multi-touch-dev
Post to     : multi-touch-dev@lists.launchpad.net
Unsubscribe : https://launchpad.net/~multi-touch-dev
More help   : https://help.launchpad.net/ListHelp

Reply via email to