Infinality Patches

Archived topics about LMDE 1 and LMDE 2
Locked
c.c.

Infinality Patches

Post by c.c. »

This is my first post on the forum. I'm curious about the potential inclusion of Infinality's patches in LMDE. The way I've got it set up now is that I (1) checkout freetype2 from git (git://git.sv.nongnu.org/freetype/freetype2.git), (2) apply Infinality's patches (http://www.infinality.net/fedora/linux/ ... 64.tar.bz2), and (3) replace /etc/fonts with /etc/fonts from Ubuntu's fontconfig-config (http://packages.ubuntu.com/raring/fontconfig-config).

The end result is really nice. In my opinion, the best font rendering I've seen anywhere else. Of course, I might not be following the correct procedure to adjust font rendering (or a logical one), but I the end result is great. I was curious about what other people do to the default set up in LMDE, and whether there's room for discussion to include better font rendering by default in LMDE?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
tobol

Re: Infinality Patches

Post by tobol »

hi,

i'd like to know how you used the patches
i tried following the instructions from infinality.net using
patch -p1 <path to path file>
but it doesn't complete like it hanged or something.

thanks for any info.
User avatar
catweazel
Level 19
Level 19
Posts: 9763
Joined: Fri Oct 12, 2012 9:44 pm
Location: Australian Antarctic Territory

Re: Infinality Patches

Post by catweazel »

tobol wrote:i'd like to know how you used the patches
i tried following the instructions from infinality.net using
patch -p1 <path to path file>
but it doesn't complete like it hanged or something.
This is how I do it in Debian Wheezy:

Code: Select all

$ sudo apt-get install ttf-mscorefonts-installer
$ cd ~/Downloads
$ git clone https://github.com/chenxiaolong/Debian-Packages.git
$ cd Debian-Packages/freetype-infinality/
$ dpkg-checkbuilddeps
$ cd ../fontconfig-infinality/
$ dpkg-checkbuilddeps
$ cd ../freetype-infinality/
$ ./build.sh
$ cd ../fontconfig-infinality/
$ ./build.sh
$ cd ..
$ sudo dpkg -i freetype-infinality/*.deb fontconfig-infinality/*.deb
I assume it's the same on LMDE.
"There is, ultimately, only one truth -- cogito, ergo sum -- everything else is an assumption." - Me, my swansong.
frankster

Re: Infinality Patches

Post by frankster »

I've just tried this - what is the best way of verifying that the change has "taken"? I presume I have to restart my window manager or X session for it to take effect. What should I look out for in order to be able to tell the difference?
User avatar
catweazel
Level 19
Level 19
Posts: 9763
Joined: Fri Oct 12, 2012 9:44 pm
Location: Australian Antarctic Territory

Re: Infinality Patches

Post by catweazel »

frankster wrote:What should I look out for in order to be able to tell the difference?
Just use firefox. It's fonts are ugly by default so they look much better with infinality installed.
"There is, ultimately, only one truth -- cogito, ergo sum -- everything else is an assumption." - Me, my swansong.
frankster

Re: Infinality Patches

Post by frankster »

Ah yes - I took this before and after picture.
[img]http://imgur.com/CXtbFsb.png[/img]
The most noticeable problem pre-infinality is that the C and the u in Currently are touching! In the after picture the font looks more dense, less skinny.

Didn't have to restart my window manager by the way, though I may have restarted firefox.
Locked

Return to “LMDE Archive”