← Back to team overview

multi-touch-dev team mailing list archive

Re: TENQ Ubuntu Tablet

 

> 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



References