Wednesday, December 29, 2010

Start X from shell, Ubuntu

First method, Use init script
sudo /etc/init.d/gdm start
sudo /etc/init.d/kdm start

Second method, type startx command :
startx

If nothing works, type xinit to star X server without KDE:
xinit

Now start kde with following :
startkde

No comments: