StartXmms

before starting xmms, one needs to start esd.
use the following shell script to start xmms:

#!/bin/sh

/sw/bin/esd &
/sw/bin/xmms &

hint: install xmms with fink