Ouch - I see you like running X apps under root - that's not a good idea.
You should start X session under regular user and use either
su in console or
kdesu in KDE.
It seems that you have some core files there too. Check them with
file(1) like this:
# file /etc/X11/Xorg.core
Do the same for the files below too. You can safely remove them if
file identifies them as a core file (I'm guessing you are not going to do any debugging). Pay attention though, it is not necessarily core file even if it is called core.
Code:
-rw------- 1 root wheel 15691776 Nov 30 2008 /etc/X11/Xorg.core
-rw------- 1 root wheel 16465920 Nov 19 2009 /root/opera.core
-rw------- 1 root wheel 21073920 Nov 30 2008 /root/mysql-query-browser.core
-rw------- 1 root wheel 20467712 Nov 30 2008 /root/mysql-administrator.core
Look at these directories:
Code:
/root/.kde
/root/.vnc
/root/.mozilla
These are directories for KDE settings, VNC and firefox cache. They can grow very fast (specially firefox) - depending on your settings.
As mentioned earlier - you should not run these applications under root (there is really no need to).