jackhammer wrote:Ok, so I have installed lightdm, but now I can't login, it just doesn't accepts my passwords. Is there any way to revert changes? Can I somehow call a terminal before this broken login screen and swith it off?
If you are able to be go as far as the login screen can you try pressing Ctrl+Alt+F2 and you should be able to so a manual login.
If so, login using your username and password. Then type the command
- Code: Select all
startx
if you are using cinnamon or the command
- Code: Select all
startxfce4
if you are using xfce4
Then open a terminal window and type:
- Code: Select all
sudo dpkg-reconfigure gdm
Your may replace gdm with kdm, mdm, or lightdm.
Select the display manager you want to use by default and hit enter. Then, restart your computer.
If the above procedures doesn't work out.Try this.
Boot into recovery mode (during the GRUB screen, choose Linux Mint recovery).
Wait for it to load, then choose the option enable networking. This will make the file system read/write mode.
Then choose "root" so that you will have a root prompt.
Then type the command
- Code: Select all
startx
if you are using cinnamon or the command
- Code: Select all
startxfce4
if you are using xfce4
Then open a terminal window and type:
- Code: Select all
sudo dpkg-reconfigure gdm
Your may replace gdm with kdm, mdm, or lightdm.
Select the display manager you want to use by default and hit enter. Then, restart your computer.
I not quite sure if any of the methods will work for you as i haven't tested them but try them, this commands won't hurt.
Keep us posted on your progress.
"I learned a lot from repeatedly breaking my system and then reinstalling. Oh, and a lot of GOOGLE searches too!"