Code: Select all
wallpaper.py
Then login to icewm, not rox-icewm, or jwm, or whatever you want.
If nothing else, just to see how much difference it makes.
The conky is neat too, but not very useful after you cover it with a window......
Code: Select all
wallpaper.py
Did that minus the desktop background works good ram is way down around 38 megs when it boots to desktop it was 68 megs originally, the 30 meg savings is awesome thanks guys all of you.....rust collector wrote:Ok, in a terminal, you can typethen set it to no wallpaper. it might help a tiny bit.Code: Select all
wallpaper.py
Then login to icewm, not rox-icewm, or jwm, or whatever you want.
If nothing else, just to see how much difference it makes.
The conky is neat too, but not very useful after you cover it with a window......
Posts | 0 |
I got similar machines. raspberrie's (with 256 RAM) and Pentium 3'srjm65 wrote:In case anyone else has a low end machine like me I ran each browser and loaded msn.com in each and then did a ps_mem.py and i now know what each browser uses of your ram. netsurf is the lowest it uses 24 megs ram Iceape uses 48 megs ram Midori uses 55 megs ram and Iceweasel was way up there using 69 megs ram.
I will try now removing stuff but I did find a 128 meg chip really cheap on ebay so I ordered it for the old machine now it will be maxed out at 192 megs rather then 128, there is 64 megs of ram hard soldered to the motherboard and the expansion slot has a 64 meg chip in it now soon to be 128 meg... the extra 64 megs should help me out some on this old machine....
I went back to JWM and i would like to remove that icon for iceweasel off the taskbar...rust collector wrote:I think you need to edit your ~/.jwmrc file, I do not remember if that was split up into sub-files or not. But they are hidden files in your home.
In a file manager, press ctrl + h to see them
Got it thanks guys i just changed every line that said iceweasel to netsurf and left the icon there now instead of doing nothing when you click on it, now it opens netsurf....dolphin_oracle wrote:Its in ~/.jwm/tray .
Code: Select all
if [ -z $DISPLAY ] ; then
startx ~/.xinitrc jwm;
fi
Code: Select all
if [ -z $DISPLAY ] ; then
echo"default start jwm"
echo"1) cli"
echo"2) jwm"
echo"3) icewm"
read"what would you like to do?" ans
case $ans in
1)
echo"staying in cli"
;;
2)
startx ~/.xinitrc jwm
;;
3)
startx ~/.xinitrc icewm;
;;
*)
startx ~/.xinitrc jwm
;;
esac
fi
That's great job getting rid of 38 megs. Now that's lean and mean.rjm65 wrote: good ram is way down around 38 megs when it boots to desktop it was 68 megs originally, the 30 meg savings is awesome thanks guys all of you.....
I just wanted everyone to know how much I appreciate all your help and suggestions...jdmeaux1952 wrote:That's great job getting rid of 38 megs. Now that's lean and mean.rjm65 wrote: good ram is way down around 38 megs when it boots to desktop it was 68 megs originally, the 30 meg savings is awesome thanks guys all of you.....