Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 331071

Summary: [PATCH] x11-libs/qt-gui-4.6.3: Slow font rendering in Konsole on nvidia + related off-by-one error
Product: Gentoo Linux Reporter: wbrana
Component: New packagesAssignee: Qt Bug Alias <qt>
Status: RESOLVED WONTFIX    
Severity: enhancement    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: patch from upstream bug

Description wbrana 2010-08-03 16:42:42 UTC
When using KDE4's Konsole with a bitmap (.pcf) font with the nvidia proprietary driver, text rendering is very slow. The problem is the XRenderCompositeText32() call in QX11PaintEngine::drawFreetype(), which is very slow due to (guessing from http://www.nvnews.net/vbulletin/showthread.php?t=125111) the fact that bitmap fonts are 1bpp and the driver doesn't accelerate those.
upstream bug report:
http://bugreports.qt.nokia.com/browse/QTBUG-7255
Comment 1 wbrana 2010-08-03 16:43:40 UTC
Created attachment 241271 [details, diff]
patch from upstream bug
Comment 2 Markos Chandras (RETIRED) gentoo-dev 2010-08-03 19:28:10 UTC
Seems like upstream didn't apply the patch
Comment 3 Davide Pesavento (RETIRED) gentoo-dev 2011-11-13 15:21:17 UTC
(In reply to comment #2)
> Seems like upstream didn't apply the patch

Right, and we won't apply a patch that upstream rejected, sorry.