Signed-off-by: Imre Deak <imre.deak at intel.com> --- tests/testdisplay.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/testdisplay.c b/tests/testdisplay.c index 251141f..80cd112 100644 --- a/tests/testdisplay.c +++ b/tests/testdisplay.c @@ -735,6 +735,8 @@ int main(int argc, char **argv) drm_fd = drm_open_any(); + do_or_die(drmtest_set_vt_graphics_mode()); + mainloop = g_main_loop_new(NULL, FALSE); if (!mainloop) { fprintf(stderr, "failed to create glib mainloop\n"); -- 1.7.10.4