45

Every time I try to kill the x-server,

sudo service lightdm stop

so that I can install the latest Nvidia drivers, I get an error message.

stop: Unknown instance:

What am I doing wrong?

Braiam
  • 69,112

7 Answers7

60
  1. Use Ctrl+Alt+F1 to switch to TTY.

  2. Log in.

  3. Run:

    sudo service lightdm stop
    

    LightDM and Xserver should be stopped now (check with Ctrl+Alt+F7, which is your current Xorg session, it should not show any desktop now).

  4. Do your things.

  5. Run the following command to start lightdm and xorg again:

    sudo service lightdm start
    

Good Luck!

mondjunge
  • 3,336
15

I did a little more digging around and found that I could just use pgrep to find its PID and then kill it.

pgrep dm -l

sudo kill (insert PID here)

8

You will need the help of htop or top. Write down the PID number of the process you want to kill (in this case, Xorg). Once you have the PID, run the below command in a root shell (sudo -s):

kill -9 <PID>

For example:

kill -9 1234

You should then be able to install the NVidia drivers.

Kaz Wolfe
  • 34,680
dschinn1001
  • 3,863
7

Try running sudo service gdm stop.

The reason your command may be resulting in that output is because lightdm isn't your Display Manager.

In addition to gdm, also try xdm and kdm.

Kaz Wolfe
  • 34,680
3

/etc/init.d/lightdm stop maybe? And why you can't install nvidia drivers from software center?

pondohva
  • 551
  • 4
  • 4
3

Ok had the GTX 970 installation Problem under Ubuntu 14.04 too. Sometime i was able to start Ubuntu with the standart drivers and sometime not.

However, this should hopefully fix the Problem: After switching from IGP (I7 4770 with HD4600) to GTX970 in Biosi got an error with some Xorg Gui.

However you can not install the Nvidia-Driver while X is running: -> sudo killall Xorg solves the problem

Then -> sudo ./NVIDIA-x68xxx.run

After the first Driver Install (orig. Nvidia 352.xx) i had a blank screen. Then i run the Nvidia Driver Installer again -> sudo ./NVIDIA-x68xxx.run This second install told me some kind of noveu driver is running and should be disabled. The driver asked me if it should disable noveu -> Yes disable noveu

After restart: Et Voila lighdm is running again :)

0

A noob here. Here's my walkthrough: Log-out then log-in using other desktop environment as seen on the first part of this video. https://www.youtube.com/watch?v=ZbcOQJyxN3E

If there is no "other choice" Create one by editing a file to enable "wayland" as instructed here: (Remember to reboot, then Log-in to "Non-X server" desktop environment.

https://linuxconfig.org/how-to-enable-disable-wayland-on-ubuntu-22-04-desktop