main: don't configure /dev/fb0 by default

The framebuffer backend now detects the framebuffer device
dynamically. Don't assume that the framebuffer device is /dev/fb0

Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
dev
nerdopolis 6 years ago committed by Pekka Paalanen
parent 4381040dc6
commit 352804488a
  1. 3
      compositor/main.c

@ -2065,9 +2065,6 @@ load_fbdev_backend(struct weston_compositor *c,
parse_options(fbdev_options, ARRAY_LENGTH(fbdev_options), argc, argv);
if (!config.device)
config.device = strdup("/dev/fb0");
config.base.struct_version = WESTON_FBDEV_BACKEND_CONFIG_VERSION;
config.base.struct_size = sizeof(struct weston_fbdev_backend_config);
config.configure_device = configure_input_device;

Loading…
Cancel
Save