Suspender al cerrar la tapa de tu notebook - Suspend mode when close lid " Fedora 20 - Gnome 3.10"

Existe una manera muy sencilla de activar la suspension de tu notebook al cerrar la tapa, debido a que la configuracion de Gnome 3.10 no lo permite, que consiste en editar una linea del archivo logind.conf como superusuario.
Paso a explicar.

Abrimos una terminal y ejecutamos:


# su
# gedit /etc/systemd/logind.conf

Descomentamos la linea:

#HandleLidSwitch=suspend

Y deberia quedarnos asi:

HandleLidSwitch=suspend

Guardamos y probamos.


------------------------------------------------------------------------------------------------------------------------

There is a simple way to enable the suspend mode when you close the lid of your notebook, because Gnome 3.10 not have this on the configuration form, you only need edit one line of the file logind.conf with "root" user.

Open your terminal and insert:


# su
# gedit /etc/systemd/logind.conf

Uncomment this line:

#HandleLidSwitch=suspend

Should be well:

HandleLidSwitch=suspend

Save and test.

No hay comentarios:

Publicar un comentario