Re: Dialogs and gtk_window_set_transient_for()

2008-02-26 Thread Tapani Pälli
Hello; ext Arto Karppinen wrote: Tapani Pälli wrote: Hello; ext Arto Karppinen wrote: Hi Im developing an app which shows modal dialogs to the user. Also the app may popup a custom error message dialog if something goes wrong. Currently i'm setting both dialog to be transient_for

Re: [Maemo App Dev]How to make my app UI different

2008-02-22 Thread Tapani Pälli
) ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers // Tapani Pälli -- Software Engineer Open Source Software Operations ___ maemo

Re: How to disable screen saver in SDL?

2008-02-19 Thread Tapani Pälli
___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers // Tapani Pälli -- Software Engineer Open Source Software Operations ___ maemo-developers mailing list

Re: SDL, tearing, X overhead and direct framebuffer gfx

2008-02-18 Thread Tapani Pälli
Hello; ext Siarhei Siamashka wrote: On Feb 18, 2008 9:39 AM, Tapani Pälli [EMAIL PROTECTED] wrote: When using the supplied SDL library for doing timer-based frame rendering, there seems to be - heavy tearing Tearing unfortunately happens because there is no vsync available

Re: SDL, tearing, X overhead and direct framebuffer gfx

2008-02-18 Thread Tapani Pälli
Hello; ext Siarhei Siamashka wrote: On Feb 18, 2008 1:28 PM, Tapani Pälli [EMAIL PROTECTED] wrote: Could you please verify and confirm this information? Framebuffer driver from OS2007 supported tearsync (via OMAPFB_FORMAT_FLAG_TEARSYNC flag as Frantisek mentioned), and it was used

Re: SDL, tearing, X overhead and direct framebuffer gfx

2008-02-17 Thread Tapani Pälli
and cheers, tgo // Tapani Pälli -- Software Engineer Open Source Software Operations ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers

Re: RE : Re: RE : Re: Non modal dialog

2008-02-07 Thread Tapani Pälli
maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers // Tapani Pälli -- Software Engineer Open Source Software Operations ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman

Re: RE : Re: RE : Re: RE : Re: Non modal dialog

2008-02-07 Thread Tapani Pälli
http://mail.yahoo.fr ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers // Tapani Pälli -- Software Engineer Open Source Software Operations

Re: C - GTK - Dialog Box - I never get the result

2008-01-29 Thread Tapani Pälli
, GTK_RESPONSE_CANCEL, GTK_RESPONSE_NONE. Check if you're getting GTK_RESPONSE_ACCEPT or GTK_RESPONSE_REJECT instead. At the beginning, I used Glade, and had the same problem. I don't have tested it on my pc yet Any idea ? Thanks. David. // Tapani Pälli -- Software Engineer Open

Re: Curious: Maemo devices other than Nokia?

2008-01-23 Thread Tapani Pälli
-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers // Tapani Pälli -- Software Engineer Open Source Software Operations ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman

Re: Curious: Maemo devices other than Nokia?

2008-01-23 Thread Tapani Pälli
is not interested at all on some functionality or it can take year or two to get a patch accepted. It may happen that due to release schedule there is no time to wait or depend on single busy control point like most libraries tend to have. // Tapani Pälli -- Software Engineer Open Source Software

Re: Curious: Maemo devices other than Nokia?

2008-01-23 Thread Tapani Pälli
Hello; ext Tollef Fog Heen wrote: * Tapani Pälli | ext Guillem Jover wrote: | On Wed, 2008-01-23 at 13:49:19 +0200, ext Tapani Pälli wrote: | | What's the problem? Why we could not have our own custom functionality | in our Gtk+ tree? | | Huh? Because that's just wrong, it's

Re: [matchbox] Compositing manager for small device

2008-01-16 Thread Tapani Pälli
been started for this? You might want to try using Matchbox's composite engine (you can enable it via configuration options) or try xcompmgr from freedesktop.org which is a 'minimalistic' composite manager. Thanks. Bin -- To unsubscribe send a mail to [EMAIL PROTECTED] -- // Tapani

Re: [matchbox] Compositing manager for small device

2008-01-16 Thread Tapani Pälli
ext Bin Chen wrote: 在 2008-01-16三的 10:20 +0200,Tapani Pälli写道: Hello; ext Bin Chen wrote: Hello, In PC because the screen resolution is large, so the computation for compositing(such as transparent window) will very large. But in many many small devices the screen resolution

Re: [matchbox] Compositing manager for small device

2008-01-16 Thread Tapani Pälli
ext Bin Chen wrote: On Jan 16, 2008 4:34 PM, Tapani Pälli [EMAIL PROTECTED] wrote: ext Bin Chen wrote: 在 2008-01-16三的 10:20 +0200,Tapani Pälli写道: Hello; ext Bin Chen wrote: Hello, In PC because the screen resolution is large, so the computation

Re: Can GTK+ make use of XSHM extension from MIT

2008-01-10 Thread Tapani Pälli
___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers // Tapani Pälli -- Software Engineer Open Source Software Operations ___ maemo-developers mailing list maemo

Re: Can GTK+ make use of XSHM extension from MIT

2008-01-10 Thread Tapani Pälli
Hello; ext Bin Chen wrote: On Jan 10, 2008 4:26 PM, Tapani Pälli [EMAIL PROTECTED] wrote: Hello; ext Bin Chen wrote: Hello, I am running GTK+ in a singal machine, the machine is slow so I want make GTK+ use XSHM extension to accelerate the drawing speed. By taking a look

Re: Tcl/Tk and C++ for Chess

2008-01-01 Thread Tapani Pälli
. -Will ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers // Tapani Pälli -- Software Engineer Open Source Software Operations

Re: Tips to optimize SDL aplication

2007-12-17 Thread Tapani Pälli
-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers // Tapani Pälli -- Software Engineer Open Source Software Operations ___ maemo-developers mailing list maemo-developers@maemo.org

Re: dealing with non-GTK windows

2007-10-24 Thread Tapani Pälli
Hello; ext Austin Che wrote: Tapani Pälli [EMAIL PROTECTED] wrote: - Is it possible to force such a window into fullscreen? I don't care if it needs to be done manually. For example, is it possible to have a program that takes whatever window is currently on top

Re: Maemo SDK 4.x beta

2007-10-24 Thread Tapani Pälli
on Chinook if it worked on earlier release. ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers // Tapani Pälli -- Software Engineer Open Source Software Operations

Re: dealing with non-GTK windows

2007-10-17 Thread Tapani Pälli
Hello; ext Austin Che wrote: Some questions about non-GTK windows that applications may show: What type of window are you talking about? Using Xlib directly? SDL? - Is it possible to force such a window into fullscreen? I don't care if it needs to be done manually. For

Re: Porting fltk-app

2007-09-14 Thread Tapani Pälli
ext Jørn Christensen wrote: Hi, Thanks for your answer, and sorry for my late answer, but I am a bit busy with my studies as well. Eero Tamminen wrote: Hi, ext Tapani Pälli wrote: I am trying to port an FLTK (www.fltk.org) application to N770/N800. I got FLTK compiled

Re: Porting fltk-app

2007-09-09 Thread Tapani Pälli
ext Jørn Christensen wrote: Hi, I am trying to port an FLTK (www.fltk.org) application to N770/N800. I got FLTK compiled and the application as well, but when I run the application, it is not managed by Matchbox. That is, the program is not shown in the taskbar and the keyboard will not pop

Re: Help with menu integration for an X11 game

2007-08-02 Thread Tapani Pälli
Hello, ext Missouga wrote: I've just uploaded a working version of the Four Rivers game. In the archive you'll find sources and a precompiled binary for your Nokia N800. Just copy the binary somewhere in your executable path and the tiles image in /usr/share/rivers

Re: Xsp pixel-doubling solutions for Nokia 770?

2007-04-30 Thread Tapani Pälli
ext Arnim Sauerbier wrote: Greetings again, Dear Maemo Developers, I am now porting several emulators and games to the Nokia 770, some of them shown here: http://pupnik.de/software.html Ultima IV used to be one of my favourite RPG:s, very nice :) Many of these are acceptably fast at

Re: Xsp pixel-doubling solutions for Nokia 770?

2007-04-30 Thread Tapani Pälli
Daniel Stone wrote: On Mon, Apr 30, 2007 at 10:10:23AM +0300, ext Tapani Pälli wrote: ext Arnim Sauerbier wrote: Many of these are acceptably fast at 320x240 but too slow at 640x480 or 800x480. The problem is that some SDL applications do not maintain 2x doubling but flicker to 1x

Re: Xsp pixel-doubling solutions for Nokia 770?

2007-04-30 Thread Tapani Pälli
Daniel Stone wrote: On Mon, Apr 30, 2007 at 09:34:38AM +0200, ext Frantisek Dufka wrote: Eero Tamminen wrote: And if the game doesn't disable the double pixeling properly (e.g. if it crashes or freezes), user needs to reboot the device. Not very nice either... So what

Re: Xsp pixel-doubling solutions for Nokia 770?

2007-04-30 Thread Tapani Pälli
Eero Tamminen wrote: Hi, Daniel Stone wrote: On Mon, Apr 30, 2007 at 09:34:38AM +0200, ext Frantisek Dufka wrote: You mean, modify every single drawing X request in the X protocol so it contains flags, meaning that we have to change every drawing-related function in -- on average -- ten

Re: Moving windows in Maemo

2007-04-18 Thread Tapani Pälli
ext Murray Cumming wrote: On Wed, 2007-04-18 at 12:20 +0300, Eero Tamminen wrote: [snip] You're asking for an option to set that dialog should be resizable and movable? (that's different from what you asked earlier) Btw. If you want to know more about the standard for application and

Re: Moving windows in Maemo

2007-04-13 Thread Tapani Pälli
ext Sean Luke wrote: On Apr 12, 2007, at 1:37 AM, Tapani Pälli wrote: The *right* thing would be to make all maemo dialogs and notifcations: 1. Resiable 2. Movable 3. Persistent (so next time you reopen the app, the dialog is pops up in exactly the size and place you put it last

Re: Moving windows in Maemo

2007-04-12 Thread Tapani Pälli
there. Best regards, Kemal On 4/12/07, Tapani Pälli [EMAIL PROTECTED] wrote: ext Sean Luke wrote: On Apr 11, 2007, at 12:07 PM, Eero Tamminen wrote: For the moment I'm experimenting with various floating windows for various utility functions -- my drag-and-drop example on my N800

Re: Moving windows in Maemo

2007-04-12 Thread Tapani Pälli
Eero Tamminen wrote: Hi, ext Tapani Pälli wrote: The need for a close button and move option in infoprints is, as stated before, they just prevent you from accessing stuff below them. Example: I can't crank up the brightness immediately (or mute sound) when the Connected to AP

Re: Moving windows in Maemo

2007-04-11 Thread Tapani Pälli
ext Sean Luke wrote: On Apr 11, 2007, at 12:07 PM, Eero Tamminen wrote: For the moment I'm experimenting with various floating windows for various utility functions -- my drag-and-drop example on my N800 website, say. Do you have an URL? cs.gmu.edu/~sean/stuff/n800/ [Perhaps I might

Re: SDL on maemo

2007-03-28 Thread Tapani Pälli
ext Pavan Krishnamurthy wrote: Hi, I am bit new to the maemo. I wanted to know the SDL architecture on maemo platform. Is the SDL using the X11 drivers or is it using the framebuffer drivers.? If there is any documentation, please do share, as I was unable to find one. SDL uses X11

Re: Wishlist (was:Re: N800 and USB host mode)

2007-03-08 Thread Tapani Pälli
ext Daniel Stone wrote: On Thu, Mar 08, 2007 at 01:06:00PM -0800, ext Daniel Amelang wrote: On 3/7/07, Eero Tamminen [EMAIL PROTECTED] wrote: Err. Translucency means compositing and keeping the composited items in memory. Due to additional memory accesses needed for this, it would be slower

Re: [maemo-developers] Nokia SDL color format for pixels

2007-02-12 Thread Tapani Pälli
ext Michael Stepanov wrote: Thanks for your answer, Tarani. On 2/12/07, *Tapani Pälli* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: ext Michael Stepanov wrote: Well, there is a open source system for home automation - Plutohome (www.plutohome.com http://www.plutohome.com

Re: [maemo-developers] to Nokia: simple method to gainagamingaudienceon 770/800

2007-01-30 Thread Tapani Pälli
there. lg Clemens 2007/1/26, Tapani Pälli [EMAIL PROTECTED]: ext [EMAIL PROTECTED] wrote: On 1/25/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: * easy to make basic GUI for game setup (input methods do not work in SDL) Hello I guess anybody how is porting a SDL game

Re: [maemo-developers] to Nokia: simple method to gainagamingaudienceon 770/800

2007-01-26 Thread Tapani Pälli
ext [EMAIL PROTECTED] wrote: On 1/25/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: * easy to make basic GUI for game setup (input methods do not work in SDL) Hello I guess anybody how is porting a SDL game will run into the keyboard issue problem. It would

Re: [maemo-developers] to Nokia: simple method to gaina gamingaudience on 770/800

2007-01-25 Thread Tapani Pälli
ext Raul Fernandes Herbster wrote: what i mean is a tutorial which gives us some tips to create more sophisticated user interfaces. GTK is good, but not sufficient to catch gamers attention. []'s Perhaps you should first share what are you trying to achieve? If you think of desktop games,

Re: [maemo-developers] Re: Developer Device Program Request

2007-01-23 Thread Tapani Pälli
ext Daniel Amelang wrote: On 1/22/07, Mike Morrison [EMAIL PROTECTED] wrote: I've seen some posts about cairo on the mailing list but I didn't see a package for it. Is it available or should I be looking for another way to fulfill my cairo needs? I don't know of a cairo package for maemo,

Re: [maemo-developers] SDL porting guide

2007-01-23 Thread Tapani Pälli
ext Kees Jongenburger wrote: Hello I am searching for an SDL porting guide. I would like to know what kind of changes are required for an sdl application to at least support fullscreen/normall screen toggle. This should work : SDL_WM_ToggleFullScreen(main_window); greetings

Re: [maemo-developers] Non-gtk application integration

2006-12-20 Thread Tapani Pälli
ext [EMAIL PROTECTED] wrote: Quoting Tapani Pälli [EMAIL PROTECTED]: * How can I create an entry in the task manager for the running application ? You have to install a .desktop file, see http://maemo.org/platform/docs/tutorials/Maemo_tutorial.html#Maemo-desktopfile * How

Re: [maemo-developers] Non-gtk application integration

2006-12-20 Thread Tapani Pälli
ext Tapani Pälli wrote: ext [EMAIL PROTECTED] wrote: Quoting Tapani Pälli [EMAIL PROTECTED]: * How can I create an entry in the task manager for the running application ? You have to install a .desktop file, see http://maemo.org/platform/docs/tutorials

Re: [maemo-developers] How to determine if the screen has turned off?

2006-12-14 Thread Tapani Pälli
ext Frantisek Dufka wrote: Johan Bilien wrote: http://maemo.org/platform/docs/api/libosso/html/index.html You can register a callback with osso_hw_set_event_cb, set the system_inactivity_ind flag in the osso_hw_state_t argument. Will this callback be called even without processing

Re: [maemo-developers] How to determine if the screen has turned off?

2006-12-14 Thread Tapani Pälli
ext Frantisek Dufka wrote: Eero Tamminen wrote: I think the app loses focus when the screen is blanked. So, the SDL app could catch screen focus events and do some additional checks when that happens. Good idea, thanks. Or SDL app could always pause when it loses focus... This is good

Re: [maemo-developers] Suggestions for scirocco?

2006-11-30 Thread Tapani Pälli
ext Tran Van Hoang wrote: Hi all, In an effort trying to make scirocco officially support scratchbox apophis 1.x, we're also trying to make scirocco better if possible. So if you would like to have any thing else supported, please say it soon enough so we can at least try our best.

Re: [maemo-developers] RE: Boot to a different look?

2006-11-13 Thread Tapani Pälli
: Tapani Pälli [mailto:[EMAIL PROTECTED] Sent: Sunday, October 29, 2006 11:36 PM To: Ng, Cheon-woei Cc: Michael Kostrzewa; maemo-developers@maemo.org Subject: Re: [maemo-developers] RE: Boot to a different look? ext Ng, Cheon-woei wrote: Thanks for all the suggestions. Yesterday, I

Re: [maemo-developers] RE: Boot to a different look?

2006-10-29 Thread Tapani Pälli
ext Ng, Cheon-woei wrote: Thanks for all the suggestions. Yesterday, I was working on exactly what Tapani suggested. I am glad that I am going to the right direction. I adjusted the bootup script yesterday and was able to boot to any program I want. Now I will try making my own program

Re: [maemo-developers] Re: maemo-developers Digest, Vol 18, Issue 34

2006-10-26 Thread Tapani Pälli
ext Kimmo Hämäläinen wrote: On Wed, 2006-10-25 at 14:54 -0400, ext Bob Herrmann wrote: Any usb keyboard should work, but mouse support seems to be another story. Just hooking up a usb mouse doesn't appear to work. I believe this is because the X server is tweaked out to work

Re: [maemo-developers] RE: Boot to a different look?

2006-10-26 Thread Tapani Pälli
ext Ng, Cheon-woei wrote: Hi All, I am new to Maemo and Linux programming in general. I have scanned through the archived developer mailing list but I did not see similar subject. I am wondering if I could adjust Maemo to boot to a different look like the picture link below:

Re: [maemo-developers] Simultaneous key press events

2006-08-03 Thread Tapani Pälli
ext Hermann Lacheiner wrote: Hi all! I cross-compiled gnuboy for the Nokia, but I noticed a problem, that simultaneously pressing the cursor keys and the fullscreen key does not work. Either the cursor key or the fullscreen key generates a key press event, but not both at the same time. But

Re: [maemo-developers] Hatari (Atari ST) emulator for N770

2006-08-02 Thread Tapani Pälli
ext Ralph Giles wrote: On Tue, Aug 01, 2006 at 09:15:34PM +0300, Eero Tamminen wrote: Um, what 2006 image is missing the C-library and zlib? About all programs need them to work. The above list is all the dependencies that Hatari package has. Hmm. I was thinking you'd just added

Re: [maemo-developers] Internet radio application

2006-08-02 Thread Tapani Pälli
ext [EMAIL PROTECTED] wrote: Hi, Is there any way to add an additional Internet radio channel to the existing Internet radio application? Yes indeed, this feature is hidden in audio-player's menu ('Track - Add to favourites'). Thanks in advance. Alvis Koon Software Engineer

Re: [maemo-developers] Xserver and Re-flashing error

2006-07-21 Thread Tapani Pälli
ext Dan Brinks wrote: Hello- I've been trying to see if I could modify the X server running on the N770. So firstly I extracted the rootfs from the OS2006 .bin file. I then downloaded the xserver-kdrive .deb file from the repository and extracted it to my rootfs, packaged it all up and

Re: [maemo-developers] Workaround to prevent crash when pressing home key in SDL programs (IT2006)?

2006-06-20 Thread Tapani Pälli
ext Frantisek Dufka wrote: Hi, tried it yesterday just for fun and it works. code looks like this: #include SDL/SDL.h #include SDL_x11video.h #undef WMwindow extern SDL_VideoDevice *current_video; void SDL_X11_SetNetWMWindowType(char *windowtypestring){ if (current_video

Re: [maemo-developers] SDL, Re: SDL vertical blank (vbl) sync.

2006-05-31 Thread Tapani Pälli
ext Frantisek Dufka wrote: Eero Tamminen wrote: Hi, Yes. So to draw without tearing effect either X of framebuffer driver should report when to draw (vblank period or which line is currently drawn by hardware) Another possibility is that (SDL) application could ask X server to ask

Re: [maemo-developers] SDL, Re: SDL vertical blank (vbl) sync.

2006-05-31 Thread Tapani Pälli
ext Frantisek Dufka wrote: Tapani Pälli wrote: As for the manual vs automatic updates, that brings another question. How often is the screen really updated? I saw in the kernel source there is manual vs automatic update mode but which one is actualy We are updating areas (dirty-rects

Re: [maemo-developers] SDL vertical blank (vbl) sync.

2006-05-30 Thread Tapani Pälli
ext Frantisek Dufka wrote: Visti Andresen wrote: My flashingTest reports that: It got a hardware surface (I should be writing directly to video memory accordingly to the SDL docs) And the surface is double buffered. The size of the surface is 800x480 16 bit (R5G6B5) So there should be at

Re: [maemo-developers] Toolchain still not working...new clues

2006-05-26 Thread Tapani Pälli
ext Daniel Monteiro wrote: Hi folks after lots of tries, I dropped Xnest and tried Xvnc. It also didn´t worked. I also tested running any X Application under scratchbox...also didn´t worked. Im going to move to Ubuntu 5.10 , maybe its a firewall thing...thats my bet. Any last test to do

Re: [maemo-developers] Re: cant get maemo to my Xnest window

2006-05-16 Thread Tapani Pälli
ext Daniel Monteiro wrote: sorry the long delay, but I was a little busy. here is the log: [sbox-SDK_PC: ~] export DISPLAY=localhost:2 [sbox-SDK_PC: ~] af-sb-init.sh start Sample files present. Starting DBUS system bus Starting D-BUS session bus daemon Starting Sapwood image server

Re: [maemo-developers] Display Blank Timeout

2006-04-18 Thread Tapani Pälli
ext Skaven wrote: Hi guys, i'm writing a little app for the nokia 770. i've just a little issue to fix : the display blank / dim timeout. Do you know a way : 1) to deactivate this timeout (i saw 2 gconf files : one in /var/lib/gconf/system/osso/dsm/display and one in

Re: [maemo-developers] neat device

2006-03-30 Thread Tapani Pälli
ext John Meacham wrote: I got my nokia 770 the other day and love it. I have already started porting stuff and am happy to say my jhc haskell compiler can cross compile to maemo just fine. In any case, looking at the memory usage, hildon-input-method takes up a whopping 6.3 megs of real ram

Re: [maemo-developers] User interface stuff on maemo.org

2006-03-23 Thread Tapani Pälli
ext Vladislav Grinchenko wrote: Tuomas, On Wed, 2006-03-22 at 05:56, Tuomas Kuosmanen wrote: Hi folks! I just wanted to quickly introduce myself to the list. I'm happy to see many familiar names here as well. It appears that my job involves helping you guys, when you are porting or

Re: [maemo-developers] J2ME on Nokia 770

2006-03-08 Thread Tapani Pälli
ext Philippe Laporte wrote: Hi, I'm forwarding this to other relevant lists as well. The 770 window manager is Matchbox: http://projects.o-hand.com/matchbox/ Is the color map problem already assigned to someone? Expose-events work in 770 normally, bug is in the application/library

Re: [maemo-developers] Adding swapon/off to Jakub's Load-Plugin applet - deb-package

2006-02-24 Thread Tapani Pälli
ext Armin M. Warda wrote: Hi, if you are crazy enough to try my changes, that nobody besides me has tested yet, and that could ruin your device, you can download and install the modified Load-Plugin applet her: http://www.arminwarda.mynetcologne.de/load-plugin_0.2.5-1_arm.deb Please

Re: [maemo-developers] (770 screen) Concurrent DSP and ARM access to framebuffer

2006-02-12 Thread Tapani Pälli
ext Saulo Math wrote: Hi, When the DSP side draws on the screen (framebuffer), the ARM side overwrites it. How do we program the ARM side of 770 not to draw on part of the screen so that only the DSP side can access this area? This is not possible todo at the moment, and I don't see why

Re: [maemo-developers] Using Nokia 770 in vertical mode

2006-01-18 Thread Tapani Pälli
ext Benno Senoner wrote: Hi all, I'd like to know how to use the Nokia 770 in vertical mode. I found this: http://syslog.movial.fi/archives/2005/11.html From what I understand it uses the X11 XRANDR extension but you have to recompile the kernel/Xserver ? If yes does anyone know what

Re: [maemo-developers] Using Nokia 770 in vertical mode

2006-01-18 Thread Tapani Pälli
ext Benno Senoner wrote: Hi Tapani, Tapani Pälli wrote: It is possible to do rotations even hardware accelerated. However the current UI does not scale to it well (as seen from screenshot) and therefore it is not a supported feature. nchip is using software xrandr but you still need

[maemo-developers] Re: testing pango with 770

2006-01-05 Thread Tapani Pälli
ext Federico Mena Quintero wrote: This is interesting, since pango-1.11.1 has our recent optimizations in it. You mentioned that you were using gettimeofday(). Can you please test the pango-profile module from CVS? It has a slightly more sophisticated timer, using times(). I've found it to be

Re: [maemo-developers] Re: testing pango with 770

2005-12-29 Thread Tapani Pälli
ext Koen Kooi wrote: Eero Tamminen wrote: Note: In Maemo UI user cannot resize windows and applications themselves do that very rarely for dialogs, so this is fairly moot point for Maemo. Try popping up the vkb. Opera takes ~4 seconds to resize the first time. I think this is a special

[maemo-developers] Re: testing pango with 770

2005-12-22 Thread Tapani Pälli
ext Federico Mena Quintero wrote: On Wed, 2005-12-21 at 15:15 +0200, Tapani Pälli wrote: Text 'abcdefghijklmnopqrstuvwxyz' is rendered to 20 rows 100 times using 'sans serif-18' font. (Each test is renderering 52000 glyphs.) This test could be more thorough. You aren't testing word

[maemo-developers] testing pango with 770

2005-12-21 Thread Tapani Pälli
Hello, Here are test results for Pango performance on 770 : === TEST : Pango performance on 770 === Test programs are made by OpenedHand, all tests are measuring fullscreen write speed. Timestamps are taken using gettimeofday() after

[maemo-developers] pressure information

2005-11-09 Thread Tapani Pälli
Hello, I just added a wikipage to demonstrate how to get pressure data from touchscreen. We do not have Xi extension (at least not yet) so this can propably be used as a 'workaround' for simple apps. http://maemo.org/maemowiki/HOWTO_UseTouchscreenPressureData // Tapani

Re: [maemo-developers] Bug in Maemo's version of GTK-2.6 (Please nokia-devs look into this)

2005-11-07 Thread Tapani Pälli
ext Clemens Eisserer wrote: Hi there, I think I've found a bug in Maemo's modified version of GTK-2.6. The version which is installed on my 770 (both the original version plus the latest update release) says that gdk_rgb_get_visual()-depth is 24 whereas the X-Server running on the Nokia770

Re: [maemo-developers] Bug in Maemo's version of GTK-2.6 (Please nokia-devs look into this)

2005-11-07 Thread Tapani Pälli
ext Clemens Eisserer wrote: This is the code I used for testing: printf(\nDepth: %d, gdk_rgb_get_visual()-depth); GdkPixmap* pix = gdk_pixmap_new (NULL, 10, 10, 16); void* cm = gdk_drawable_get_colormap ((GdkDrawable *)pix); printf(\nIt returned with 16-bit depth: %d, cm); fflush(stdout);

Re: [maemo-developers] How to init SDL on the N770

2005-10-26 Thread Tapani Pälli
ext [EMAIL PROTECTED] wrote: Hello, I got my Nokia 770 device and I started to port my first project, a bomberman clone for the N 770. (see at www.rotters.de for the Sharp Zaurus). I could run it quite nicely on the PC-x86 in scratchbox, but it would not run on the real device. It dies by