Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Severals fonts are ugly
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
Markand
Tux's lil' helper
Tux's lil' helper


Joined: 11 Jun 2008
Posts: 76

PostPosted: Fri Jun 13, 2008 6:11 pm    Post subject: Severals fonts are ugly Reply with quote

Hi there

I noticed that some fonts on my gentoo looks like monocode or really ugly like www.gentoo.org

http://img380.imageshack.us/img380/2206/capturebe5.png

I just installed corefonts I don't know what to do to have antialiesed fonts on firefox and X but I tried the commandes from the gentoo wiki (http://gentoo-wiki.com/HOWTO_Xorg_and_Fonts) but nothing change

Does I need some fonts packages ?

thanks for answering
Back to top
View user's profile Send private message
ubercow
n00b
n00b


Joined: 17 Mar 2007
Posts: 64

PostPosted: Sat Jun 14, 2008 5:12 pm    Post subject: Reply with quote

I also have this problem and I don't like it, also a similar thing:
https://forums.gentoo.org/viewtopic-t-693917-highlight-.html
Back to top
View user's profile Send private message
PaulBredbury
Watchman
Watchman


Joined: 14 Jul 2005
Posts: 7310

PostPosted: Sat Jun 14, 2008 5:48 pm    Post subject: Reply with quote

Look at the huge amount of flexibility possible in /etc/fonts/ and ~/.fonts.conf

Yes, bitmap fonts are ugly - so turn them off. Read the massive xeffects thread for lots of examples.
Back to top
View user's profile Send private message
ubercow
n00b
n00b


Joined: 17 Mar 2007
Posts: 64

PostPosted: Sun Jun 15, 2008 1:09 am    Post subject: Reply with quote

I have a solution to my problem:
https://forums.gentoo.org/viewtopic-p-5122022.html#5122022
I couldn't find anything about disabling bitmap fonts anywhere though.
Back to top
View user's profile Send private message
yabbadabbadont
Advocate
Advocate


Joined: 14 Mar 2003
Posts: 4791
Location: 2 exits past crazy

PostPosted: Sun Jun 15, 2008 1:51 am    Post subject: Reply with quote

Code:
/home/daffy $ cat .fonts.conf
<?xml version="1.0"?>

<!DOCTYPE fontconfig SYSTEM "fonts.dtd">

<fontconfig>
  <match target="font">
    <edit name="antialias" mode="assign"><bool>true</bool></edit>
    <edit name="rgba"      mode="assign"><const>rgb</const></edit>
    <edit name="autohint"  mode="assign"><bool>true</bool></edit>
    <edit name="hintstyle" mode="assign"><const>hintfull</const></edit>
  </match>
  <match target="font">
    <test name="weight" compare="more"><const>medium</const></test>
    <edit name="autohint" mode="assign"><bool>false</bool></edit>
    <edit name="hinting" mode="assign"><bool>false</bool></edit>
    <edit name="hintstyle" mode="assign"><const>hintnone</const></edit>
  </match>
  <selectfont>
    <rejectfont>
      <pattern>
        <patelt name="scalable"><bool>false</bool></patelt>
      </pattern>
    </rejectfont>
  </selectfont>
</fontconfig>

The last section, from "<selectfont>" to "</selectfont>" disables bitmapped fonts.
Back to top
View user's profile Send private message
yabbadabbadont
Advocate
Advocate


Joined: 14 Mar 2003
Posts: 4791
Location: 2 exits past crazy

PostPosted: Sun Jun 15, 2008 1:54 am    Post subject: Reply with quote

As an alternative, you can disable them globally using eselect.

Code:
eselect fontconfig enable 70-no-bitmaps.conf


Code:
eselect fontconfig list

Will show you all the different options that you can enable and disable globally.
Back to top
View user's profile Send private message
tarpman
Veteran
Veteran


Joined: 04 Nov 2004
Posts: 1083
Location: Victoria, BC, Canada

PostPosted: Sun Jun 15, 2008 6:47 am    Post subject: Reply with quote

Wow, eselect fontconfig is pretty cool. Thanks for that pointer!
_________________
Saving the world, one kilobyte at a time.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum