easy way to install fvwm-crystal on debian on low memory system.
fvwm-crystal (imho) is the perfect choice for low memory system (especially, old computers). it's using fvwm which is well known for low resources usage and very fast on old computers with low ram.
may be as light as any *box wm and as cute as xfce.
there's many distros already available for low ram system, like feather, dsl, and my favorite puppy, etc. why do i do this?
because this is a true debian installation. you have 100% debian system. period.
i'm using it now on my old laptop, writing this guide so that i can replicate it on other machine.
someone upload the video to youtube:
WARNING: this will erase everything in your hard drive. so, prepare a new harddrive or the one that you dont mind everything in it to be formatted into new system.
Requirement:
- fast internet connection
- or, slow internet connection if you dont mind taking hours to download stuffs. ;p
here's how:
- download debian net-install http://cdimage.debian.org/debian-cd/4.0_r0/i386/iso-cd/debian-40r0-i386-netinst.iso
- burn it, off course.
- boot into your new system
- follow the step-by-step instructions
- if you like screenshots, see here: http://howtoforge.org/the_perfect_desktop_debian_etch
- STOP at the screen where you're asked 'Use network mirror ?" choose NO and continue the setup
- when it finish, it'll ask you to reboot. do that.
- login as root
- edit sources.list with your favorite editor:
vi /etc/apt/sources.list
- add these lines
deb http://ftp.debian.org/debian etch main contrib non-free
deb-src http://ftp.debian.org/debian etch main contrib non-free
- put # to beginning of 'deb cdrom' line
- save the file and back to prompt and type:
apt-get update
apt-get install xserver-xorg-core xorg gdm fvwm python rox-filer imagemagick xscreensaver gksu trayer xmms
- if you're on slow internet connection, take a nap! :) otherwise, boiled some tea/coffee
- get the latest fvwm-crystal
wget http://download.gna.org/fvwm-crystal/x.x.x/fvwm-crystal-x.x.x.tar.gz
tar -zxvf fvwm-crystal-x.x.x.tar.gz
cd fvwm-crystal-x.x.x
make install
- that should be all it. reboot and get into your new fvwm-crystal. you've got yourself full debian system which you can do apt-get or use aptitude to install/update/upgrade any apps or the whole system.
wondering how it looks like? see some shots http://fvwm-crystal.org/screenshots.html
Refs






























Comments