-
-
Notifications
You must be signed in to change notification settings - Fork 629
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dell-precision-5490: make force_probe conditional
- Loading branch information
1 parent
b2f6701
commit 99918df
Showing
2 changed files
with
7 additions
and
9 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
# Dell Precision 5490 | ||
|
||
The internal monitor needs Linux Kernel >= 6.7 so enabling hybrid graphics does not work out of the box in 24.05. Setting | ||
Linux kernel versions prior to 6.7 may not function correctly with the internal monitor, as official support was introduced in version 6.7 (https://www.phoronix.com/news/Linux-6.7-Intel-Meteor-Lake-Gfx). You can enable experimental support by adding the following parameter: | ||
|
||
``` | ||
boot.kernelParams = [ "i915.force_probe=7d55" ]; | ||
``` | ||
|
||
helped but introduced some screen tearing. | ||
However, this may lead to some screen tearing. | ||
|
||
Setting | ||
If possible, you might benefit from a newer kernel, for example: | ||
``` | ||
boot.kernelPackages = pkgs.linuxPackages_latest; | ||
``` | ||
in nixos-stable worked with no problems. | ||
as it seems to work without any issues. |
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