-
-
Notifications
You must be signed in to change notification settings - Fork 171
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add dac fix to all dummy RPM builds * remove EOLed Fedora 19 and 20 git-svn-id: https://xpra.org/svn/Xpra/trunk@10620 3bb7dfac-3a0b-4e04-842a-767bc560f471
- Loading branch information
Showing
7 changed files
with
46 additions
and
465 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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
diff --git a/src/dummy_driver.c b/src/dummy_driver.c | ||
index 6062c39..470e125 100644 | ||
--- a/src/dummy_driver.c | ||
+++ b/src/dummy_driver.c | ||
@@ -281,7 +281,7 @@ DUMMYPreInit(ScrnInfoPtr pScrn, int flags) | ||
ClockRangePtr clockRanges; | ||
int i; | ||
DUMMYPtr dPtr; | ||
- int maxClock = 230000; | ||
+ int maxClock = 300000; | ||
GDevPtr device = xf86GetEntityInfo(pScrn->entityList[0])->device; | ||
|
||
if (flags & PROBE_DETECT) | ||
@@ -391,7 +391,7 @@ DUMMYPreInit(ScrnInfoPtr pScrn, int flags) | ||
clockRanges->next = NULL; | ||
clockRanges->ClockMulFactor = 1; | ||
clockRanges->minClock = 11000; /* guessed §§§ */ | ||
- clockRanges->maxClock = 300000; | ||
+ clockRanges->maxClock = maxClock; | ||
clockRanges->clockIndex = -1; /* programmable */ | ||
clockRanges->interlaceAllowed = TRUE; | ||
clockRanges->doubleScanAllowed = TRUE; |
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
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.