How to temporarily stop and start Gnome?

26,160

Solution 1

Precise Pangolin uses lightdm instead of gdm, so something like the following should work.

sudo service lightdm stop

Solution 2

To stop lightdm , you can do

sudo stop lightdm

to start lightdm

sudo start lightdm

Source :LightDM

Share:
26,160

Related videos on Youtube

Michael Ecklund
Author by

Michael Ecklund

Hello, my name is Michael Ecklund, and I am an experienced Minnesota Web Designer. I've professionally built custom tailored websites for local people and businesses in the Minneapolis, Minnesota, United States area since 2008. As a professional Minnesota Website Developer, I understand what it takes to correctly and efficiently power your website using the WordPress* platform as a sleek and elegant choice for a content management system. WordPress powers well over 60 million websites. To this day, WordPress is powering 14.7% of the top million websites in the world, up from 8.5% and 22 out of every 100 new active domains in the United States alone, are running WordPress to power the place on the web, they call "home". I am a self-educated and self-motivated Minnesota WordPress Developer, always utilizing cutting-edge techniques to get the most out of your WordPress website. Saving you time and money, by allowing you to easily manage your own website, without the need of hiring an extra IT administrator or webmaster. Please feel free to browse through my WordPress Stack Exchange profile to view both my questions and my answers to other questions asked by community members like yourself.

Updated on September 18, 2022

Comments

  • Michael Ecklund
    Michael Ecklund over 1 year

    I am looking to just force my box to end all GUI instances for server usage. I want to be able to start them back up again for desktop usage later on.

    I have tried:

    sudo /etc/init.d/gdm stop
    sudo service gdm stop
    sudo service gnome stop
    sudo service gdm stop gdm: unrecognized service
    sudo service gnome stop gnome: unrecognized service
    sudo /etc/init.d/gdm stop sudo: /etc/init.d/gdm: command not found
    
  • Maarten
    Maarten over 7 years
    For Gnome it is " sudo service gdm3 stop "