Heute morgen (nach hibernate) sah die Auslastung durch Xorg noch so aus:
$ ps -Ao %cpu,cmd | grep Xorg
 4.3 /usr/lib/Xorg -nolisten tcp :0 vt1 -keeptty -auth /tmp/serverauth.AUUlvJKZdC
 0.0 grep --color=auto Xorg
Heute Aben aber sind 61% ausgelastet:
$ ps -Ao %cpu,cmd | grep Xorg
61.5 /usr/lib/Xorg -nolisten tcp :0 vt1 -keeptty -auth /tmp/serverauth.AUUlvJKZdC
 0.0 grep --color=auto Xorg
$ ps -Ao %cpu,cmd | grep Xorg
61.5 /usr/lib/Xorg -nolisten tcp :0 vt1 -keeptty -auth /tmp/serverauth.AUUlvJKZdC
 0.0 grep --color=auto Xorg
Hinweise:
Ich habe einen sehr alten Rechner (Pentium 4@3GHz mit 2 Kernen).

Vielen Dank schonmal in Voraus.
Installiere mal xrestop. Das ist sowas wie "top", nur beschränkt auf X-Ressourcen.