summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2008-08-15 15:20:16 -0400
committerAdam Jackson <ajax@redhat.com>2008-08-15 15:20:16 -0400
commit33edd3514fbfbd8b36a8568dbe021d0df99e6743 (patch)
treed59ca7030b6a15b313c853b8e0079bb64c172f73 /src
parent51ac7b1d182730ab1b9aaac412ac6cc40904bce3 (diff)
Actually use the DDC results we get.
Diffstat (limited to 'src')
-rw-r--r--src/apm_driver.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/apm_driver.c b/src/apm_driver.c
index 9106d1f..443c191 100644
--- a/src/apm_driver.c
+++ b/src/apm_driver.c
@@ -975,8 +975,10 @@ ApmPreInit(ScrnInfoPtr pScrn, int flags)
}
if (0 && !MonInfo)
MonInfo = xf86DoEDID_DDC1(pScrn->scrnIndex,vgaHWddc1SetSpeed,ddc1Read);
- if (MonInfo)
+ if (MonInfo) {
xf86PrintEDID(MonInfo);
+ xf86SetDDCproperties(pScrn, MonInfo);
+ }
pScrn->monitor->DDC = MonInfo;
}