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 - SSG

Pages: [1] 2
1
Zaurus - pdaXrom / Ir Keyboard Drivers - Alpha Release
« on: October 16, 2006, 04:53:30 am »
Hi.  I rewrite key maps for targus and use zaur 760 with HP iPaq Bluetooth Keyboard (HighScreen).  Work fine.

Have next trouble with:

1) '^' cannot be input.
2) Caps Lock doesn't work by itself; I need to press Shift and Caps Lock down
at the same time to make it work.
3) 'Delete' not worked
4) Symbol ','  printed as '/' (mapped in corgy key map)

need create different keymaps and load it ?

2
Zaurus - pdaXrom / Timing For 1.1.0beta4 For C760
« on: May 31, 2006, 03:45:45 am »
same wana beta 4 for 760

3
Zaurus - pdaXrom / Rtc Alarm Not Worked In Rc 10
« on: May 31, 2005, 12:20:47 pm »
Quote
So you have writen a piece of code to wake up your zaurus out of suspend?  Thats killer , would you mind sharing it, and how you use it?

Todd
[div align=\"right\"][a href=\"index.php?act=findpost&pid=82015\"][{POST_SNAPBACK}][/a][/div]

for the time being it only simple and little daemon wakeup zaurus and play sound.

need interface for editing and store alarm time.

4
Zaurus - pdaXrom / Rtc Alarm Not Worked In Rc 10
« on: May 29, 2005, 08:27:48 am »
Thanks for fast reply.
After installing nntp it's worked. I see later why.
(sorry my english)

5
Zaurus - pdaXrom / Rtc Alarm Not Worked In Rc 10
« on: May 27, 2005, 03:30:05 am »
Hi dear All!

   int fd, retval;
   unsigned long  data;
   struct rtc_time rtc_tm;

   /* Open runtime clock device */
   fd = open ("/dev/rtc", O_RDONLY);
      
    /* Enable alarm interrupts */
   retval = ioctl(fd, RTC_AIE_ON, 0);

   /* This blocks until the alarm ring causes an interrupt */
   retval = read(fd, &data, sizeof(unsigned long));

In RC9 this code wakeup my Zaurus from suspend mode in given time, in RC10 this not worked - why?

6
Zaurus - pdaXrom / Compiling Remind For Pdaxrom
« on: March 28, 2005, 02:30:56 am »
Quote
install the pcre-xxx  from the feed correspondig to you release.

what is "message about "ect file: No such file or directory"" ?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=72477\"][{POST_SNAPBACK}][/a][/div]

pcre user grep in /usr/bin
possible change $PATH first /bin:

7
Zaurus - pdaXrom / Ipkg - Package Making
« on: March 22, 2005, 04:29:33 pm »
need says for postinstal script

8
Zaurus - pdaXrom / Games On Pdaxrom
« on: March 10, 2005, 04:31:03 pm »
Quote
Why does Wesnoth load up and say "Setting Video Mode to 1024x768x16"

If this was 640x480, would the Hotkey screen (And some of the other oversized screens) show up correctly?

Plays beautifully though, thanks for compiling it.  I noticed they have directions on how to build it in OE, though it looks like they have it setup for an Ipaq/5500 w/ a 320x240 screen.  They say that that version doesnt use Floating Point.  Is this version compiled with No Floating Point or Soft Float?

I'd imagine using Wesnoth's own "Non-Float" would make it faster than the Soft Float.  But I am usually wrong.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=70080\"][{POST_SNAPBACK}][/a][/div]

It game not have 640x480 resolution, I hardcoded this in source and adjust cfg files. Compiled onboard with sash gcc image. (sorry my english)

9
Zaurus - pdaXrom / Games On Pdaxrom
« on: February 28, 2005, 04:20:06 am »
Quote
you can mail it to me (mailATdeniscalliesDOTde)
and i will host it on my site

Denis
[div align=\"right\"][a href=\"index.php?act=findpost&pid=68785\"][{POST_SNAPBACK}][/a][/div]

Upload on www.clearpepper.nm.ru/data/wesnoth_0.8.11_armv5tel.ipk

good look

10
Zaurus - pdaXrom / Games On Pdaxrom
« on: February 27, 2005, 03:16:06 pm »
Quote
@ SSG:
   can you please make yor battle of wesnoth available for us?!?


@ DaMightyWhightyMan :
   i only installed stratagus, swapon and load my wcII data on my CF Card : stratagus -d /mnt/cf/wcII/data, wait 20 seconds and it starts! no magic,
runs under debian on my c700, too

bye Denis
[div align=\"right\"][a href=\"index.php?act=findpost&pid=68780\"][{POST_SNAPBACK}][/a][/div]

 I need a host to place this package It size is 19 Mb

11
Zaurus - pdaXrom / Games On Pdaxrom
« on: February 27, 2005, 08:10:23 am »
I play in onboard compiled Batle of Wesnoth

12
Themes, Icons, and Backgrounds / Pdaxrom / Rc9 Shot
« on: February 23, 2005, 08:07:36 am »
iDesk+iceWM

13
Zaurus - pdaXrom / How Install Gcc.img?
« on: February 08, 2005, 06:02:03 pm »
Quote
Quote
I see that the feed contains more or less all the tools needed for development (gcc, make etc.).
But then there is also a different SDK for download at the pdaxrom site.

Could someone explain what is the difference between installing all the development-related ipks and using the SDK img?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=66167\"][{POST_SNAPBACK}][/a][/div]
I think it's nearly the same. However the toolchain uses cramfs which is a more compact, readonly filesystem, so it's smaller that way.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=66188\"][{POST_SNAPBACK}][/a][/div]

I pack this in squashfs this more compact,  and more speed

14
Zaurus - pdaXrom / How Install Gcc.img?
« on: February 07, 2005, 02:57:40 am »
Quote
Mount the img file as follows:

#mkdir -p /opt/arm/3.3.2-vfp
#mount -o loop,ro -t cramfs /mnt/card/gcc.img /opt/arm/3.3.2-vfp
[div align=\"right\"][a href=\"index.php?act=findpost&pid=65925\"][{POST_SNAPBACK}][/a][/div]

this for RC5 for RC8-9
see file /etc/profile for path
mkdir -p /opt/native/arm/3.3.2-xscale-softvfp
#mount -o loop,ro -t cramfs /mnt/card/gcc.img /opt/native/arm/3.3.2-xscale-softvfp

15
Zaurus - pdaXrom / Even If Simple Alarm In Pdaxrom?
« on: January 12, 2005, 10:25:19 am »
se la vi. Have zaurus - yourself rescue myself

Pages: [1] 2