Thursday, November 25, 2010

Removing GDM and installing KDM

Due to Hardware issues in our Environment, GDM tends to crash after every restart, so uninstall GDM.

Test for GDM stability before Uninstalling, if GDM is working fine, you can skip installing KDM.

Go to Command mode by pressing Alt+Ctrl+F1 for first terminal

Kill GDM, using command #/etc/init.d/gdm stop, then

Note1: Precede 'sudo' where ever necessary.

Removing GDM
#apt-get remove gdm
#apt-get autoclean
#apt-get autoremove



Installing KDM
#apt-get update
#apt-get install KDM

Restart the System after installing KDM and also test for stability of KDM.

No comments:

Post a Comment