You are not logged in.

#1 2010-01-06 03:07:17

bredin
Member
From: sweden
Registered: 2008-06-28
Posts: 135

Font issue. Ugly fonts everywhere other than KDE?

I'm having problems getting nice fonts on my system, been testing xfce4, fluxbox and KDEmod 4.3. The thing is that when I installed KDEmod the font were great, but they are corny in fluxbox & xfce. I tested it in sperate installs. And I have all the KDE-repos in my pacman.conf so I should be able to get the same fonts in fluxbox as them in KDEmod. The question is how? The font-config wiki doesn't seem to make me any smarter. The thing I want to do: make KDE config the fonts without having to install the whole KDE suite.


Lenovo ThinkPad x61
Core2Duo 2ghz, 4gig ram, 16gig SSD.
Archlinux x64 + Fluxbox!

Offline

#2 2010-01-06 06:59:35

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,815

Re: Font issue. Ugly fonts everywhere other than KDE?

I realize that "corny" is not exactly a technical term, but I think I can imagine what it might mean.  I assume you are displaying this on an LCD.  Are you using a screen geometry that matches the native resolution of the LCD? If not, weird things happen when the controller tries to scale the image.  Other than that, nothing comes to mind.


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Online

#3 2010-01-06 10:18:41

jac
Member
From: /home/jac
Registered: 2009-05-19
Posts: 431
Website

Re: Font issue. Ugly fonts everywhere other than KDE?

I don't know much about fluxbox and such, but lxappearance did the trick for me on xmonad. Also, shouldn't xfce have it's own font config thing?

Offline

#4 2010-01-07 01:21:33

Raffles10
Member
From: London, UK
Registered: 2009-05-09
Posts: 115

Re: Font issue. Ugly fonts everywhere other than KDE?

Sounds like antialiasing & hinting issues. Do you have ~/.fonts.conf ? You could try this:

<?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>rgb</const>
  </edit>
 </match>
 <match target="font" >
  <edit mode="assign" name="antialias" >
   <bool>true</bool>
  </edit>
 </match>
</fontconfig>

Offline

#5 2010-01-07 01:31:05

mikesd
Member
From: Australia
Registered: 2008-02-01
Posts: 788
Website

Re: Font issue. Ugly fonts everywhere other than KDE?

@OP Posting some links to screen shots might help people understand your issue.

Offline

#6 2010-01-16 16:32:46

thiagoc
Member
From: Brazil
Registered: 2009-02-14
Posts: 33
Website

Re: Font issue. Ugly fonts everywhere other than KDE?

Also try install some fonts like Droid and Liberation...

Last edited by thiagoc (2010-01-16 16:35:01)

Offline

Board footer

Powered by FluxBB