Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Install default lightdm on debian 9 gnome [SOLVED]

Graphical Environments, Managers, Multimedia & Desktop questions.
Post Reply
Message
Author
User avatar
Scorpion
Posts: 389
Joined: 2018-10-17 11:38
Has thanked: 5 times

Install default lightdm on debian 9 gnome [SOLVED]

#1 Post by Scorpion »

I updated the kernel with:

Code: Select all

apt install linux-image-4.18.0-0.bpo.1-amd64
in the loading messages it states Failed to load kernel modules and then nothing happened.
I removed the update kernel.
After I discovered that somehow lightdm was removed. So I reinstalled it.
How can I restore the default lightdm? I can' t lock the screen.
If I reinstalled the update kernel and after lightdm I will be able to use it?
Thanks
Last edited by Scorpion on 2018-11-23 19:28, edited 1 time in total.

User avatar
None1975
df -h | participant
df -h | participant
Posts: 1404
Joined: 2015-11-29 18:23
Location: Russia, Kaliningrad
Has thanked: 46 times
Been thanked: 69 times

Re: Install default lightdm on debian 9 gnome

#2 Post by None1975 »

Scorpion wrote:How can I restore the default lightdm? I can' t lock the screen.Thanks
Install lightdm and run as root (or super user)

Code: Select all

dpkg-reconfigure lightdm
OS: Debian 12.4 Bookworm / DE: Enlightenment
Debian Wiki | DontBreakDebian, My config files on github

User avatar
Scorpion
Posts: 389
Joined: 2018-10-17 11:38
Has thanked: 5 times

Re: Install default lightdm on debian 9 gnome

#3 Post by Scorpion »

None1975 wrote:
Scorpion wrote:How can I restore the default lightdm? I can' t lock the screen.Thanks
Install lightdm and run as root (or super user)

Code: Select all

dpkg-reconfigure lightdm
I tried that but it doesn't restore the "debian lightdm". Nothing has changed.
I can' t lock the screen. I used to press super+L that is still the lock screen shortcut.
Are

Code: Select all

/usr/share/lightdm/lightdm.conf.d/01_debian.conf
/usr/share/lightdm/lightdm-gtk-greeter.conf.d/01_debian.conf
the only files that change lightdm ?
If restore those 2 files will I have the "default debian lightdm"?

User avatar
Scorpion
Posts: 389
Joined: 2018-10-17 11:38
Has thanked: 5 times

Re: Install default lightdm on debian 9 gnome

#4 Post by Scorpion »

I don 't what happened but gdm3 is the default display manager i selected it and the pc is fine.

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: Install default lightdm on debian 9 gnome

#5 Post by Head_on_a_Stick »

GDM is a better choice for Debian anyway because it allows X to run as a non-root user, unlike LightDM.
deadbang

User avatar
Scorpion
Posts: 389
Joined: 2018-10-17 11:38
Has thanked: 5 times

Re: Install default lightdm on debian 9 gnome

#6 Post by Scorpion »

Head_on_a_Stick wrote:GDM is a better choice for Debian anyway because it allows X to run as a non-root user, unlike LightDM.
I think so, I can lock the screen and it is the gnome display manager.
Since gdm3 failed to start when I updated the kernel, I thought was lightdm the default dislplay manager and that it got removed somehow.

Post Reply