-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Disable autoloading of i915 driver so that the console output is | ||
# not destroyed during boot for systems with the monitor on an nvidia card. | ||
# Loading the i915 driver seems to disable the console output to the | ||
# nvida card, possibly switching it to the intel card. | ||
# | ||
# When the console is free, we probe the driver manually, so we can use its other | ||
# functionalities like audio. | ||
# | ||
# For yet unknown reasons, `blacklist i915` does not work so use `install i915 /bin/true` for now. | ||
|
||
install i915 /bin/true |