3

Does anyone know how to fine tune power settings in 11.10 such that I can turn off the power immediately (no dialogue box) by pressing the physical power button or closing the lid? It was easy to do this in 11.04 and earlier versions, but in 11.10 the power settings are pretty minimal. I'm a bit of a GUI slave, so if this requires CLI I'll need some training wheels to guide me through it. Thanks for suggestions. My favourite thing about Ubuntu has always been the ease of customizing it, but with 11.10 it seems more and more difficult to point and click your way to a custom set up.

Bruno Pereira
  • 73,643
DrT
  • 33

1 Answers1

5

Lid Close Action

To set up the Laptop Lid Close Action you have to install Advanced Setting (or the Gnome Tweak Tool). It is in the USC (Ubuntu Software Center) under either tweak or Advanced Settings. If installed press the super button and type in tweak or advanced and choose the Advanced Settings. When it opens choose the shell tab;

Advanced Settings Before

Press the arrows and choose you desired on both on AC and on battery;

Advanced Setting After

Default buttons behavior

Install dconf-tools:

sudo apt-get install dconf-tools

Press alt+f2 and open dconf-editor (or in a terminal type dconf-editor)

Navigate to org.gnome.settings-daemon.plugins.power and set your default button-power action there:

enter image description here

Bruno Pereira
  • 73,643
lqlarry
  • 696
  • hope you don't mind the edit, that way we keep everything under 1 roof. Your answer was great btw, makes things so much simple. – Bruno Pereira Oct 23 '11 at 19:57