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

Pages: [1] 2
1
Zaurus - pdaXrom / any plan to compile GIMP2
« on: September 24, 2004, 11:51:10 am »
ko/pi and ka/pi....
Very nice indeed.
 

2
Zaurus - pdaXrom / Source code for X11 Server?
« on: September 24, 2004, 11:48:26 am »
Thanks Laze.  I should have read this post first before replying to the other one about kernel sources. Oh well...

3
Zaurus - pdaXrom / Where can i get RC3 kernel sources?
« on: September 24, 2004, 11:46:07 am »
Quote
Where can i get RC3 kernel sources?

I need them to compile some stuff...

Greetings,
Remco.
I second this post. Where could we get the kernel sources?

4
Zaurus - pdaXrom / pdaXrom 1.0.5 progress report
« on: July 01, 2004, 07:36:45 pm »
I hope they'll use Ashely's script, as well as enabling faster SD writting in the kernel.

Bebe

5
For Sale / Wanted / For Sale: 5600 in USA
« on: July 01, 2004, 07:32:20 pm »
I'm also selling my SL-5600 on eBay.
The device is about 3 months old and in great condition.
I can ship it to the US and Canada (I live in Boston, MA).
The reserve price on it is $289.99 USD.
I'll accept Paypal and money orders.
For pictures and info, visit the Ebay Auction.
Email me at bebew1@hotmail.com for any further questions.

Thanks,
Bebe

6
For Sale / Wanted / For Sale: C750 in USA
« on: July 01, 2004, 07:25:56 pm »
I'm selling my C750 on eBay.
It's about 3 months old and in great condition.
I can ship to the US and Canada.  
The reserve price on the $520 and it includes a 256MB SD card.
I'll accept Paypal and Money Orders.
For more details, visit the Ebay Auction.
Contact me at bebew1@hotmail.com for any futher questions.

Thanks,
Bebe

7
Boston / Welcome!
« on: April 17, 2004, 07:34:55 pm »
Hi all,
 I live in the heart of Boston.

Quote
OK.  So when is the first meeting?  ;-)

LD

Yes, when is the first meeting?


Bebe

8
Looks nice.
I wonder what the front end is for the video player.

Bebe

9
Zaurus - pdaXrom / Port Requests Here:
« on: April 03, 2004, 02:34:00 pm »
Some mplayer front end i.e. gmplayer

BTW, anyone having any progress with minimo?

Bebe

10
Zaurus - pdaXrom / Dual Booting pdaX from SD
« on: April 03, 2004, 02:16:58 pm »
Quote
Quote
I\'m also having problems with the mangled display but under different circumstances.  I attempted to use the kernel that came with the latest Cacko Qt rom (for faster SD writes) under pdaXrom.  The display would automatically become mangled after running startx. However, if I put the zaurus in suspend mode and turn it back on, it would dipslay the desktop perfectly in portrait mode for about a second or two, then the display would become garbled.   Any suggestions would be appreciated.

Bebe

Hmm, Maybe the pdaXrom needs the jernel that comes with it - possibly they tweaked something in the kernel, but my guess is a mixed up config file somewhere.

I tried starting X manually by itself but still got mangled display, will try to capture the error messages X puts out to file if I can to help debug.

Stu

Capturing the error messages from X would help greatly.  I was hoping that the pdaXrom kernel was not too different from the cacko QT kernel.   I tried recompiling the original Sharp kernel with CONFIG_FS_SYNC turned off, but that didn\'t work either.

11
Zaurus - pdaXrom / Dual Booting pdaX from SD
« on: April 03, 2004, 12:31:25 am »
I\'m also having problems with the mangled display but under different circumstances.  I attempted to use the kernel that came with the latest Cacko Qt rom (for faster SD writes) under pdaXrom.  The display would automatically become mangled after running startx. However, if I put the zaurus in suspend mode and turn it back on, it would dipslay the desktop perfectly in portrait mode for about a second or two, then the display would become garbled.   Any suggestions would be appreciated.

Bebe

12
Zaurus - pdaXrom / New pdaXrom will include support for Quake 3 and IE
« on: April 02, 2004, 02:21:57 pm »
ha ha

13
Zaurus - pdaXrom / Targus IrDA Keyboard Support for pdaXrom
« on: March 19, 2004, 11:10:05 pm »
Hello all,
   
    carlthedever and I just finished a Targus irda keyboard daemon for the zaurus.  If anyone else is interested in such a thing, you can get more information and download it from the following link:

http://www.cs.umb.edu/~woodbj/zaurus/xirkd/

There\'s still some more work to be done on it; at its current state it could be considered completely functional for some people\'s use.  If you notice any bugs please pm me or carlthedever..

Bebe

14
Zaurus - pdaXrom / pdaXrom themes
« on: March 18, 2004, 11:04:00 pm »
@CoreyC
 Both themes look nice

Bebe

15
Zaurus - pdaXrom / Cross compiling issues
« on: March 17, 2004, 10:26:54 am »
Quote
Have you stripped it? (you say release mode, but I don\'t know whether that has actually stripped it, though I\'d assume it has from the name).

Si

Thanks for replying lardman,

At first, I compiled my program like this:
Code: [Select]
g++ -Wall -g -o hello hello.cpp

Then like so,
Code: [Select]
g++ -Wall -02 -o hello hello.cpp

Then like this,
Code: [Select]
g++ -o hello hello.cpp

Finally, I did this

Code: [Select]
g++ -Wl,-Bdynamic -o hello hello.cpp

And I did this to both code that had stl and code that had non-stl references. All of this resulted in a 3MB file.

The interesting this is that when I used zgcc 3.3.2 to compile, I got a file that was much smaller. My guess is that some of the libs that came with the version of zgcc 3.3.1 were in debug mode.  Oh well, 3.3.2 it is

Pages: [1] 2