Bug 36794 - aliased fonts are corrupt
Summary: aliased fonts are corrupt
Status: CLOSED FIXED
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: 1.0.2
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-01-04 08:33 UTC by hefa
Modified: 2003-04-07 01:52 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description hefa 2002-01-04 08:32:30 UTC
(*** This bug was imported into bugs.kde.org ***)

Package:           konsole
Version:           1.0.2 (using KDE 2.2.1 )
Severity:          normal
Installed from:    SuSE
Compiler:          gcc version 2.95.3 20010315 (SuSE)
OS:                Linux (i686) release 2.4.10
OS/Compiler notes: 

Hello

(sorry i try to write in english!)

when you select the font antialiasing in the controlcenter then
the fonts only in "konsole" are damaged.
All characters write with a to small width?

a workaround ist to start with the script:

export QT_XFT=0
exec konsole

the script 
export QT_XFT=1
exec konsole

shows the effect.

Thanks  Helmut







(Submitted via bugs.kde.org)
(Called from KBugReport dialog)
Comment 1 Stephan Binner 2002-01-06 10:08:11 UTC
Known problem duplicate report. Konsole has a "--noxft" parameter.
Comment 2 Alistair Tonner 2003-04-07 01:52:18 UTC
I found this issue after the following process: 
 
   1) build/install QT while using X4.2.1 
  2) build/install KDE 3.1.x 
  3) upgrade X to X 4.3.0 
 
   X 4.3.0 changes from Xft1.2 to Xft2.0 as default font renderer. 
   My solution used the QT_XFT=0  to start, but the real solution is to  
  rebuild QT against the new Xft in X 4.3.0  -- This is painless, other than the build time. 
  There are suggestions that you need a patch from K Packard in some cases, but on my 
  Slackware system it was unnessesary as far as I can tell. 
 
  This also eliminated the misaligned/incorrectly spaced fonts in Konsole and in other applications 
that used QT to create text panels ( I found on KDE 3.1.1 that the problem also affected many 
toolbar objects, creating panels that were several screen widths wide if an affected font was 
used on the toolbar/titlebar)