From acf948cdfa6bba2bbe783ac6ce962e7acaa29b22 Mon Sep 17 00:00:00 2001 From: Ander Conselvan de Oliveira Date: Mon, 25 Feb 2013 18:06:38 +0200 Subject: [PATCH] compositor: Don't set DPMS state on start up Assume the backend sets the outputs to on state. This improves start up time when using the drm backend by avoiding a GetConnectors() call that can take up to a few hundred milliseconds because of DDC. --- src/compositor.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/compositor.c b/src/compositor.c index f384c9c..0e0835f 100644 --- a/src/compositor.c +++ b/src/compositor.c @@ -3305,7 +3305,6 @@ int main(int argc, char *argv[]) goto out; } - weston_compositor_dpms_on(ec); weston_compositor_wake(ec); wl_display_run(display); -- 2.7.4