I'm running Kubuntu 9.04 64-bit on my new laptop (Lenovo 3000 G530) which has 2 GB of RAM; right now xorg is using 612 MB. I have Kubuntu 9.04 on my desktop also (32 bit), and have not experienced this problem (though I did have to make a few edits to its xorg.conf to fix huge CPU usage by xorg/plasma on that machine).
My xorg.conf file:
My xorg.conf file:
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
Section "Device"
Identifier "Configured Video Device"
EndSection
Section "ServerFlags"
Option "DontZap" "True"
EndSection
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
Section "Device"
Identifier "Configured Video Device"
EndSection
Section "ServerFlags"
Option "DontZap" "True"
EndSection
Comment