On Sun, 2002-06-09 at 15:32, CRV§ADER/KY wrote: ... > X11 4.2.0 hw accelerated (started with the automatic "init 5" at boot) takes 45MB of RAM on a single process > (according to top's report), plus 4MB of X Font server. > 1)Is that normal? More or less. X is memory hungry. It will probably release some memory when/if your system gets low on memory. > 2)Can I reduce it? Lower resolution, less colors. No background. Lighter window manager. > 3)When I type "init 3" from an X terminal, the X Font Server continues running. How can I remove it > automatically? Never tried "init" from a X terminal, so I do not know if it is supposed to work. But you could check that your /etc/init.d/rc5.d has a kill symlink fro xdm (if your using xdm). Anyway its your "rc" scripts job to kill X when changing runlevel. // Jarmo