Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PS0/PS3 methods to avoid lockups #627

Open
avilella opened this issue Aug 25, 2011 · 0 comments
Open

PS0/PS3 methods to avoid lockups #627

avilella opened this issue Aug 25, 2011 · 0 comments

Comments

@avilella
Copy link
Contributor

Most look ups associated to suspend/hibernate or reboot into Windows can be avoided by using the _PS0 and _PS3 calls that many ACPI tables already have, instead of calling directly the _ON and _OFF methods. Calling the ON/OFF methods is the correct thing to do when switching the card on/off during a Linux session, for example in combination with the start/finish of the bumblebee deamon. But to make sure there are no side effects to it, the PS0/PS3 methods should hooked up into the user session so that they are appropriately called before suspending/hibernating/rebooting into Windows.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant