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.
This commit is contained in:
Ander Conselvan de Oliveira 2013-02-25 18:06:38 +02:00 committed by Kristian Høgsberg
parent 2566ebda4c
commit acf948cdfa

View file

@ -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);