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

2018-06-12 Thread Pekka Paalanen
On Tue, 23 Jan 2018 22:15:48 -0500 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 v6 6/6] main: don't configure /dev/fb0 by default

2018-01-23 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 ecd034b9..02de108b 100644 --- a/compositor/main.c +++