[Interest] X11->XQuartz compatability?

Thiago Macieira thiago.macieira at intel.com
Fri Jun 14 17:29:05 CEST 2019


On Friday, 14 June 2019 07:50:30 PDT Konstantin Tokarev wrote:
> 14.06.2019, 17:45, "Jason H" <jhihn at gmx.com>:
> > I have a application running on an Ubuntu 16.04 Box. I want to get the
> > window on my Mac. I installed XQuartz and Inkscape and xeyes work. But
> > when I launch my Qt app, I get: 
> > libGL error: No matching fbConfigs or visuals found
> > libGL error: failed to load driver: swrast
> > Unrecognized OpenGL version
> > Unrecognized OpenGL version
> > QGLXContext: Failed to create dummy context
> > failed to acquire GL context to resolve capabilities, using defaults..
> > 
> > And an all-white window.
> > 
> > How can I get this to work? It's a QML app.
> 
> You can try using llvmpipe + LIBGL_ALWAYS_SOFTWARE=1 on Linux side.
> It worked for me in the past.

Note how his libGL is already complaining about the inability to load the 
"swrast" (software rasteriser) driver.

The "Unrecognized OpenGL version" message comes from Qt, but the two errors 
before it are from libGL (Mesa). I suppose Mesa complaining that it doesn't 
know how to deal with the remote X connection is normal, but that error about 
swrast is worrying.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel System Software Products






More information about the Interest mailing list