--- mutter-3.26.2.orig/src/wayland/meta-wayland-outputs.c 2017-10-16 20:55:51.000000000 +0200 +++ mutter-3.26.2/src/wayland/meta-wayland-outputs.c 2017-12-07 17:24:53.268140587 +0100 @@ -207,6 +207,21 @@ logical_monitor->rect.width, logical_monitor->rect.height, (int32_t) (refresh_rate * 1000)); + wl_output_send_mode (resource, + 0, + 1024, + 768, + (int32_t) (refresh_rate * 1000)); + wl_output_send_mode (resource, + 0, + 800, + 600, + (int32_t) (refresh_rate * 1000)); + wl_output_send_mode (resource, + 0, + 640, + 480, + (int32_t) (refresh_rate * 1000)); need_done = TRUE; }