You are not logged in.
thanks. got the ubuntu packages installed. highly recommended.
How do they compare to xeffects or -lcd ?
Offline
well, with my setup, the -lcd packages were too intense for me and gave me a headache. have not tried the xeffects. im absolutely content with the ubuntu patches.
Offline
I was using the -lcd packages previously, and the -ubuntu packages have much better weight. the -ubuntu pacthes are not too bold, and the shape of the glyphs are much nicer IMO.
Arch on a Thinkpad T400s
Offline
I was using the -lcd packages previously, and the -ubuntu packages have much better weight. the -ubuntu pacthes are not too bold, and the shape of the glyphs are much nicer IMO.
Interesting! I'm using xeffects now, and if I'd switch to -ubuntu packages, and see an improvement, I think we have a winner... we'll see if I can be arsed to test -ubuntu
Offline
I can't say I saw a difference between the *-lcd and *-ubuntu patches. But atleast it allowed me to compile Firefox3 with LCD-filtering.
http://aur.archlinux.org/packages.php?d … s=0&SeB=nd
Offline
I didn't notice any improvement in qt applications either.
Only in gtk applications, like firefox i noticed better font appearance.
Is there anything extra i must do to see results; I have enabled sub pixel-hinting in kde control center.
Offline
Never mind, i fixed it. I think it had something to do with fontconfig configuration. I erased my previous settings and i fixed it
Great packages :-)
Offline
installed the ubuntu-packages from aur. fonts look good, nice alaising.
BUT: the fonts are a bit blurred!! that's is not what i want!
can someone help me?
here is my /etc/fonts/local.conf:
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<!-- Info at http://gentoo-wiki.com/HOWTO_Xorg_and_Fonts -->
<!-- Replace Courier with a better-looking font -->
<match target="pattern" name="family">
<test name="family" qual="any">
<string>Courier</string>
</test>
<edit name="family" mode="assign">
<!-- Other choices - Courier New, Luxi Mono -->
<string>Bitstream Vera Sans Mono</string>
</edit>
</match>
<!-- set dpi -->
<!--<match target="pattern">
<edit name="dpi" mode="assign"><double>96</double></edit>
</match>-->
<match target="font">
<!-- subpixel rendering -->
<edit name="rgba" mode="assign">
<const>rgb</const>
</edit>
<!-- autohinter -->
<edit name="autohint" mode="assign">
<bool>true</bool>
</edit>
<edit name="hinting" mode="assign">
<bool>true</bool>
</edit>
<edit name="hintstyle" mode="assign">
<const>hintfull</const>
</edit>
<!-- anti aliasing -->
<edit name="antialias" mode="assign">
<bool>true</bool>
</edit>
</match>
<!-- Disable autohint for bold fonts, otherwise they look *too* bold -->
<match target="font">
<test name="weight" compare="more">
<const>medium</const>
</test>
<edit name="autohint" mode="assign">
<bool>false</bool>
</edit>
</match>
<!-- Reject bitmap fonts in favour of Truetype, Postscript, etc. -->
<selectfont>
<rejectfont>
<pattern>
<patelt name="scalable">
<bool>false</bool>
</patelt>
</pattern>
</rejectfont>
</selectfont>
</fontconfig>
thanks, mfg
iggy
Last edited by iggy (2008-01-11 11:31:31)
sorry for my bad english
Offline
I just use
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<match target="font" >
<test compare="more" name="weight">
<const>medium</const>
</test>
<edit mode="assign" name="autohint">
<bool>false</bool>
</edit>
</match>
</fontconfig>
Offline
I just use
<?xml version="1.0"?> <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> <fontconfig> <match target="font" > <test compare="more" name="weight"> <const>medium</const> </test> <edit mode="assign" name="autohint"> <bool>false</bool> </edit> </match> </fontconfig>
no, not that i was looking for!
sorry for my bad english
Offline
iggy, see bug re blurring. Show a screenshot, otherwise there is not enough information being provided.
Offline
here is a shot:
i hope, that someone knows/finds a solution!
mfg iggy
sorry for my bad english
Offline
Your screenshot looks fine. Perhaps your screen is the problem. Try a different "subpixel order", e.g. BGR rather than the default RGB.
Offline
Do you notice perfomance drop when using sub pixel hinting? I can't stand it. The fonts look great but the system gets slow. For example in konsole the text scrolls like in waves, big stripes of text go upwards in slow motion.
Offline
*-ubuntu made my day. Fonts look much better.
Offline
hi, for everyone who doesn't want to compile these packages by themselves...
i updated my repository and it includes now:
cairo-ubuntu
fontconfig-ubuntu
freetype2-ubuntu
libxft-ubuntu
firefox3-systemcairo
so everything to start with the improved font rendering including the system cairo firefox build.
here are the information for my repo:
http://bbs.archlinux.org/viewtopic.php?id=42588
We can't stop here! This is bat country!!
Offline
Oh my gosh -- text looks so good now! The Ubuntu originals in the AUR work superbly on my dual-head setup (2 LCD; 1 DVI and 1 VGA) as well as on my MacBook which features a glossy LCD display. Thanks brebs and xsdnyd!
For reference, I have these Ubuntu-patched packages installed: cairo-ubuntu, fontconfig-ubuntu, freetype2-ubuntu, libxft-ubuntu.
My .fonts.conf is rather minimalistic:
<match target="font" >
<edit mode="assign" name="rgba" >
<const>rgb</const>
</edit>
</match>
Last edited by abstracity (2008-02-09 19:28:56)
Without error there can be no brilliancy. ― Emanuel Lasker
Offline
@abstracity: if you can pull a screenshot I'd like to see the results.
/path/to/Truth
Offline
hi, for everyone who doesn't want to compile these packages by themselves...
i updated my repository and it includes now:
cairo-ubuntu
fontconfig-ubuntu
freetype2-ubuntu
libxft-ubuntu
firefox3-systemcairoso everything to start with the improved font rendering including the system cairo firefox build.
here are the information for my repo:
http://bbs.archlinux.org/viewtopic.php?id=42588
Installed this. My fonts now look much nicer.
Thanks
Orjanp...
Ørjan Pettersen
Offline
Would one of you gentlemen like to add the above package information to this page in the wiki as an alternate method?
http://wiki.archlinux.org/index.php/Fon … r_LCD_in_X
Offline
Never mind, i fixed it. I think it had something to do with fontconfig configuration. I erased my previous settings and i fixed it
Great packages :-)
Just wondering which settings you erased for this? Are you referring to the part from the wiki:
Reset your font configuration:
As root:
rm /etc/fonts/conf.d/*
pacman -S fontconfig
Set the FreeType autohinter. As root :
ln -s /etc/fonts/conf.avail/10-autohint.conf /etc/fonts/conf.d/10-autohint.conf
Well with the ubuntu fontconfig instead of fontconfig then.
Last edited by ST.x (2008-03-06 19:37:24)
ARCH64 | XMonad | Configs | myAURpkgs | ArchWiki Contribs | Screenies
Offline
Hi there,
I must be missing something, I installed
cairo-ubuntu
fontconfig-ubuntu
freetype2-ubuntu
libxft-ubuntu
I also added the autohint link
(everything compiled and seemed to work)
But ... im missing sub pixel smoothing and everything looks ugly. Obviously Ive messed up somewhere. My laptop has the old version of the lcd fonts installed and it worked great. but my desktop now is a big mess
How would I go about figuring out what is wrong?
Thanks so much for your time
Sam
Offline
Did you look here: http://wiki.archlinux.org/index.php/Xor … figuration ?
Zl.
Offline
Thanks Zenlord!
I skipped some steps and forgot to install some nice fonts. It all looks really good now.
Cheers
Sam
Offline
Do you notice perfomance drop when using sub pixel hinting? I can't stand it. The fonts look great but the system gets slow. For example in konsole the text scrolls like in waves, big stripes of text go upwards in slow motion.
Yes, not that slow here but still much slower...
Offline