Results 1 to 7 of 7
Greetings
I am used to using sysvconfig to disable unneeded services on Debian Lenny, but I don't see gdm showing up there. Why would that be?
Anyways, I suppose i ...
- 10-24-2009 #1
Disabling the Gnome Desktop
Greetings
I am used to using sysvconfig to disable unneeded services on Debian Lenny, but I don't see gdm showing up there. Why would that be?
Anyways, I suppose i can stop the desktop easy enough by typing /etc/init.d/gdm stop, but that would just be for the current session I imagine. I am wondering if there is an easy way to just disable it without manually editing or renaming scripts.
It would be nice to use sysvconfig, but like I say gdm doesn't show up there.
- 10-24-2009 #2Linux User
- Join Date
- Jan 2007
- Location
- cleveland
- Posts
- 452
if as root you rename gdm to something else (g_old_dm)
that should stop itthe sun is new every day (heraclitus)
- 10-25-2009 #3
As root
to restoreCode:update-rc.d -f gdm remove
Code:update-rc.d -f gdm defaults
- 10-26-2009 #4Just Joined!
- Join Date
- Nov 2008
- Posts
- 2
Hi,
How are you, its good
- 10-26-2009 #5
- 03-12-2010 #6
Hey, I finally got around to using this, and it is just what I wanted. I did a little before and after comparison of running services using ps -ef, and it looks like GDM is the key that pulls all the other services used by the desktop with it, such as nautilus, mixer_applet2, etc.
As far as I can see, disable GDM like this and as far as ps -ef can tell, it the same situation as before gnome was even installed.
- 03-12-2010 #7
GDM (re)starts the XServer when a user logs in. And gnome-panel etc. ultimately are X11 applications that connect to the display server.
When you kill gdm, it terminates the XServer and all graphical applications lose their connection.Debian GNU/Linux -- You know you want it.


Reply With Quote

