Hola, mismo problema al cerrar la tapa en una acer one D255E se queda encendida. Para resolver este problema en mint 12 LXDE abrir una consola y escribir:
- Code: Select all
sudo leafpad /etc/acpi/lid.sh
Te pide el password y abre el editor leafpad, luego hay que borrar el contenido de ese archivo y copiar el texto siguiente y pegarlo en leafpad:
- Code: Select all
#!/bin/bash
sleep 6
/usr/sbin/pm-suspend
Guardar el archivo.
Cuando se reinicie el acpid o al reiniciar la compu ya estará funcionando.
Hi, same problem on acer one D255E when clossing the lid stays on. To solve it on mint 12 LXDE open console and type:
- Code: Select all
sudo leafpad /etc/acpi/lid.sh
Will Ask for password and will open leafpad editor, then should erase the content of that file and copy the next text and paste into leafpad:
- Code: Select all
#!/bin/bash
sleep 6
/usr/sbin/pm-suspend
Save file.
When restart acpid or rebooting the computer will start working.