
To view parent comment, click here.
To read all comments associated with this story, please click here.
I think that one key point might be if you're enabling 3d acceleration or not. I use XFCE and without 3d acceleration, it uses about 30MB of RAM on a clean install/boot. But if I enable 3d acceleration (on an intel integrated graphic card) it will use an extra... 60MB of RAM ! (with xorg 6.8.2 it was just 25MB extra).
To disable/enable 3d acceleration you can comment/comment out the line in /etc/X11/xorg.conf where it says:
Load "dri"
(if you don't have that line in the "Module" section you should also add at the end of the file:
Section "DRI"
Mode 0666
EndSection
To check if 3d acceleration is working, you can type at the command line "glxinfo" and in the first few lines you should see "Direct rendering: yes" if it's enabled.
Disabling DRI is a good way to save RAM in older computers. It's not much used in Linux anyway (except google earth, some games,...)
Member since:
2005-06-28
Cups uses quite some memory and the fact that you have 1 GB of RAM already, gives the "green light" to the kernel to use more cache/buffers as required.