Created
November 10, 2010 15:55
-
-
Save hansent/671022 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| hansent@hansent-mbp:~/pymt$ sudo python -m pymt.tools.dumpinput | |
| [INFO ] PyMT v0.5.2-dev | |
| [INFO ] [Core ] Using accelerate module | |
| [INFO ] [Logger ] Record log in /home/hansent/.pymt/logs/pymt_10-11-10_10.txt | |
| [INFO ] [No OpenGL_accelerate module loaded] No module named OpenGL_accelerate | |
| None | |
| [INFO ] [Graphx ] Using accelerate graphx module | |
| [DEBUG ] [Cache ] register <pymt.label> with limit=1000, timeout=1.0s | |
| [DEBUG ] [Cache ] register <pymt.cssrect> with limit=100, timeout=60s | |
| ** Message: pygobject_register_sinkfunc is deprecated (GstObject) | |
| [DEBUG ] [Audio ] register SoundGstreamer | |
| there is no soundcard | |
| [DEBUG ] [Audio ] register SoundPygame | |
| [INFO ] [Camera ] using <gstreamer> as camera provider | |
| [INFO ] [Text ] using <pygame> as text provider | |
| [INFO ] [Video ] using <gstreamer> as video provider | |
| [DEBUG ] [Cache ] register <pymt.svg> with limit=50, timeout=Nones | |
| [WARNING] [Spelling] Unable to use <enchant> as spellingprovider | |
| [DEBUG ] | |
| Traceback (most recent call last): | |
| File "pymt/core/__init__.py", line 29, in core_select_lib | |
| fromlist=[modulename], level=-1) | |
| File "pymt/core/spelling/spelling_enchant.py", line 6, in <module> | |
| import enchant | |
| ImportError: No module named enchant | |
| [CRITICAL] [Spelling] Unable to find any valuable Spelling providerat all! | |
| [WARNING] [Clipboard] Unable to use <pygame> as clipboardprovider | |
| [DEBUG ] | |
| Traceback (most recent call last): | |
| File "pymt/core/__init__.py", line 29, in core_select_lib | |
| fromlist=[modulename], level=-1) | |
| File "pymt/core/clipboard/clipboard_pygame.py", line 11, in <module> | |
| raise SystemError('unsupported platform for pygame clipboard') | |
| SystemError: unsupported platform for pygame clipboard | |
| [INFO ] [Clipboard] using <dummy> as clipboard provider | |
| [INFO ] [OSC ] using <multiprocessing> for socket | |
| [DEBUG ] [Cache ] register <pymt.loader> with limit=500, timeout=60s | |
| [INFO ] [Loader ] using <pygame> as thread loader | |
| [DEBUG ] [Cache ] register <pymt.css> with limit=500, timeout=60s | |
| [DEBUG ] [Resource] add <pymt/data> in path list | |
| [DEBUG ] [Cache ] register <textarea.label> with limit=None, timeout=60.0s | |
| [INFO ] [Window ] use Pygame as window provider. | |
| [DEBUG ] [Core ] Creating PyMT Window | |
| [INFO ] [Window ] OpenGL version <3.3.0 NVIDIA 260.19.06> | |
| [INFO ] GL Extension GL_EXT_framebuffer_object available | |
| [DEBUG ] [Fbo ] Use hardware Framebuffer | |
| [DEBUG ] [Base ] Create provider from probesysfs | |
| [INFO ] [ProbeSysfs] found device: bcm5974 at /dev/input/event8 | |
| [INFO ] [MTD ] Read event from </dev/input/event8> | |
| [INFO ] [Base ] Start application main loop | |
| [INFO ] [MTD ] </dev/input/event8> range position X is -4460 - 5166 | |
| [INFO ] [MTD ] </dev/input/event8> range position Y is -75 - 6700 | |
| [INFO ] [MTD ] </dev/input/event8> range touch major is 0 - 2048 | |
| [INFO ] [MTD ] </dev/input/event8> range touch minor is 0 - 2048 | |
| [INFO ] [MTD ] </dev/input/event8> range pressure is 0 - 255 | |
| [INFO ] [MTD ] </dev/input/event8> axes invertion: X is 0, Y is 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment