diff --git a/src/bin/e_comp_x_randr.c b/src/bin/e_comp_x_randr.c index d0745b866..4b3bd8082 100644 --- a/src/bin/e_comp_x_randr.c +++ b/src/bin/e_comp_x_randr.c @@ -112,6 +112,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; }