You are not logged in.

#1 2008-06-24 05:51:19

b0uncyfr0
Member
Registered: 2008-05-11
Posts: 140

GTK apps have no AA

Yeah its been bugging me for a while. Gimp and gparted didnt have any AA but swiftweasel was looking fine so i thought it was a minor problem. But i just upgraded swiftweasel to 3 and the fonts are terrible. If i can get AA in gimp and gparted that would be a bonus really.

Heres what i got in my .fonts.conf

<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<match target="font" >
  <edit mode="assign" name="rgba" >
   <const>rgb</const>
  </edit>
</match>
<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="antialias" >
   <bool>true</bool>
  </edit>
</match>
</fontconfig>

Offline

#2 2008-06-24 16:53:05

kclive18
Member
From: Columbus, Ohio, USA
Registered: 2008-05-08
Posts: 219

Re: GTK apps have no AA

You may have to modify the AA setting system-wide.  Try putting:

<match target="font" >
  <edit mode="assign" name="antialias" >
   <bool>true</bool>
  </edit>
</match>

into /etc/fonts/fonts.conf.

Source: http://fontconfig.org/fontconfig-user.html

Last edited by kclive18 (2008-06-24 16:53:37)


My Rigs:
- Mid-2007 iMac 20", Intel 2GHz Core 2 Duo, 2x1GB DDR2-800, 250GB SATA HDD, and...MIGHTY MOUSE!!! tongue, OSX 10.5 Leopard, ATI Radeon 2400XT 128MB
- HP zv6203cl, AMD Athlon 64 3200 S939, 2x512MB DDR400, 80GB 4200rpm HDD, ATI Radeon Xpress 200M 128MB, Arch i686 cool
- 1986 Gibson SG Junior Cherry Red, Ibanez 15W amp, DigiTech RP250 modeling processor

Offline

#3 2008-06-25 05:18:49

b0uncyfr0
Member
Registered: 2008-05-11
Posts: 140

Re: GTK apps have no AA

It didnt work. After i put that in, i lost all AA. Everything looked monstrous.

Offline

#4 2008-06-25 13:19:04

b0uncyfr0
Member
Registered: 2008-05-11
Posts: 140

Re: GTK apps have no AA

Is there anything else i can try?

Offline

#5 2008-06-25 19:27:55

kclive18
Member
From: Columbus, Ohio, USA
Registered: 2008-05-08
Posts: 219

Re: GTK apps have no AA

http://wiki.archlinux.org/index.php/Fon … er_enabled

Some of the sections of the Fonts wiki article should help you, unless you have already tried them.


My Rigs:
- Mid-2007 iMac 20", Intel 2GHz Core 2 Duo, 2x1GB DDR2-800, 250GB SATA HDD, and...MIGHTY MOUSE!!! tongue, OSX 10.5 Leopard, ATI Radeon 2400XT 128MB
- HP zv6203cl, AMD Athlon 64 3200 S939, 2x512MB DDR400, 80GB 4200rpm HDD, ATI Radeon Xpress 200M 128MB, Arch i686 cool
- 1986 Gibson SG Junior Cherry Red, Ibanez 15W amp, DigiTech RP250 modeling processor

Offline

Board footer

Powered by FluxBB