Touchégg in Ubuntu 10.10 with Apple Magic Trackpad
Loading...
14,963
Loading...
Uploader Comments (joseexposito89)
see all
All Comments (12)
-
doesn't work on mackbook pro trackpad..... any clues why?
-
Square screen??
-
@joseexposito89 I'll wait for them.
-
why the hell is the screentop flickering?
Loading...
@netroy
You need to use the evdev driver. For example this is MY /etc/X11/xorg.conf
Section "InputClass" Identifier "Magic Trackpad" MatchUSBID "05ac:030e" Driver "evdev"
EndSection
Your xorg.conf will be diferent, but you need the Driver "evdev" line.
I think that the InputClass section will be like this:
Section "InputDevice" Identifier "TouchPad" Driver "evdev"
EndSection
Restar X and go!
joseexposito89 1 year ago
Hi,
Deb package is ready, please, download and test it. Comfirm that it works or report a bug!
Thanks!
joseexposito89 1 year ago
Trouble compiling it
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Ibuild -o build/Main.o src/touchegg/Main.cpp
In file included from ./src/touchegg/gestures/handler/GestureHandler.h:18, from src/touchegg/Main.cpp:14:
./src/touchegg/util/Include.h:18: fatal error: QApplication: No existe el fichero o el directorio
compilation terminated.
aldomann09 1 year ago
@aldomann09
Hi aldomann09
I'm working in deb's packages for Ubuntu 10.10, but if you want to use it now, don't hesitate to ask me any questions you have.
For compile you need to have installed Qt, qmake, utouch and another tools like g++, etc, etc
joseexposito89 1 year ago
Problem of the recorder.....
joseexposito89 1 year ago