Comment 6 for bug 617368

Revision history for this message
Henrik Rydberg (rydberg) wrote : Re: [Bug 617368] Re: Add pymt support for mtdev

On 09/06/2010 03:07 PM, Mathieu Virbel wrote:

> Can you paste the log at startup ?
> I really want to be sure that it use mtdev and not hidinput :)
>

It says it uses mtdev, and I put "mtdev,/dev/input/eventX"
in the config file. I doubt hidinput is capable of showing seven fingers?

Henrik
---

touchtracer>PYTHONPATH=/home/rydberg/code/mtuser/pymt python touchtracer.py
[INFO ] PyMT v0.5.1-dev
[WARNING] [Core ] Accelerate module not available <No module named c_accelerate>
[INFO ] [Logger ] Record log in /home/rydberg/.pymt/logs/pymt_10-09-06_4.txt
[WARNING] [Core ] Execute "python setup.py build_ext--inplace"
[WARNING] [Extensions] c_graphx not available: <No module named c_graphx>
** Message: pygobject_register_sinkfunc is deprecated (GstObject)
there is no soundcard
[INFO ] [Camera ] using <gstreamer> as camera provider
[INFO ] [Text ] using <pygame> as text provider
[INFO ] [Video ] using <gstreamer> as video provider
[WARNING] [Spelling] Unable to use <enchant> as spellingprovider
[CRITICAL] [Spelling] Unable to find any valuable Spelling providerat all!
[INFO ] [OSC ] using <multiprocessing> for socket
[INFO ] [Loader ] using <pygame> as thread loader
/home/rydberg/code/mtuser/pymt/pymt/lib/transformations.py:1779: UserWarning:
failed to import module _transformations
  warnings.warn("failed to import module " + module_name)
[INFO ] [Window ] use Pygame as window provider.
[WARNING] [WinPygame] Video: failed (multisamples=2)
[WARNING] [Video ] trying without antialiasing
[INFO ] [Window ] OpenGL version <2.1 Mesa 7.8.2>
[INFO ] [MTD ] Read event from </dev/input/event5>
[INFO ] [Base ] Start application main loop
[INFO ] [MTD ] </dev/input/event5> range position X is -4824 - 5342
[INFO ] [MTD ] </dev/input/event5> range position Y is -172 - 5820
[INFO ] [MTD ] </dev/input/event5> range touch major is 0 - 2048
[INFO ] [MTD ] </dev/input/event5> range touch minor is 0 - 2048
[INFO ] [MTD ] </dev/input/event5> range pressure is 0 - 255
[INFO ] [Base ] Leaving application in progress...
touchtracer>