summaryrefslogtreecommitdiff
path: root/src/radeon_modes.c
diff options
context:
space:
mode:
authorAlex Deucher <alex@t41p.hsd1.va.comcast.net>2007-05-09 22:23:45 +0200
committerAlex Deucher <alex@t41p.hsd1.va.comcast.net>2007-05-09 22:23:45 +0200
commitd2497009e395800fbde5777465f3087a54b94418 (patch)
tree179f74eca21a0bee5656e351230ba2517a807aef /src/radeon_modes.c
parent4488f0737d5268168eab41440b7a3b5732efb15e (diff)
randr checkpoint
- server still hangs if you start with external monitor connected - RMX not working - more than 2 outputs now possible (untested)
Diffstat (limited to 'src/radeon_modes.c')
-rw-r--r--src/radeon_modes.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/radeon_modes.c b/src/radeon_modes.c
index 4d7251f..46680e3 100644
--- a/src/radeon_modes.c
+++ b/src/radeon_modes.c
@@ -270,10 +270,14 @@ RADEONProbeOutputModes(xf86OutputPtr output)
xf86MonPtr edid_mon;
DisplayModePtr modes = NULL;
+#if 0
/* force reprobe */
radeon_output->MonType = MT_UNKNOWN;
RADEONConnectorFindMonitor(pScrn, output);
+#endif
+ ErrorF("in RADEONProbeOutputModes\n");
+
if (radeon_output->type == OUTPUT_DVI || radeon_output->type == OUTPUT_VGA) {
edid_mon = xf86OutputGetEDID (output, radeon_output->pI2CBus);