[PATCH v6 6/6] main: don't configure /dev/fb0 by default

Pekka Paalanen ppaalanen at gmail.com
Tue Jun 12 13:23:45 UTC 2018


On Tue, 23 Jan 2018 22:15:48 -0500
nerdopolis <bluescreen_avenger at verizon.net> wrote:

> The framebuffer backend now detects the framebuffer device
> dynamically. Don't assume that the framebuffer device is /dev/fb0
> ---
>  compositor/main.c | 3 ---
>  1 file changed, 3 deletions(-)
> 
> diff --git a/compositor/main.c b/compositor/main.c
> index ecd034b9..02de108b 100644
> --- a/compositor/main.c
> +++ b/compositor/main.c
> @@ -1454,9 +1454,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;

Reviewed-by: Pekka Paalanen <pekka.paalanen at collabora.co.uk>


Thanks,
pq
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <https://lists.freedesktop.org/archives/wayland-devel/attachments/20180612/6ce022e4/attachment.sig>


More information about the wayland-devel mailing list