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

2018-06-29 Thread Pekka Paalanen
On Wed, 27 Jun 2018 20:44:22 -0400 nerdopolis 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/composit

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

2018-06-27 Thread nerdopolis
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 068cdd8f..f1ee02b4 100644 --- a/compositor/main.c +++