Re: [qtopia & openmoko]can't compile gnuboy

2008-09-10 Thread arne anka
> Suggestions?

start by clicking from menu or file manager?



___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [qtopia & openmoko]can't compile gnuboy

2008-09-09 Thread Chris Hogan
Have you tried setting the resolution on the command line?

Something like this:

sdlgnuboy --vmode=480,640,32 tetris.gb

Chris.

On Wed, Sep 10, 2008 at 12:43 AM, Thomas Bertani <[EMAIL PROTECTED]> wrote:
> yuppie, thanks a lot, I compliled it usccessfully, but now, when I try to
> launch the app, I get this error...
>
> SDL: can't set video mode: No video mode large enough for 160x144
> Signal 11
>
>
> how can I solve it?

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [qtopia & openmoko]can't compile gnuboy

2008-09-09 Thread Thomas Bertani
ehm... there is also a "fbgnuboy" executable oO
when I try to launch it, I get the error message "controlling terminal is
not the graphics console" both via ssh and via terminal on the neo... (under
qtopia).
Via ssh after getting this error, I also get disconnected from ssh...

Suggestions?
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [qtopia & openmoko]can't compile gnuboy

2008-09-09 Thread arne anka
> SDL: can't set video mode: No video mode large enough for 160x144

can't really help you there.
have a look at google and check maybe with fbset what idea sdl might have  
of your screen.

> http://doc.freevo.org/FAQ#head-a6b386d46c6dd5694353689a4017ccfbcaf19ee9

here's one related to zaurus
> http://www.oesf.org/forum/index.php?showtopic=25605
that blames the portrait mode. sdl seesm to ecpect landscape (4:3, not 3:4)

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [qtopia & openmoko]can't compile gnuboy

2008-09-09 Thread Thomas Bertani
yuppie, thanks a lot, I compliled it usccessfully, but now, when I try to
launch the app, I get this error...

SDL: can't set video mode: No video mode large enough for 160x144
Signal 11


how can I solve it?
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [qtopia & openmoko]can't compile gnuboy

2008-09-09 Thread arne anka
> how to disable joystick ? oO

./configure --help
?



___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [qtopia & openmoko]can't compile gnuboy

2008-09-09 Thread Thomas Bertani
2008/9/9 arne anka <[EMAIL PROTECTED]>

> > cc1: warning: -f[no-]force-mem is nop and option will be removed in 4.2
>
> that's only a warning, should be save to ignore.
>
> > In file included from sys/linux/joy.c:6:
> > /usr/include/linux/joystick.h:131: error: expected
> > specifier-qualifier-list
> > before '__s64'
>
> google has a few hits for that:
> > http://www.mail-archive.com/[EMAIL PROTECTED]/msg08533.html
> >
> http://www.linuxquestions.org/questions/slackware-14/missing-prerequisite-headers-596947/?s=ec4b18f0554ce5978836267aebcae420
>
> seems to be some issue with amd64 and ansi, if the assumptions of the
> links still hold true.
> might be sensible, to let configure disable joystick?
>

how to disable joystick ? oO
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [qtopia & openmoko]can't compile gnuboy

2008-09-09 Thread arne anka
> cc1: warning: -f[no-]force-mem is nop and option will be removed in 4.2

that's only a warning, should be save to ignore.

> In file included from sys/linux/joy.c:6:
> /usr/include/linux/joystick.h:131: error: expected  
> specifier-qualifier-list
> before '__s64'

google has a few hits for that:
> http://www.mail-archive.com/[EMAIL PROTECTED]/msg08533.html
> http://www.linuxquestions.org/questions/slackware-14/missing-prerequisite-headers-596947/?s=ec4b18f0554ce5978836267aebcae420

seems to be some issue with amd64 and ansi, if the assumptions of the  
links still hold true.
might be sensible, to let configure disable joystick?

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


[qtopia & openmoko]can't compile gnuboy

2008-09-09 Thread Thomas Bertani
I tried to compile gnuboy both in qtopia and openmoko (2008.8 update) but
the same error occurres when I type "make"


cc1: warning: -f[no-]force-mem is nop and option will be removed in 4.2
In file included from sys/linux/joy.c:6:
/usr/include/linux/joystick.h:131: error: expected specifier-qualifier-list
before '__s64'
make: *** [sys/linux/joy.o] Error 1



Why? Oo
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community