You could try this.
i think i fixed the suspend on lid close issue.
as root or sudo
Code:
/etc/acpi/events/lidbtn
and then paste in the following code
Code:
# /etc/acpi/events/lidbtn
# Called by acpid when the lid is closed, thus pressing the lid button.
event=button[ /]lid
#action=/etc/acpi/lidbtn.sh
action=pm-suspend
If you already have something in this file I suggest you back up the original with a
Code:
cp /etc/acpi/events/lidbtn /etc/acpi/events/lidbtn.original
first
If it doesn't work, just remove that file or revert back to your copy.