On Tuesday, October 3, 2017 2:44:47 AM EDT Pekka Paalanen wrote:
> On Mon, 02 Oct 2017 23:14:26 -0400
> nerdopolis wrote:
>
> > On Tuesday, September 26, 2017 9:45:43 AM EDT Pekka Paalanen wrote:
> > > On Thu, 14 Sep 2017 23:08:51 -0400
> > > nerdopolis wrote:
> > >
> > > > On Wednesday, Sept
On Mon, 02 Oct 2017 23:14:26 -0400
nerdopolis wrote:
> On Tuesday, September 26, 2017 9:45:43 AM EDT Pekka Paalanen wrote:
> > On Thu, 14 Sep 2017 23:08:51 -0400
> > nerdopolis wrote:
> >
> > > On Wednesday, September 6, 2017 8:17:21 AM EDT nerdopolis wrote:
> > > > This attempts to wake up
On Tuesday, September 26, 2017 9:45:43 AM EDT Pekka Paalanen wrote:
> On Thu, 14 Sep 2017 23:08:51 -0400
> nerdopolis wrote:
>
> > On Wednesday, September 6, 2017 8:17:21 AM EDT nerdopolis wrote:
> > > This attempts to wake up secondary framebuffer devices
> > > (/dev/fb1 and up) as usually these
On Thu, 14 Sep 2017 23:08:51 -0400
nerdopolis wrote:
> On Wednesday, September 6, 2017 8:17:21 AM EDT nerdopolis wrote:
> > This attempts to wake up secondary framebuffer devices
> > (/dev/fb1 and up) as usually these devices start powered off, and
> > the FBIOPUT_VSCREENINFO ioctl turns it on. T
On Wednesday, September 6, 2017 8:17:21 AM EDT nerdopolis wrote:
> This attempts to wake up secondary framebuffer devices
> (/dev/fb1 and up) as usually these devices start powered off, and
> the FBIOPUT_VSCREENINFO ioctl turns it on. This was tested on a
> qemu system with the options:
>
> -vga n
This attempts to wake up secondary framebuffer devices
(/dev/fb1 and up) as usually these devices start powered off, and
the FBIOPUT_VSCREENINFO ioctl turns it on. This was tested on a
qemu system with the options:
-vga none -device VGA,id=video0 -device secondary-vga,id=video1 \
-device secondary
-vga none -device VGA,id=video0 -device secondary-vga,id=video1 \
-device secondary-vga,id=video2
---
libweston/compositor-fbdev.c | 7 +++
1 file changed, 7 insertions(+)
diff --git a/libweston/compositor-fbdev.c b/libweston/compositor-fbdev.c
index b4f0685c..a9cc08be 100644
--- a/libweston/