Document acpi_rev_override kernel parameter#174
Open
demurgos wants to merge 1 commit intoBumblebee-Project:masterfrom
Open
Document acpi_rev_override kernel parameter#174demurgos wants to merge 1 commit intoBumblebee-Project:masterfrom
acpi_rev_override kernel parameter#174demurgos wants to merge 1 commit intoBumblebee-Project:masterfrom
Conversation
This commit adds document the `acpi_rev_override` kernel parameter. Setting this parameter is necessary on some computers to avoid black screen at boot time. See Bumblebee-Project#148
|
Looks good to me. |
Author
|
/cc @Lekensteyn @ArchangeGabriel |
Member
|
Hi @demurgos, thanks for the PR! Any modifications should go through the "develop" branch first: https://github.com/Bumblebee-Project/Bumblebee/wiki/Branching-Model (at least, that is how we used to do it). While the suggestion might work for some Dell models, it is not a general solution, see https://bugzilla.kernel.org/show_bug.cgi?id=156341 and related issues. The problem is also not limited to bbswitch, it also happens when using nouveau (or no module at all) with runtime PM enabled. So, I am not sure if this is the best place to document this. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This commit adds documentations for the
acpi_rev_overridekernel parameter. Setting this parameter is necessary on some computers to avoid black screen at boot time.See #148