-1

I appear to be having a relatively common login loop error as described here Ubuntu gets stuck in a login loop. In brief, after an login attempt, the screen blacks out for about 5 seconds, and returns to the login screen

I am aware there are a variety of solutions to this problem, which are often resolved with editing the .Xauthority file. However, all of these solutions start with logging into the shell e.g. Ctrl + Alt + F3. When I attempt to log in to the shell, the monitor immediately goes idle. If I cycle through using Alt + ->, I can return to the normal login screen after a couple of goes.

I suspect the shell login screen is for whatever reason being output to a different non-existent screen. I am using a macmini 2011 with VGA output. Can anyone offer any solutions?

1 Answers1

0

I see that the mac mini uses an ATI graphics so you are probably using fglrx, if you updated the Hardware Enablement Stack it is incompatible with fglrx and it is recommended to use amdgpu (good luck with that, I've been unsuccessful, so if anyone has any good guides I'd like to hear) so you have 2 choices go into your terminal with ctrl+alt+F1 and enter command sudo apt-get remove fglrx* this will reset you to basic radeon drivers which quite frankly suck.

Or you can uninstall the current image which will revert to the last version you used, sudo apt-get remove linux-image-4.4.0-*, but now you won't get security updates.

I've chosen the second option, and I feel really sketchy about it, but I can't get option 1 to even function to a satisfactory level.