Thursday, May 16, 2024
 Popular · Latest · Hot · Upcoming
9
rated 0 times [  9] [ 0]  / answers: 1 / hits: 1636  / 2 Years ago, tue, august 16, 2022, 1:38:53

I need to stop the GUI and access a TTY for the NVIDIA drivers. I found this question. However, when I tried sudo service lightdm stop (or the same with gdm), it said this:


$ sudo service lightdm stop
Failed to stop lightdm.service: Unit lightdm.service not loaded.
$ sudo service gdm stop
Failed to stop gdm.service: Unit gdm.service not loaded.

I'd prefer not have to mess with Grub, as I only need to stop the GUI once. So, how do I stop the GUI to use a TTY with no GUI running at all in Kubuntu 21.10?


Note: I know how to access a TTY. But once I'm in the TTY, I need to stop the GUI, as the NVIDIA driver installer wants me to be in a TTY and have the GUI not running.


More From » nvidia

 Answers
3

Kubuntu uses sddm as the display manager. So


sudo service sddm stop


should do it.


[#921] Tuesday, August 16, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
rvousnove

Total Points: 456
Total Questions: 130
Total Answers: 98

Location: El Salvador
Member since Sun, Sep 12, 2021
3 Years ago
;