Re:

2007-07-18 Thread Visti Andresen
On Wed, 18 Jul 2007 07:48:16 -0700 (PDT) [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Thanks, ok but how can I run it ? If I want use Application Manager to install the example a deb file must be provided, but how can i crete this package ? Install xterm and and start the executable from the

Re:

2007-07-18 Thread Visti Andresen
... have you tried something like a simple hello world?: #include stdio.h int main() { printf (Hello World\n); return 0; } - Messaggio originale - Da: Visti Andresen [EMAIL PROTECTED] A: [EMAIL PROTECTED] [EMAIL PROTECTED] Cc: Carlos Sanmartin Dominguez [EMAIL PROTECTED]; maemo

Re: Browser source code?

2007-07-18 Thread Visti Andresen
On Wed, 18 Jul 2007 19:15:50 +0300 Jussi Kukkonen [EMAIL PROTECTED] wrote: Adilson Oliveira wrote: Where can I find the source code for the browser released yesterday? svn checkout https://garage.maemo.org/svn/browser; should work. Source you say... I wonder what happens if I try to

Re: Browser source code?

2007-07-18 Thread Visti Andresen
On Wed, 18 Jul 2007 19:23:58 +0200 Visti Andresen [EMAIL PROTECTED] wrote: On Wed, 18 Jul 2007 19:15:50 +0300 Jussi Kukkonen [EMAIL PROTECTED] wrote: Adilson Oliveira wrote: Where can I find the source code for the browser released yesterday? svn checkout https://garage.maemo.org

Re: Internet Tablet Power Management presentation from linux-pm summit 2007

2007-07-11 Thread Visti Andresen
On Wed, 11 Jul 2007 15:52:10 +0300 Marius Gedminas [EMAIL PROTECTED] wrote: On Wed, Jul 11, 2007 at 01:44:58PM +0100, Andrew Flegg wrote: On 7/11/07, Igor Stoppa [EMAIL PROTECTED] wrote: On Wed, 2007-07-11 at 13:28 +0100, ext Andrew Flegg wrote: This being reraised made me think about

Re: watchDog

2007-06-26 Thread Visti Andresen
On Mon, 25 Jun 2007 11:46:46 +0200 Massimo Pace [EMAIL PROTECTED] wrote: Hi, Is it possible to disable the watchdog? Thanks. Massimo The flasher should be capable of disabling the watchdog Here's the output from the Linux flasher utility, read up on the flags no-omap-wd and no-retu-wd

Re: 0xFFFF: GPL-licensed flasher for n770 and n800

2007-04-14 Thread Visti Andresen
On Fri, 13 Apr 2007 21:47:47 +0200 Visti Andresen [EMAIL PROTECTED] wrote: On Fri, 13 Apr 2007 09:47:01 +0300 Igor Stoppa [EMAIL PROTECTED] wrote: Depends on what you mean by 'from scratch'. If the unit does not have a bootloader _at all_, then you need to flash a bootloader via JTAG

Re: 0xFFFF: GPL-licensed flasher for n770 and n800

2007-04-13 Thread Visti Andresen
On Fri, 13 Apr 2007 09:47:01 +0300 Igor Stoppa [EMAIL PROTECTED] wrote: Depends on what you mean by 'from scratch'. If the unit does not have a bootloader _at all_, then you need to flash a bootloader via JTAG. But that's mildly convoluted. Serial console is the usual way to go. There

Re: x11vnc no response to taps on left of screen

2007-04-08 Thread Visti Andresen
On Sat, 7 Apr 2007 21:29:49 -0600 Jeffrey Barish [EMAIL PROTECTED] wrote: On Saturday 07 April 2007 20:20:46 Acadia Secure Networks wrote: Jeffrey, are you certain that the VNC problem you are experiencing is causing the 802.11 to be dropped? My theory was that the N800 drops the

Re: UAE Amiga emulator running on Nokia 770

2007-04-08 Thread Visti Andresen
On Thu, 5 Apr 2007 03:57:25 -0700 (PDT) Arnim Sauerbier [EMAIL PROTECTED] wrote: Hi Group, I just cross-compiled the UAE Amiga emulator to the Nokia 770. Getting about 10fps in Arkanoid. It's much prettier than the Atari ST version. The config menu kinda almost works. Keyboard works.

Re: System calls

2007-02-19 Thread Visti Andresen
On Mon, 19 Feb 2007 12:09:10 +0100 Carlos GP [EMAIL PROTECTED] wrote: The following program works just fine under my regular Linux box. #include unistd.h int main() { system(lskk); return 0; } I don't think so. It doesn't create me any kk archive... I'll try again, but...

Re: dpkg: serious warning: files list .......

2007-02-19 Thread Visti Andresen
On Mon, 19 Feb 2007 19:15:31 +0100 Visti Andresen [EMAIL PROTECTED] wrote: dpkg-buildpackage -rfakeroot creates a debian/files file containing: n770-fire_1.2_armel.deb user/games optional That's not good either. Any idea what this file should contain? And how make it contain

Re: dpkg: serious warning: files list .......

2007-02-19 Thread Visti Andresen
On Mon, 19 Feb 2007 21:37:58 +0200 Guillem Jover [EMAIL PROTECTED] wrote: But when I use dpkg I get the following message: dpkg -i n770-fire_0.1_armel.deb Selecting previously deselected package n770-fire. (Reading database ... dpkg: serious warning: files list file for package

Re: [maemo-developers] Speed test with vfp (floating point) on N800

2007-02-11 Thread Visti Andresen
On Sun, 11 Feb 2007 21:55:52 +0100 Klaus Rotter [EMAIL PROTECTED] wrote: Hi folks, I was very interesseted in the floating point copro in the N800 cpu and did some tests with a progamm which calculates the mandelbrod set and outputs it via SDL. I put this program online on

Re: [maemo-developers] Building a binary package?

2006-07-08 Thread Visti Andresen
On Sat, 8 Jul 2006 03:07:29 -0400 [EMAIL PROTECTED] wrote: Hi, I am new to the Nokia 770 development (as well as debian packages) and have recently finished setting up the development environment (Maemo 2.0). So far I have got everything up and running and I have been able to build a simple

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

2006-05-30 Thread Visti Andresen
On Mon, 29 May 2006 16:50:50 +0200 Frantisek Dufka [EMAIL PROTECTED] wrote: Juha Yrjölä wrote: Unfortunately we don't provide user-space with the vsync information (or Tearing Effect signal, as it's called in LCD land). If there's large enough need for this, we might consider

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

2006-05-28 Thread Visti Andresen
Hi I was wondering if anyone knows how to sync. the SDL_Flip to the vertical blanking of the display. While it is nice to get 47+ FPS while memset'ing the display, I would rather be synced to the display and avoid the tearing at the cost of FPS. ___

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

2006-05-28 Thread Visti Andresen
On Sun, 28 May 2006 14:47:29 +0200 [EMAIL PROTECTED] (Heike C. Zimmerer) wrote: Visti Andresen [EMAIL PROTECTED] writes: Hi I was wondering if anyone knows how to sync. the SDL_Flip to the vertical blanking of the display. You're sure there's anything like vertical blanking for the 770