LMDE Login Puzzler

Archived topics about LMDE 1 and LMDE 2
Locked
lakehousetech
Level 4
Level 4
Posts: 450
Joined: Wed Nov 07, 2007 3:34 pm
Location: Toronto, ON

LMDE Login Puzzler

Post by lakehousetech »

Hey All,
I booted LMDE x64 today, and upon entering in my password at the login prompt the screen goes black momentarily before returning me to the login prompt. Initially I thought there may be a problem with GDM, so I removed all configuration settings and tried again. No go. So I went a step ahead and removed GDM completely and then re-installed it. This also made no difference. Can someone point me in a direction (which log file to check?) or possibly someone else has encountered a similar problem? I found nothing while searching the forums (aside from others with GDM problems). I appreciate your time!

Edit: I am NOT using any Nvidia drivers.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
mads

Re: LMDE Login Puzzler

Post by mads »

You could try to add "pci=noacpi" to the kernel line before boot.

1. Restart your PC
2. Highlight the Linux Mint entry and press the "e" key
3. Use the cursor keys to navigate to the line that ends with "quiet splash" (kernel line) and add pci=noacpi, like this:

Code: Select all

... quiet splash pci=noacpi
4. When you are done editing the kernel line, press Ctrl-x to boot

If you see that this change helps, you can make it permanent by editing /etc/default/grub file.
gksudo gedit /etc/default/grub
Change this line:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
and make it look like this:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash pci=noacpi"
Save the file. Finally, run:
sudo update-grub
Reboot your computer.

NOTE: If "pci=noacpi" doesn't help, you could try other options (see 2nd post by "Fornhamfred" in this thread). You find a list of the Kernel Options here.
lakehousetech
Level 4
Level 4
Posts: 450
Joined: Wed Nov 07, 2007 3:34 pm
Location: Toronto, ON

[SOLVED] Re: LMDE Login Puzzler

Post by lakehousetech »

Thanks so much for the tips! I finally figured it out. The problem was a theme I installed from http://art.gnome.org/themes/ which fouled everything up. I can't remember which specific theme I installed in particular that caused the login loop issue, but it's possible it is related to incompatibilities with GDM3. The frustrating part of all this was the fact that I removed GDM including all the directories...and upon reinstall it was still screwed up. This tells me that there must be another configuration file somewhere that I missed. I ended up re-installing LMDE and retracing my steps from before to determine where the fault occurred. Needless to say I'm using the included themes from now on. I have to say this is the first time in years of using Linux that I've had a problem that stumped me like this. Hope that this is helpful information for anyone else that encounters a login loop problem. Have a great new year!
secipolla

Re: LMDE Login Puzzler

Post by secipolla »

Not so long ago there was a person with the same problem (I think in the Debian forum) because he had a conflicting xfce theme too.
Locked

Return to “LMDE Archive”