Am Mittwoch, 24. Oktober 2012 um 08:28 schrieb Enlightenment SVN: > Log: > E Randr: Don't show outputs which are not connected. > >
Have you switched the default policy to auto-enable? > > Signed-off-by: Christopher Michael <cp.mich...@samsung.com > (mailto:cp.mich...@samsung.com)> > > Author: devilhorns > Date: 2012-10-23 23:28:01 -0700 (Tue, 23 Oct 2012) > New Revision: 78388 > Trac: http://trac.enlightenment.org/e/changeset/78388 > > Modified: > trunk/e/src/modules/conf_randr/e_int_config_randr.c > > Modified: trunk/e/src/modules/conf_randr/e_int_config_randr.c > =================================================================== > --- trunk/e/src/modules/conf_randr/e_int_config_randr.c 2012-10-24 06:17:28 > UTC (rev 78387) > +++ trunk/e/src/modules/conf_randr/e_int_config_randr.c 2012-10-24 06:28:01 > UTC (rev 78388) > @@ -256,6 +256,10 @@ > > if (!output) continue; > > + if (output->connection_status != > + ECORE_X_RANDR_CONNECTION_STATUS_CONNECTED) > + continue; > + > if (!(m = e_smart_monitor_add(evas))) continue; > e_smart_monitor_info_set(m, output, output->crtc); > e_smart_randr_monitor_add(cfdata->o_scroll, m); > > -- Leif ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_sfd2d_oct _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel