Re: [Spice-devel] Bug in qxl kernel driver (bpp)

2020-05-14 Thread Melroy van den Berg
Hi, Thanks for your response. It looks good around there: https://gitlab.freedesktop.org/xorg/driver/xf86-video-qxl/-/blob/master/src/qxl_uxa.c#L409 There is a call within qxl_create_pixmap() towards: qxl->bo_funcs->create_surface (qxl, w, h, depth) The 'depth' variable is properbly 1 within

Re: [Spice-devel] Bug in qxl kernel driver (bpp)

2020-05-14 Thread Frediano Ziglio
> Hi folks, > The Xorg log is getting spammed with the following messages (I noticed I'm > not the only one on the Internet): > > qxl_surface_create: Bad bpp: 1 (1) > > > qxl_surface_create: Bad bpp: 1 (1) > > > qxl_surface_create: Bad bpp: 1 (1) > > I think this isn't nice for anyone. So I

[Spice-devel] Bug in qxl kernel driver (bpp)

2020-05-14 Thread Melroy van den Berg
Hi folks, The Xorg log is getting spammed with the following messages (I noticed I'm not the only one on the Internet): > qxl_surface_create: Bad bpp: 1 (1) > qxl_surface_create: Bad bpp: 1 (1) > qxl_surface_create: Bad bpp: 1 (1) I think this isn't nice for anyone. So I propose a fix in the