Comment 176 for bug 966744

Revision history for this message
GeorgeD (geodosch) wrote : Re: Resume from suspend leaves me with black screen or a screen of the desktop before it suspended (though the mouse still moves/changes cursor)

I tried disabling lid.sh and though it worked for me too, at least after a single test.

Rather than delete the file, I did a chmod -x /etc/acpi/lid.sh, which prevents it from being executed.

In looking at the script, it's checking for the files 'local/lid.sh.pre' and 'local/lid.sh.post' under the /etc/acpi directory. The script executes them if they exist, and skips them if they don't, so that may be normal. However, I wonder if it's a problem that the 'local' directory is missing.