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

 

 

 

[WORKED AROUND] SDDM issue with Debian 9

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
tastle
Posts: 8
Joined: 2018-01-06 13:04

[WORKED AROUND] SDDM issue with Debian 9

#1 Post by tastle »

I have a Dell Inspiron 710m. I just recently updated it from Debian Jessie to Stretch.

The problem that I'm having is that after the OS starts, I'll see a slight flicker on the display but everything is black. I can see my mouse cursor and if I move it around, the cursor will change as I'm assuming it is hovering over the login dialog that I cannot see.

If I drop to shell and log in, and manually run startx, everything seems okay. If I log out, I go back to shell.

During the upgrade process, I recall seeing a screen that asked if I should update from kdm to sddm, but I'm not sure if that has anything to do with this.

Does anyone know what I could have done wrong, or need to do?
Last edited by tastle on 2018-01-23 15:07, edited 1 time in total.

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: Cannot see login screen in Debian Stretch after upgrade

#2 Post by Head_on_a_Stick »

tastle wrote:I just recently updated it from Debian Jessie to Stretch.

[...]

Does anyone know what I could have done wrong, or need to do?
Did you follow https://www.debian.org/releases/stretch ... ng.en.html?

Quite a lot can go wrong.
deadbang

tastle
Posts: 8
Joined: 2018-01-06 13:04

Re: Cannot see login screen in Debian Stretch after upgrade

#3 Post by tastle »

I followed the bits where I updated my sources and did the upgrade and cleanup. I didn't see any errors during the upgrade, and unfortunately I didn't record the upgrade. (Which might have been useful in a situation like this.) I did a lot of searching online but I didn't see anything relevant, or perhaps I wasn't using the correct keywords or terminology to get a decent hit.

At the same time, I upgraded another system and it doesn't have the "invisible login screen" problem.

It just seems so weird that the OS GUI works (KDE) after I log in and run startx, but (getting technical here... lol) "whatever" is launching the login GUI seems to launch it, but has display issues for everything but the mouse cursor.

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: Cannot see login screen in Debian Stretch after upgrade

#4 Post by Head_on_a_Stick »

tastle wrote:the OS GUI works (KDE) after I log in and run startx
What is your display manager?

Try:

Code: Select all

ls -l /etc/systemd/system/display-manager.service
I find GDM to be less buggy than sddm.
deadbang

tastle
Posts: 8
Joined: 2018-01-06 13:04

Re: Cannot see login screen in Debian Stretch after upgrade

#5 Post by tastle »

Code: Select all

lrwxrwxrwx 1 root root 32 Jan 2 21:08 /etc/systemd/system/display-manager.service -> /lib/systemd/system/sddm.service

User avatar
bw123
Posts: 4015
Joined: 2011-05-09 06:02
Has thanked: 1 time
Been thanked: 28 times

Re: Cannot see login screen in Debian Stretch after upgrade

#6 Post by bw123 »

Couple ways you could go, did you try typing the password and hitting enter? or typing username, tab, pw, enter while it looks like the box has focus? If you get a desktop after that then it's sddm problem for sure.

I didn't do an upgrade, but I agree sddm has some issue. I replaced it with lightdm. You might try purge and reinstall it. Stop it before you do anything though, it's really picky.

Code: Select all

# systemctl stop display-manager.service
resigned by AI ChatGPT

tastle
Posts: 8
Joined: 2018-01-06 13:04

Re: Cannot see login screen in Debian Stretch after upgrade

#7 Post by tastle »

Having a hard time guessing my tabs to enter my username and password, but I don't seem to have any problem eventually tabbing to either shutdown or reboot. :D Still guessing the number of tabs required to log in since that is an interesting test. I can't seem to make the cursor find the fields to try to put focus on them.

tastle
Posts: 8
Joined: 2018-01-06 13:04

Re: Cannot see login screen in Debian Stretch after upgrade

#8 Post by tastle »

So is the recommendation to re-install something? SDDM? Or should I look at something else?

Thanks to everyone for the help so far!

User avatar
bw123
Posts: 4015
Joined: 2011-05-09 06:02
Has thanked: 1 time
Been thanked: 28 times

Re: Cannot see login screen in Debian Stretch after upgrade

#9 Post by bw123 »

make sure you have these pkgs installed
sddm-theme-breeze
kde-config-sddm
go into the system settings using the working startx and set the theme there?
resigned by AI ChatGPT

tastle
Posts: 8
Joined: 2018-01-06 13:04

Re: Cannot see login screen in Debian Stretch after upgrade

#10 Post by tastle »

Both packages are installed.

However, I noticed something odd when going to the system settings. When I select "Login Screen (SDDM)", the right hand panel doesn't change from the default "Autostart" view. Also, under "Workspace Theme", the same thing happens when I select "Look And Feel", "Desktop Theme" or "Splash Screen". "Cursor Theme" loads fine.

tastle
Posts: 8
Joined: 2018-01-06 13:04

Re: Cannot see login screen in Debian Stretch after upgrade

#11 Post by tastle »

So do you think I should re-install sddm, or just switch to a different desktop manager?

tastle
Posts: 8
Joined: 2018-01-06 13:04

Re: Cannot see login screen in Debian Stretch after upgrade

#12 Post by tastle »

I just gave up on sddm and installed lightdm, and that worked around the problem.

It's a shame that sddm is so buggy. I only got it to work on one of three boxes now. This past weekend I moved an Inspiron 531 from Windows 10 Home to Debian 9 because it couldn't apply the latest greenfield auto update, causing a lot of reboot grief. It appears sddm isn't much better.

Post Reply