Page 1 of 1

LMDE Login Puzzler

Posted: Tue Dec 28, 2010 5:42 pm
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.

Re: LMDE Login Puzzler

Posted: Wed Dec 29, 2010 5:36 am
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.

[SOLVED] Re: LMDE Login Puzzler

Posted: Thu Dec 30, 2010 11:22 am
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!

Re: LMDE Login Puzzler

Posted: Thu Dec 30, 2010 12:16 pm
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.