On 23/10/2011 10:49, Stephan Witt wrote:
Am 23.10.2011 um 09:21 schrieb Abdelrazak Younes:
On 23/10/2011 08:52, you...@lyx.org wrote:
Author: younes
Date: Sun Oct 23 08:52:03 2011
New Revision: 39932
URL: http://www.lyx.org/trac/changeset/39932
Log:
Introduce new USE_QIMAGE macro to optionally use a QImage drawing backend
instead of a QPixmap. This may help when running locally under X11 with some
graphics cards (there were some complain about that in the user list).
If this proves to really fix the slowness on some X11 with nvidia cards, we
might want to introduce an option. Is there anybody suffering this issue?
Not me. But isn't it possible to make the QImage versus QPixmap a dependency on
local or remote X11 screen?
I didn't check if this info is available at runtime... perhaps you know that.
Looking at QX11Info, there seems to be nothing of help but you are
correct, I am sure this is something detectatble at runtime. Someone
knows about that?
Abdel?