As always, thank you
doktor5000. It seems to be working now, after I once tried the gnome xorg option during login, and installed some pending updates. Perhaps a bad update was causing this? Now I am back to using my system properly with the default gnome desktop.
doktor5000 wrote:This problem is with Mageia 5?
I think I may be on the latest sta-snapshot-2 now. I remember getting the snapshot 1 installed back when it was released last year.
- Code: Select all
[mrigs@andromeda ~]$ uname -a
Linux andromeda 4.9.20-desktop-1.mga6 #1 SMP Fri Mar 31 19:32:31 UTC 2017 i686 i686 i686 GNU/Linux
Well that message alone is not a freeze, it's just telling you that GDM (gnome display manager) couldn't start properly, usually that is due to missing compositing / hardware acceleration. At that point, can you try first via Ctrl+Alt+Backspace (you might have to hold Ctrl+Alt and push Backspace twice) to restart the X server. Does that work?
None of those key combinations were working. And that message was only once. Most of the times it just froze.
If it doesn't, then please try to switch to another tty via e.g. Ctrl+Alt+F2 and login as your regular user or root, and then issue the following commands as root, and redirect the output to a file which you can attach here later. You should also be able for the next reboot to select one of the older kernels in the bootloader and your system should start normally.
- Code: Select all
lspcidrake -v | tee /tmp/log.txt
cat /var/log/Xorg.0.log | tee -a /tmp/log.txt
journalctl -ab -u prefdm | tee -a /tmp/log.txt
journalctl -ab -u gdm | tee -a /tmp/log.txt
Attaching the log.txt here.