-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tweak xf86-video-intel for DragonFly 3.7+
* xf86-video-intel 2.21.15+ expects the kernel to set optimal video modes on all video outputs * This is not the case with the current DragonFly implementation. Force a reprobe of outputs during X startup Bug reports: DragonFlyBSD/DPorts#87 https://bugs.freedesktop.org/show_bug.cgi?id=66494
- Loading branch information
François Tigeot
committed
Mar 2, 2014
1 parent
a8ae45e
commit 844b0cc
Showing
2 changed files
with
16 additions
and
3 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
11 changes: 11 additions & 0 deletions
11
ports/x11-drivers/xf86-video-intel/dragonfly/extra-src_sna_sna__display.c
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 @@ | ||
--- src/sna/sna_display.c.orig 2013-08-20 20:26:26.000000000 +0000 | ||
+++ src/sna/sna_display.c | ||
@@ -2979,7 +2979,7 @@ static bool sna_probe_initial_configurat | ||
int width, height; | ||
int i, j; | ||
|
||
- if (xf86ReturnOptValBool(sna->Options, OPTION_REPROBE, FALSE)) | ||
+// if (xf86ReturnOptValBool(sna->Options, OPTION_REPROBE, FALSE)) | ||
return false; | ||
|
||
/* First scan through all outputs and look for user overrides */ |