Fixing the long term "black screen on login" issue on Linux Mint xx.x Cinnamon #1406
jannelansman
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Cinnamon Black Screen Issue: Causes and Solutions
The Problem
This is a recurring issue that affects Linux Mint Cinnamon users across different versions and hardware configurations.
What happens:
cinnamon2dmodecinnamon2dmode doesn't work properlyTemporary Workaround
After removing the problematic desklet/applet files, you'll need to manually restart Cinnamon after every login:
Ctrl+Alt+F2(or another function key) to switch to a TTY terminalDISPLAY=:0 cinnamon --replace &Ctrl+Alt+F7(or F8) to return to the GUINote: Simply removing the desklet/applet isn't enough because Cinnamon's configuration has been permanently altered.
Permanent Fix
You need to both remove the problematic files AND revert the configuration changes.
Affected configuration files:
~/.dmrc/var/lib/AccountsService/users/[username]What to change:
In both files, find and modify:
Change it back to:
Suggested System-Level Improvement
Instead of switching to
cinnamon2dmode as the primary failsafe, Cinnamon should automatically deactivate recently installed or modified desklets/applets when repeated crashes occur.Beta Was this translation helpful? Give feedback.
All reactions