[Interest] Qt and Cygwin-X

Thiago Macieira thiago.macieira at intel.com
Thu Jul 31 03:15:38 CEST 2014


On Wednesday 30 July 2014 11:28:49 william.crocker at analog.com wrote:
> Hello:
> 
> I recently upgraded from Qt4.7.1 to Qt4.8.6
> When I did that, the performance of my app,
> when running under CygwiX, got significantly
> worse.

That's expected. Qt 4.8 uses the raster graphics engine by default, whereas Qt 
4.7 ran with the native (XRender) by default.

The raster engine is faster locally and produces better results, but is 
extremely slow over a network connection.

Try running your application with -graphicssystem native.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center




More information about the Interest mailing list