Your X server keeps crashing and your inittab file has been set to respawn X each time it exits. That's why it gets into that loop. You need to find out what has gone wrong with X.
Log in at the command line and type startx. X will start and probably crash again. Now go to /var/log and examine Xorg.0.log, especially the last few lines. This should show you exactly where X crashed, and that will give you an idea how to fix the problem. You can post the relevant part of the log here if necessary.
On a more general point: never install or uninstall anything purely as a test without taking full notes so that you can reverse your changes if necessary. At the very least, you should write down the correct package names.
Last edited by hazel; 01-10-2017 at 07:47 AM.
|