cbagger01
Group: Members
Posts: 4264
Joined: Oct. 2003 |
|
Posted: May 22 2005,16:50 |
|
First step:
Get rid of the dockapps and the desktop icons. The dockapps can eat up to 1MB ram for each under certain circumstances.
Edit your lilo.conf file and add "noicons" to your append statement. Then rerun lilo to activate your changes.
Second step:
Choose the "Minimal" desktop style. It runs faster on older computers.
Third step:
If not already using framebuffer mode, try using framebuffer instead of Xvesa. An example framebuffer boot code is:
vga=788 (for 800x600x16bit)
and rerun xsetup.sh and choose xfbdev server
Why? xfbdev server is more RAM efficient than xvesa
Finally, Use the Opera.uci extension instead of Firefox. Much better performance. Dillo is still best for speed on most hardware, though.
Also, you could try some of the "failsafe" boot codes to reduce driver usage like: atapicd noscsi nosound nousb nofirewire noagp nopcmcia
|