Welcome, Guest. Please login or register.

Author Topic: My miggy's using to much chipmem...  (Read 1441 times)

Description:

0 Members and 1 Guest are viewing this topic.

  • Guest
My miggy's using to much chipmem...
« on: December 05, 2002, 09:14:38 AM »
Hi
after boot-up there's just 1600/1700 kB's chipmem free. So when I open a directory all icons will be loaded into the chipmem, which causes some apps being unloadable due to the lack of chipmem. I set the prefs/wb to load images-> other mem, but this makes no difference...
Anybody got some solutions to this?, as I've got the feeling I'm not the only one with these probs.

Thanks in advance,
P
 

Offline MrZammler

  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 720
    • Show only replies by MrZammler
Re: My miggy's using to much chipmem...
« Reply #1 on: December 05, 2002, 09:27:39 AM »
There is a patch on aminet, which will load icons and stuff into fast mem, which will also speed up your graphics performance. I think it's called fblit or something, check it out.
Anyway is the only way
 

  • Guest
Re: My miggy's using to much chipmem...
« Reply #2 on: December 05, 2002, 09:32:52 AM »
You need to find out what your hogging all your chip mem, keep at a reasonable resolution like 640x480 64 colours, don't use a RAD disk or anything try and avoid loading stuff into chip ram.
 

  • Guest
Re: My miggy's using to much chipmem...
« Reply #3 on: December 05, 2002, 09:46:25 AM »
Quote
speed up your graphics performance


.. The fblit manual states that fblit uses the cpu in stead of blitter, would this be good for the overall cpu performance??? I'm in doubt...
 

Offline Damion

Re: My miggy
« Reply #4 on: December 05, 2002, 09:46:39 AM »
I had the same problem. Try Fblit and Ftext,
both are on aminet. You basically drop the files
in your c: and libs: drawers, and then make a small
change to the s:startup-sequence. With a 64 color
WB, OS3.9 and Aweb running I still have over 1.5MB
chipmem left. I had even more left on 3.1. They
speed up your system nicely as well.
 

Offline Damion

Re: My miggy
« Reply #5 on: December 05, 2002, 09:49:26 AM »
It's a solid program, I've been using it for 6
months with NO problems. My system is faster,
and seems more stable.

I think that with an accelerator the CPU would be
faster than the blitter, but I'm not positive. I've
only experienced speed gains with fblit.
 

  • Guest
Re: My miggy
« Reply #6 on: December 05, 2002, 10:12:33 AM »
convincing story, thanks
will give it a try...

Greets
P
 

Offline J

  • Full Member
  • ***
  • Join Date: Mar 2002
  • Posts: 248
    • Show only replies by J
Re: My miggy
« Reply #7 on: December 05, 2002, 10:19:10 AM »

Yep, I recommend Fblit too. Before i got a graphics card, I was running it on an 030 and it did speed up my system (windows open faster etc).

J
 

Offline carls

  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 1047
    • Show only replies by carls
Re: My miggy's using to much chipmem...
« Reply #8 on: December 05, 2002, 10:34:05 AM »
FBlit is a great program. Actually, when using AGA+FBlit on my 060, Doom plays faster than on my CV64/3D (with the same CPU).
Amiga: Too weird to live, too rare to die.
 

Offline JaXanim

  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 1120
    • Show only replies by JaXanim
    • http://www.intuitionbase.com/waveguide/home.html
Re: My miggy's using to much chipmem...
« Reply #9 on: December 05, 2002, 07:19:24 PM »
Try EnvHandler from Aminet.
It puts all your system icons (usually stored in RAM:env) into
FastRAM.

I have OS3.9 running on an A1200 and my Chip Ram is showing around
1.9Mb.

Cheers,

JaXanim
http://waveguide.v-2-1.net
Be inspired! It\\\'s back!
 

Offline SilvrDrgn

  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 1215
    • Show only replies by SilvrDrgn
    • http://mikerye.homeip.net
Re: My miggy's using to much chipmem...
« Reply #10 on: December 05, 2002, 07:24:03 PM »
I believe that the versions of FBlit and FText on Aminet might be old.  You should get the most recent versions from this LINK.
Michael
 

Offline blobrana

  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 4743
    • Show only replies by blobrana
    • http://mysite.wanadoo-members.co.uk/blobrana/home.html
Re: My miggy's using to much chipmem...
« Reply #11 on: December 05, 2002, 08:16:52 PM »
There are lots of way to save chip mem...

As mentioned, FBLIT (it does what it says on the tin),
HappyENV,
 try to run  programs that can use `bufmem type = 5`
( the RAD device, for example, can be made to use fast mem)
You can change the tooltypes entry (menu/information)

(bufmem type= 1 is CHIP, and bufmem type =3 is FAST, while  bufmem type =5 is BOTH)

Most Amiga setups support FastROM. This function maps the OS ROM into fast RAM for much faster general operation. If you have are using a 16-bit ROM image with a 32-bit RAM available (say, an A2000 with an 060 accelerator) the difference in general speed can be very noticable. Most accelerators come with FastROM support, either in the form of a software command, or a hardware jumper, so read your manual if you aren't sure. The AmigaOS also provides FastROM support via the CPU command CPU FastROM or CPU NoFastROM.






  • Guest
Re: My miggy
« Reply #12 on: December 05, 2002, 08:18:27 PM »
"Try EnvHandler from Aminet.
It puts all your system icons (usually stored in RAM:env) into
FastRAM."

That's not what envhandler does. Usually there will
be a line in the startup-sequence which copies everything from envarc:
(sys:prefs/env-archive)
to env: (ram:env). This tends to include a lot of icons/prefs/settings etc which
are not needed every time you boot your amiga. envhandler will setup a
env: device, everytime a progrom tries to access a file in env: it
will be copied from hd to the env: "drive". This method will speed up
booting and save some memory. A very nice program indeed :-)
Usually it won't free up chip ram (unless you are VERY low on fast
ram).


 

  • Guest
Re: My miggy
« Reply #13 on: December 06, 2002, 08:18:34 AM »
Quote
Usually it won't free up chip ram (unless you are VERY low on fast
ram).


shouldn't this be the other way around?? free chipmem provided there's ENOUGH fastmem....
 

  • Guest
Re: My miggy
« Reply #14 on: December 10, 2002, 07:25:34 AM »
Because RAM disks respect the memory priorities, fast RAM gets used first. That's why the environment variables shouldn't take chip RAM, if there is any fast RAM available at all.