Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - demosthenes

Pages: [1]
1
Sharp ROMs / Freeciv on xqt?
« on: June 14, 2004, 07:17:21 pm »

2
Qt/Qtopia / WarCraft on the Zaurus (640x480)? "FreeCraft" or &
« on: May 08, 2004, 11:06:06 pm »
you can run from the command line

Code: [Select]
export SDL_FB_SIZE=320x240

export SDL_QT_ROTATION=1


the above (after the = sign) are only example values, you may need to change them. You can also run export with no arguments to see what the current environment variables are set to.

3
Software / How to run snes9x and other SDL applications in portrait...
« on: April 30, 2004, 06:38:47 am »
I\'ve been playing on my sl-5500 using a pocketop keyboard. It suprisingly works like a charm by simply turning IRK on and starting up snes9x. The only down side is... no easy handheld gaming... (since you have to set up the keyboard).

Here is the script i use to play

Code: [Select]
#! /bin/sh

export S9XKEYS=27,99,120,100,115,97,122,13,32,106,108,105,107,110,111,44

SDL_QT_ROTATION=2 snes9x -ns $1


I put that in the file \"s9x\" and just run this command to play.
Code: [Select]
s9x /mnt/cf/snes/zelda.smc

dont forget to
Code: [Select]
chmod +x s9x

Lately I made a different shell script for each game I have. I also made icons for each game in png format so I can just start a game from the launcher. If anyone would like them let me know.

Pages: [1]