> Commit 074779b460ccb5ef529b2504c54e2ab4778685ca > > On my intel laptop DP are my DisplayPort connections, not LID. > > diff --git a/src/bin/e_randr.c b/src/bin/e_randr.c > index 6ca78b6..c2042fe 100644 > --- a/src/bin/e_randr.c > +++ b/src/bin/e_randr.c > @@ -1209,8 +1209,10 @@ _e_randr_is_lid(E_Randr_Output *cfg) > else if (strstr(cfg->name, "lvds")) ret = 1; > else if (strstr(cfg->name, "Lvds")) ret = 1; > else if (strstr(cfg->name, "LCD")) ret = 1; > +#if 0 > else if (strstr(cfg->name, "DP")) ret = 1; > else if (strstr(cfg->name, "dp")) ret = 1;
Should these two DP entries rather be eDP for embedded display port? The internal DP connections (replacing LVDS) are usually named eDP as far as I know. With that adjusted the #if 0 can be dropped. Bruno > +#endif > return ret; > } > ------------------------------------------------------------------------------ Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge Your Business Reports and Dashboards with Interactivity, Sharing, Native Excel Exports, App Integration & more Get technology previously reserved for billion-dollar corporations, FREE http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
