You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to provide some feedback regarding an issue I encountered on my system running Linux Mint 22.1 Xia (Cinnamon).
Issue Description
The system does not consistently detect lid close events. Sometimes, closing the laptop lid correctly triggers the configured power management actions (such as suspending or turning off the display), but other times it fails.
After troubleshooting, I discovered that ACPI events were not being reliably handled until I manually installed the acpid package.
Steps to Resolve the Issue
I was able to fix the problem by installing acpid:
sudo apt install acpid
After installing this package and rebooting, lid events were properly detected, and the issue was resolved.
Since I did not manually remove acpid, its absence in the default installation appears to be an oversight. Would it be possible to include acpid by default in future Linux Mint releases? Alternatively, mentioning its installation in troubleshooting guides could help users experiencing similar power management issues on laptops.
Thank you for your attention. I hope this feedback is useful for future improvements.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Linux Mint Team,
I would like to provide some feedback regarding an issue I encountered on my system running Linux Mint 22.1 Xia (Cinnamon).
Issue Description
The system does not consistently detect lid close events. Sometimes, closing the laptop lid correctly triggers the configured power management actions (such as suspending or turning off the display), but other times it fails.
After troubleshooting, I discovered that ACPI events were not being reliably handled until I manually installed the acpid package.
Steps to Resolve the Issue
I was able to fix the problem by installing acpid:
sudo apt install acpid
After installing this package and rebooting, lid events were properly detected, and the issue was resolved.
System Information
Suggestion
Since I did not manually remove acpid, its absence in the default installation appears to be an oversight. Would it be possible to include acpid by default in future Linux Mint releases? Alternatively, mentioning its installation in troubleshooting guides could help users experiencing similar power management issues on laptops.
Thank you for your attention. I hope this feedback is useful for future improvements.
Best regards,
Paulo Alexandre
Beta Was this translation helpful? Give feedback.
All reactions