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

Pages: [1]
1
Quote
How to diable the \"fast load \" feature?
Press on the icon that starts an application for about 5 seconds. A dialog box will come up allowing you to enable or disable certain items.  If implemented, \"fast load\" will be one of these items.  

A swap file also helps if you have more than one application running at one time.

2
General Discussion / How to get PS1 to show anything useful?
« on: March 20, 2004, 11:20:46 am »
Quote
ln .profile .bashrc

Hard linking  .bashrc to .profile did the trick.    

Thanks very much.  It is little things like this that drive me bonkers. (the very first thing that I had tried to do was create a /home/zaurus/.profile - with no result of course)

3
General Discussion / How to get PS1 to show anything useful?
« on: March 17, 2004, 01:10:40 am »
Quote
it should be either /home/zaurus/.profile or /home/zaurus/.bashrc

I have a /root/.profile and a /home/root/.profile   and not a .bashrc in sight.  Editing either .profile does not seem to do much.  When I restart the terminal program I am back to the same defaults under either bash or sh.  Grepping the entire Zaurus file system for variables that the set command brings up does not shed any light on what’s happening or where my defaults are comming from.  What is there that is exporting these variables?

4
General Discussion / How to get PS1 to show anything useful?
« on: March 14, 2004, 03:18:11 pm »
Quote
I found that I can get the results I expected (after modifying /etc/passwd to make my shell /bin/bash for both root and zaurus)

This works, but how do you make your new prompt stick?  Everytime I restart the terminal program on the SL5600 I have to run a script to reset the PS1 otherwise it is back to the default.  To make this question more general; where is the terminal getting its defaults from as \'user zaurus\'?

5
Linux Issues / Busybox - Are there easy ways to make it more robust?
« on: March 09, 2004, 10:38:47 am »
doesas wrote
Quote
By \"list\", do you mean to list contents of a .deb file?? 

I want to see where packages are going.  The following is what I would like:

dpkg -l “package_name\" will tell you the status of \"package_name\" or if you don\'t enter anything for \"package_name\", it will tell you the status of all installed packages.\"

dpkg -L “package_name\" will tell you all of the files that belong to package_name\".\"

dpkg -s [ wildcard ] – search all installed,  files and the packages and tell what belongs to to who.

I have harldy ever used the dpkg-deb command except with the -x option

6
I keep getting the following Memory Status message on the SL5600: The available work area is becoming very low. Please select an application to terminate and tap OK button.

I am trying to open very large files so this is not unexpected.  I can watch 22 Megs of free memory and buffers vanish in System Info under the memory tab until I get this message.

A large swap file on a very large SD card that helps a bit, but checking the status of it in the terminal shows it is only partially being used before I get this error.  

How do I increase the work area memory?  I seem to have about 30 Megs free of internal memory, can that be added to the work area?

7
General Discussion / swapon not working
« on: March 09, 2004, 12:02:46 am »
Do not forget to logon as root on the 5600 before you try to create a swapfile by typing:

   su root

The file system for /home will not support a swap file;  you need a SD or CF card.

8
Software / How do I view very large images on a Zaurus?
« on: March 08, 2004, 12:49:38 am »
I am an Architect (buildings not systems) who got a SL5600 to use in the field.  I installed the biggest SD card I could find (512 megs) and created a large swapfile (16 megs on the SD card).  With it I can use qpdf2 to view codes, CAD files, information requests, project specifications and whatever as long as I can get it into PDF format.

What I cannot do is view large images, bigger than 1600 x 1024 pixels. I do not need to view the whole image at once, but I do need to be able to scan around them like one would do with a web driving direction map.  Many of these images are of urban zoning maps and aerial photos.  Right now I have a written simple c program that splits large images into a bunch of smaller files. Unfortunately this is much like using a road atlas that doesn’t tell you what page the adjoining maps are on.

I have tried TxImage (great for small to medium size files), ZImage (my favorite so far), QIV (refused to install), and ImageBrowser ( installed fine but refused to work and had to be manually uninstalled) What else is out there?

File formats do not seem to make much of a difference, though I have had better luck with GIF and PNG files and not so good luck with JPG and TIF files. Qpdf2 will sometimes display large images put into PDF format, but you cannot zoom in on them without the program just giving up and quitting with no explanation.  The other image viewers I have tried, if they can even open the image, do the same as well.   I assume that I am out of memory, because before I created the swapfile I got out-of-memory errors when trying to view large images.

Are there modifications (software , firmware or hardware) that I can do to the SL5600 that will make large images viewable?  I know I am pushing this little guy way beyond what it was supposed to do, but my digital camera will do what I am trying to do just fine with 18 meg TIF files.

9
Software / Where can I get TXImage?
« on: March 07, 2004, 11:17:27 pm »
try here

10
Linux Issues / Busybox - Are there easy ways to make it more robust?
« on: March 07, 2004, 11:09:24 pm »
Quote
I usually try to find full-featured replacements for common or missing commands

Thanks for the help: This is very useful.  

I have decided to follow doesas’s advice and find full-featured replacements on an ad hock basis for common or missing commands.

The find utilities recommended by dtruchan worked great.  

The replacements that I finding, besides being more robust, seem to work much much faster than the commands in Busybox.  Is this the norm?

Now if I can only find a version of dpkg that has list and search features…

11
Linux Issues / Busybox - Are there easy ways to make it more robust?
« on: February 29, 2004, 01:14:46 am »
I am not sure if this is a  Zaurus Linux 101 refresher question or a question about the philosophy of the compromises in Busybox. 60.4  in the Sharp SL-5600 ROM.  What are people doing when they find the version of Busybox on the Zaurus too stripped down to be comfortable?

It looks like there are some older versions of Busybox with more features. If one of these is newly installed on the Zaurus, are the links automatically created or set to the wanted version of Busybox, or do you have to link Busybox and each command individually with a script?  What if it is only certain commands where you need flexibility such as this combination command: find  / -type f –exec grep –H filename {} ;   that will not work on the Zaurus?

Are people recompiling Busybox for their own purposes (seems like a lot of work) or are there easier ways to install and substitute more full-bodied commands as you need them?

Also usage aids for Busybox commands seems lacking on the Zaurus.  Man pages , info , whatis, --help, etc.. don’t exist.    So you must force an error to see what options and parameters can be used.  http://www.busybox.net/ seems to be describing a much more robust product than on the Zaurus.

Pages: [1]