Bug 194000 - Subpixel hinting configuration ignored by plasma
Summary: Subpixel hinting configuration ignored by plasma
Status: RESOLVED DUPLICATE of bug 190627
Alias: None
Product: plasma4
Classification: Plasma
Component: general (show other bugs)
Version: unspecified
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: ---
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-25 09:46 UTC by vpiotr
Modified: 2009-05-25 09:53 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
sample.png (68.58 KB, image/png)
2009-05-25 09:47 UTC, vpiotr
Details

Note You need to log in before you can comment on or make changes to this bug.
Description vpiotr 2009-05-25 09:46:42 UTC
Version:            (using KDE 4.2.3)
Compiler:          gcc version 4.3.2 Gentoo 4.3.2-r3 p1.6, pie-10.1.5
OS:                Linux
Installed from:    Gentoo Packages

I noticed a problem with subpixel hinting settings being ignored by parts of KDE4. I'm not sure if this issue is specific to plasma only, but it appears mostly there.

No matter how I set subpixel hinting in KDE system settings or system-wide in /etc/fonts/, plasma seems to use the same subpixel hinting.

See attached image - notes widget, digital clock, window titles and "Desktop Settings" dialog use subpixel hinting, while "System Settings" dialog contents are not subpixel hinted. Font settings are:

$ cat .fonts.conf
<?xml version='1.0'?>
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
<fontconfig>
 <match target="font" >
  <edit mode="assign" name="hinting" >
   <bool>true</bool>
  </edit>
 </match>
 <match target="font" >
  <edit mode="assign" name="hintstyle" >
   <const>hintfull</const>
  </edit>
 </match>
 <match target="font" >
  <edit mode="assign" name="rgba" >
   <const>none</const>
  </edit>
 </match>
 <match target="font" >
  <edit mode="assign" name="antialias" >
   <bool>true</bool>
  </edit>
 </match>
</fontconfig>

I did restart X after each font configuration change, just in case.

Software versions:

X.Org X Server 1.5.3
Radeon 9200 with xorg driver version 6.12.1
Qt 4.5.1
KDE 4.2.3

also (not sure if this is relevant):

fontconfig 2.6.0
libXft 2.1.13
Comment 1 vpiotr 2009-05-25 09:47:17 UTC
Created attachment 33987 [details]
sample.png
Comment 2 Aaron J. Seigo 2009-05-25 09:53:31 UTC

*** This bug has been marked as a duplicate of bug 190627 ***