Re: [Qemu-devel] qemu+virgl on systems without dmabuf and/or GBM

2017-11-13 Thread Gerd Hoffmann
On Mon, Nov 13, 2017 at 04:15:30PM -0800, Joe Kniss wrote: > Hi, > > I am developing using qemu with virglrenderer on linux systems that > do not support dmabufs or GBM. I have been successful making this > work using glx and ignoring egl/dmabuf/gbm use in qemu. nvidia? Which user interface?

Re: [Qemu-devel] qemu+virgl on systems without dmabuf and/or GBM

2017-11-13 Thread David Airlie
Hi Joe, > > I am developing using qemu with virglrenderer on linux systems that > do not support dmabufs or GBM. I have been successful making this > work using glx and ignoring egl/dmabuf/gbm use in qemu. > Unfortunately, there is currently no way to configure qemu to use > opengl but disab

[Qemu-devel] qemu+virgl on systems without dmabuf and/or GBM

2017-11-13 Thread Joe Kniss via Qemu-devel
Hi, I am developing using qemu with virglrenderer on linux systems that do not support dmabufs or GBM. I have been successful making this work using glx and ignoring egl/dmabuf/gbm use in qemu. Unfortunately, there is currently no way to configure qemu to use opengl but disable egl/dmabuf/gbm.