5

All...

My question is about power management feature.

I've arleady searched a lot of articles, but I couldn't find the solution of my case. I'd like to get the exact solution.

As the title, on my Settings > Power menu, there is no "Suspend & Power Button" option. So, I can't adjust the time of suspend/hibernate. Is there any answer of why? and how to solve this sistuation?

This is my captured image of Setting > Power menu

This is my captured image of Ubuntu version

PRATAP
  • 22,460

1 Answers1

2

I have the same issue running: Ubuntu 20.10 64-bit GNOME 3.38.1

Nothing shows up under Settings>Power>Suspend & Power Button

I used this to disable sleep

sudo systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target

and this to enable it again

sudo systemctl unmask sleep.target suspend.target hibernate.target hybrid-sleep.target