You are not logged in.
Pages: 1
Since I switched from ubuntu, only thing I missed the nice font rendering. No no it's nothing default on Ubuntu but I tweaked with help of http://rewind.themasterplan.in/2007/07/ … n-kubuntu/
It's good if we can add this font goodness into #! (if possible?). (Sorry for posting with out trying it myself. Quite busy with studies & new to openBox)
And mac fonts are found here
http://code.google.com/p/ubuntu-debs/do … z&can=2&q=
Offline
Since I switched from ubuntu, only thing I missed the nice font rendering. No no it's nothing default on Ubuntu but I tweaked with help of http://rewind.themasterplan.in/2007/07/ … n-kubuntu/
CrunchBang already ships with a fonts.conf file. The contents are:
<?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>The suggested fonts.conf file on the linked site contains:
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<match target="font" >
<edit mode="assign" name="autohint" >
<bool>true</bool>
</edit>
</match>
<match target="font" >
<edit mode="assign" name="rgba" >
<const>none</const>
</edit>
</match>
<match target="font" >
<edit mode="assign" name="hinting" >
<bool>false</bool>
</edit>
</match>
<match target="font" >
<edit mode="assign" name="hintstyle" >
<const>hintnone</const>
</edit>
</match>
<match target="font" >
<edit mode="assign" name="antialias" >
<bool>true</bool>
</edit>
</match>
</fontconfig>I guess font rendering is somewhat subjective? What works for someone may not necessarily suit everyone. I would be interested to know what others are using and on what screen type?
Ex-developer of #! CrunchBang. Follow me on Twitter 
Offline
Maybe we could set up two or three of the more popular profiles for the next version and add a menu item to switch them? shouldn't be too much work. Mine is the default one, looks good here.
I say never be complete, I say stop being perfect, I say lets evolve, let the chips fall where they may.
Offline
Maybe we could set up two or three of the more popular profiles for the next version and add a menu item to switch them? shouldn't be too much work. Mine is the default one, looks good here.
Good idea, and like you say, it should not be too much work. If anyone would like to suggest more profiles, it would be appreciated. 
Ex-developer of #! CrunchBang. Follow me on Twitter 
Offline
Pages: 1
Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.