From 7608e85f127faf0e09b1f935654baf57b59f717f Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Thu, 22 Feb 2018 14:28:50 -0800 Subject: rototiller: make the sdl video backend the default Since people are more likely to first run this from a GUI environment, default to SDL which should work in most situations. Then if they want they can switch to a linux console and explicitly use the drm video backend. --- src/rototiller.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rototiller.c b/src/rototiller.c index d09438e..5d7bb0d 100644 --- a/src/rototiller.c +++ b/src/rototiller.c @@ -29,7 +29,7 @@ * just two pages we end up twiddling thumbs until the vsync arrives. */ #define DEFAULT_MODULE "roto32" -#define DEFAULT_VIDEO "drm" +#define DEFAULT_VIDEO "sdl" extern fb_ops_t drm_fb_ops; extern fb_ops_t sdl_fb_ops; -- cgit v1.2.1