Re: [PATCH 4/6] libweston: fbdev: set fb device info upon the first run.

2017-10-13 Thread nerdopolis
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

Re: [PATCH 4/6] libweston: fbdev: set fb device info upon the first run.

2017-10-02 Thread Pekka Paalanen
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

Re: [PATCH 4/6] libweston: fbdev: set fb device info upon the first run.

2017-10-02 Thread nerdopolis
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

Re: [PATCH 4/6] libweston: fbdev: set fb device info upon the first run.

2017-09-26 Thread Pekka Paalanen
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

Re: [PATCH 4/6] libweston: fbdev: set fb device info upon the first run.

2017-09-14 Thread nerdopolis
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

[PATCH 4/6] libweston: fbdev: set fb device info upon the first run.

2017-09-06 Thread nerdopolis
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

[PATCH 4/6] libweston: fbdev: set fb device info upon the first run. This attempts to wake up secondary framebuffer devices (/dev/fb1 and up) as usually these devices start powered off, and the FBIOPU

2017-09-05 Thread nerdopolis
-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/