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] spice-vdagent: how to enable additional mouse buttons?

2020-05-14 Thread bruts
Hi Frediano, Yes it's quite a bit incoherent, having said that, i just saw a picture of a mouse with like 30 buttons on it :-) Didn't have time yet to test your patches Kevin, will do so in evening hours, I will update you after. >From the bottom of my thumb, i thank you :-) Roger

Re: [Spice-devel] spice-vdagent: how to enable additional mouse buttons?

2020-05-14 Thread Frediano Ziglio
> Hello, > I've pushed some commits to get the mouse buttons working with the VDAgent > (and only it, some bits are missing in spice-server to handle the other > types I think): > https://gitlab.freedesktop.org/kpouget/spice/-/commits/exp/mouse-bt >

Re: [Spice-devel] About decisions and reviews

2020-05-14 Thread Marc-André Lureau
Hi On Thu, May 14, 2020 at 2:32 PM Marc-André Lureau < marcandre.lur...@gmail.com> wrote: > Hi > > On Mon, May 11, 2020 at 12:16 PM Marc-André Lureau < > marcandre.lur...@redhat.com> wrote: > >> Hi, >> >> About "Move code to C++": >> https://gitlab.freedesktop.org/spice/spice/-/merge_requests/62

Re: [Spice-devel] spice-vdagent: how to enable additional mouse buttons?

2020-05-14 Thread bruts
Good afternoon Kevin, That is some great news! Let me get to testing this on my side and give you feedback on it. It makes sense people want their other mouse buttons to work on a guest system, so your work on this will for sure be worth the time and will make many people happy I am sure.

Re: [Spice-devel] spice-vdagent: how to enable additional mouse buttons?

2020-05-14 Thread Kevin Pouget
Hello, I've pushed some commits to get the mouse buttons working with the VDAgent (and only it, some bits are missing in spice-server to handle the other types I think): https://gitlab.freedesktop.org/kpouget/spice/-/commits/exp/mouse-bt

Re: [Spice-devel] virtual gl

2020-05-14 Thread Oleg Krutov
Hi Frediano, isn't configuration with egl_headless supported? With artifacts, but it's somehow working, I tried to use that in beginning of this year.12:42, 14 мая 2020 г., Frediano Ziglio : Hello, is it possible to use spice together with virtual GL? Thanks, RolandHi,  currently only the local

Re: [Spice-devel] About decisions and reviews

2020-05-14 Thread Marc-André Lureau
Hi On Mon, May 11, 2020 at 12:16 PM Marc-André Lureau < marcandre.lur...@redhat.com> wrote: > Hi, > > About "Move code to C++": > https://gitlab.freedesktop.org/spice/spice/-/merge_requests/62 > > I would like to know how the decision happened. As long as I have been > involved in the Spice

Re: [Spice-devel] Spice status

2020-05-14 Thread Marc-André Lureau
Hi On Thu, May 14, 2020 at 1:06 PM Roland Sassen wrote: > can you please give me a short update about Spice? > > 1status quo > 2roadmap > 3how many people work on the project > It's not easy to answer such question, but it's an open-source project. You may have a measure of the

Re: [Spice-devel] virtual gl

2020-05-14 Thread Marc-André Lureau
Hi On Wed, May 13, 2020 at 5:30 PM Roland Sassen wrote: > Hello, is it possible to use spice together with virtual GL? > If you are talking about VirtualGL (https://virtualgl.org/), Spice doesn't provide 3d rendering itself. However, you may use 3d/opengl in the guest/remote, by various means.

[Spice-devel] Spice status

2020-05-14 Thread Roland Sassen
can you please give me a short update about Spice? 1 status quo 2 roadmap 3 how many people work on the project 4 support for mobile phones 5 video from mobile phones thanks in advance, Roland Thinsia Research Roland Sassen the Netherlands sas...@thinsia.com -- Deze e-mail is gecontroleerd

Re: [Spice-devel] virtual gl

2020-05-14 Thread Frediano Ziglio
> Hello, is it possible to use spice together with virtual GL? > Thanks, Roland Hi, currently only the local case through unix sockets is supported Frediano ___ Spice-devel mailing list Spice-devel@lists.freedesktop.org

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