summaryrefslogtreecommitdiff
path: root/vmwgfx/vmwgfx_output.c
diff options
context:
space:
mode:
Diffstat (limited to 'vmwgfx/vmwgfx_output.c')
-rw-r--r--vmwgfx/vmwgfx_output.c20
1 files changed, 1 insertions, 19 deletions
diff --git a/vmwgfx/vmwgfx_output.c b/vmwgfx/vmwgfx_output.c
index 1a0835d..4f52f1d 100644
--- a/vmwgfx/vmwgfx_output.c
+++ b/vmwgfx/vmwgfx_output.c
@@ -109,25 +109,7 @@ output_detect(xf86OutputPtr output)
switch (drm_connector->connection) {
case DRM_MODE_CONNECTED:
- /*
- * Hack to avoid enabling outputs during the intial
- * configuration that are connected but that we don't
- * really want to have enabled just yet.
- *
- * If we are in initial config, and
- * an output higher than Virtual1 is connected,
- * and it has no monitor section in the config file,
- * status will be reported as unknown, which means
- * the xorg modesetting code will think it is
- * disconnected.
- */
-
- if (ms->initialization &&
- drm_connector->connector_type_id != 1 &&
- !output->conf_monitor)
- status = XF86OutputStatusUnknown;
- else
- status = XF86OutputStatusConnected;
+ status = XF86OutputStatusConnected;
break;
case DRM_MODE_DISCONNECTED:
status = XF86OutputStatusDisconnected;