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

Document acpi_rev_override kernel parameter #174

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 19 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,25 @@ detect the correct handle preceding _DSM and has some built-in safeguards:
disabled again if that was the case before suspending. Hibernation should
work, but it not tested.

Precautionary measure :
- On some machines, turning off the card is permanent and the card does not
reappear on subsequents reboots, which can result into the screen staying
black all the time, including the BIOS screen.
If it occurs, first try to shutdown, unplug power cord, remove battery, wait
30s, then put everything back in and boot. If it's not solved, then the
solution is to reset the BIOS to factory settings. Before executing bbswitch
for the first time, it is therefore recommended to take note of the full key
sequence in the BIOS to do a reset.
Preparation
-----------

### Precautionary measure

On some machines, turning off the card is permanent and the card does not
reappear on subsequents reboots, which can result into the screen staying
black all the time, including the BIOS screen.
If it occurs, first try to shutdown, unplug power cord, remove battery, wait
30s, then put everything back in and boot. If it's not solved, then the
solution is to reset the BIOS to factory settings. Before executing bbswitch
for the first time, it is therefore recommended to **take note of the full key
sequence in the BIOS to do a reset**.

### acpi_rev_override

On some computers (such as the Dell XPS 15 9560, [issue](https://github.com/Bumblebee-Project/bbswitch/issues/148)), you may have to set the `acpi_rev_override` parameter to `1` (`acpi_rev_override=1`). The absence of this parameter may cause a black screen at system boot.

See [this article](https://wiki.archlinux.org/index.php/Kernel_parameters) for setting and persisting kernel parameters.

Build
-----
Expand Down