100MB - DWM + Xorg
130MB - XFCE4
2x750 P3 w/ 1GB RAM
(I'm going to gander, Xorg uses around 60-70MB, with 20-30MB for other resources. Man Xorg is a beast on memory!)
--
Roger
http://rogerx.freeshell.org/
That's interesting, Xorg uses 28-30 MB on my (64 bit) system, plus 2844K
herbstluftwm (WM I use).
I can't believe xorg requires this much memory to run. I'm even using Gentoo
which has modular xorg packages, so only the parts of xorg I need are compiled
and installed.
I'll just bet, 7/8's of xorg deals with transparency eye candy (composite,
etc)!
--
Roger
http://rogerx.freeshell.org/
How did you measure this? I don't believe it.
These days dwm is considered tiny. Even Xorg
isn't that big compared to "modern" web browsers.
% uname -rms
Linux 3.1.4-1-ARCH i686
% grep '^Vm(Size|RSS)' /proc/`{pgrep X}^/status
VmSize: 21920 kB
VmRSS: 10036 kB
% grep '^Vm(Size|RSS)' /proc/`{pgrep dwm}^/status
VmSize: 5376 kB
VmRSS: 696 kB
Anthony
-,Bjartur
Oops. Forgot to add in my the number of Bash Shells and other running console
applications here. However, Xorg using 20-30MB is still seems like a huge
amount -- but isn't some of this off loaded to video ram?
Anyways, the man reason for posting was just to note the memory resource
difference between DWM and XFCE4. I still prefer DWM over XFCE4 as I can
easily manage it using keyboard.
--
Roger
http://rogerx.freeshell.org/
Roger wrote:
>
> Anyways, the man reason for posting was just to note the memory resource
> difference between DWM and XFCE4. I still prefer DWM over XFCE4 as I can
> easily manage it using keyboard.
XFCE is infected by the dbus virus. So be careful and use condoms.
Sincerely,
Christoph Lohmann
mmm... too late. Are my keys on my keyboard going to fall off now?
--
Roger
http://rogerx.freeshell.org/
I see what you're saying, dbus is already pulled in here by some dumb other
packages. Dumb dependencies I'll never use! (... think hplip pulls it in, as
well as anything written using QT.)
Yes, on Gentoo here, I piped pretend emerge output of all the package
dependencies a package pulls in and saved to my /root, so I can easily
uninstall bloated applications.
--
Roger
http://rogerx.freeshell.org/
fyi hplip only needs dbus for the scan-to-fax functionality. if you
don't need that it will build without dbus just fine.
--
# Kurt H Maier
I'm a bit confused: Doesn't XFCE set on top of Xorg?
Could someone please explain.
meillo
~100MB - DWM + Xorg
~130MB - XFCE4 + Xorg
I, of course, already mentioned I forgot to isolate Xorg and as such, included
my other cli applications within the memory count.
--
Roger
http://rogerx.freeshell.org/
There it is, x11-libs/qt-gui xfce-base/thunar depend on dbus.
XFCE4 itself doesn't depend on dbus, but only if a user pulls in thunar --
which then thunar does depend on dbus. I was wondering why installing xfce4
didn't automatically pull in thunar, now I know why!
--
Roger
http://rogerx.freeshell.org/