[maemo-developers] Re : Problem with Enlightenment [Evas] on Maemo 2.0

2006-09-21 Thread Sebastien Bourdeauducq
Are you running this under X, or straight on the framebuffer ? In the latter case, the initfb program at http://lekernel.lya.eu/opie770.html should help. It is also possible that you get this problem under X because evas uses directly the framebuffer in some cases to gain some speed. Try

[maemo-developers] API of the DSP's avs_kernel

2006-09-19 Thread Sebastien Bourdeauducq
Hello, I'm playing a bit with the N770 DSP (I may write an Ogg Vorbis codec if I have the time), and I'd like to use the sound output. I figured out that hardware access was through avs_kernel, but apparently its API is not documented anywhere on the web. Does anyone have more information ? So

[maemo-developers] Touchscreen API

2006-09-07 Thread Sebastien Bourdeauducq
Hello, I'm trying to port Qt Embedded and Opie to the N770. So far, I have managed to stop the X server and have the example Qt applications running straight on the framebuffer. However, I still lack touchscreen support. The device node seems to be /dev/input/event2 but nothing happens when I

[maemo-developers] Re : Touchscreen API

2006-09-07 Thread Sebastien Bourdeauducq
2006/9/7, Koen Kooi [EMAIL PROTECTED]: You need tslib and some patches to unbreak the broken qt/e tslib handling. I suspect the opie(-devel) mailing lists would be a better place for your questions, since maemo-developers is a mailinglist dedicated to the GTK+ based maemo environment :) Ok.