Hi Eru,
Hey eagle how do you start vnc AND aMule with one command??
That's what I would like to do too....
I haven't started them with one command, first I startet Xvnc:
$ Xvnc -geometry 1024x768 -depth 8 -alwaysshared -dontdisconnect :1 &
After that I started the X11-Windowmanager "twm" which isn't very powerfull,
but uses as little memory as possible (VSZ: 3556 kB, RSS: 1084 kB) and
for using only aMule in this case is more than enough...
$ twm -display :1 &
Then I changed to the user "esel" (with su esel) and run the following:
$ export DISPLAY=:1; nohup amule &> /dev/null &
After that I changed back to my normal user-account (exit...)
So you can see, the Xvnc and twm is running all the time, I only restart
aMule from time to time (if it eats to much memory :-) )
Hope this helps you? :-)
So if there would be an -geometry-Option, I could omit the Windowmanager
and would have 1-3 MB more free memory...
eagle