I'd configured my computer to not start X at boot (because it was running as a server for a while). And now, I've forgotten what I did. How do I make it start X at boot?
UPDATE:
Solved by running the following
(If running kdm it would be that instead of gdm)
UPDATE:
Solved by running the following
Code:
sudo update-rc.d gdm defaults
Comment