diff --git a/src/bin/e_comp_x_randr.c b/src/bin/e_comp_x_randr.c index 20ab4e54b..a539a6e3f 100644 --- a/src/bin/e_comp_x_randr.c +++ b/src/bin/e_comp_x_randr.c @@ -104,6 +104,8 @@ _is_lid_name(const char *name) else if (strstr(name, "eDP")) return EINA_TRUE; else if (strstr(name, "edp")) return EINA_TRUE; else if (strstr(name, "EDP")) return EINA_TRUE; + else if (strstr(name, "DSI")) return EINA_TRUE; + else if (strstr(name, "dsi")) return EINA_TRUE; return EINA_FALSE; }