I can’t login, after I type my password, screen flickers for a sec or so, and I am back at the login screen.
It does not matter which of the three option I have, I pick.
AMD phenom II X4 at stock 3.2ghz Geforce 750GT.
What went before:
I was happy with 13.1 and tried to install 13.2, but failed 5 times, and gave up.
Now with leap I tried again, and prob found the problem why I failed with 13.2. I need to change the disk order during the installation set up.
Pc is dual boot Linux (opensuse) and win7 32 bit.
After some web searching, I tried ctrl alt F1, at the login screen, to login on the command line, that seems to work fine. I can login as normal users and as root. (and start yast)
Then pressing ctrl F7 however brings me back to the same login screen.
One common cause of such behavior is lack of free space on the /root partition.
Check your disk, maybe delete a few snapshots if you have BTRFS… possibly enlarge the partition or free up some space…
Ext4 and reused (not formatted) /home here too, and I saw no such thing on my main install.
Since you are able to login on the command line, the basic system seems sound and /home should not be involved at this (login) stage.
Seems like a display manager issue: are you using sddm (Plasma5 default)? Can you try lightdm, for instance?
I saw similar things with Plasma5 and sddm on VirtualBox installs when the (virtual) disk was next to full; I got back to normal after extending the /root partition by 4-5 GB.
HTH
I looked in yast and as far as I get it, I am still on the mesa drivers.
When I search nvidia in yast nothing is found. I also dont think, I have the nvidia repo installed either.
How do I make a new user, and will it share the same home folder ?
I cannot start that other desktop either, same problem within 2 sec back at login screen.
You have to add the NVIDIA repo it is not set up automagically. It is listed in the community repos. In yast repository management
In yast there is a user&fgroups section where you can add users. It will have a home in the /home partition/directory but it will be under the new users name.
You may simply be out of space if other desktops will not start. Which other did you try and how much space did you give the root partition?
Those partitions look OK for an EXT4 install, so no space problem.
Try booting with “nomodeset” kernel option, that means only basic graphics but at least you should be able to login and try to fix Nvidia…
At boot press the “E” key, look for a line beginning with “linux” (or “linuxefi” depending on your install), append ‘nomodeset’ without quotes at the end, press F10 to boot.
HTH