You are not logged in.
Hi guys,
I would be interested in how you set up your font rendering and what settings you prefer. Personally I very much like how Windows 7 deals with rendering and produces a very clear but not too sharp picture. My experiences on Linux instead were always rather blurry.
I will upload a screenshot and post my font settings as soon as I return back home.
But for now I would like to hear something about your preferred settings and what rendering they produce.
Cheers
Robert
Offline
You can always grab mine from my signature.
:: Registered Linux User No. 223384
:: github
:: infinality-bundle+fonts: good looking fonts made easy
Offline
You can always grab mine from my signature.
Nice font rendering! Following your instruction I do not need to install infinality packages from AUR?
For best results use the most recent MS fonts.
And is there any significant difference between the Windows 7 and Windows 8 fonts?
Last edited by orschiro (2012-11-16 09:01:21)
Offline
Frankly, there's no significant difference between my infinality PKGBUILD and the one from the AUR. I simply do it a bit 'my way', but basically they are identical.
'Most recent' and Windows 7 means in this context more or less the same.
(BTW, the screenshot is way too large for the Forums' standards, so I believe a simple and lightweight url will do the job, too. )
:: Registered Linux User No. 223384
:: github
:: infinality-bundle+fonts: good looking fonts made easy
Offline
Wow I am impressed by the font rendering.
A few things though.
1. Now my font in the terminal looks a bit small and tight.
2. What settings are you using for Hinting (None, slight, medium, full) and Antialiasing (RGBA, Grayscale, none)?
Offline
is there any significant difference between the Windows 7 and Windows 8 fonts?
Offline
1. Now my font in the terminal looks a bit small and tight.
Did you use Consolas as your default mono face previously? Try setting a different one in Gnome terminal and see if you find it better. (You may as well change the monospace alias globally if you wish: /etc/fonts/infinality/conf.d/20-aliases-default.conf.)
2. What settings are you using for Hinting (None, slight, medium, full) and Antialiasing (RGBA, Grayscale, none)?
You can re-use the default settings from /etc/fonts/infinality/conf.d/50-base-rendering.conf in your Gnome control panel to avoid mismatch.
:: Registered Linux User No. 223384
:: github
:: infinality-bundle+fonts: good looking fonts made easy
Offline
Here's what mine currently looks like:
Offline
https://plus.google.com/photos/11522432 … 7751924562
Last edited by 10PinkPanther (2012-11-26 06:07:51)
Offline
As promised, all my config files are now packed for easier installation and maintenance:
https://aur.archlinux.org/packages/font … -ultimate/
Please, report any package related issues on the relevant AUR page. Thanks for testing and using.
:: Registered Linux User No. 223384
:: github
:: infinality-bundle+fonts: good looking fonts made easy
Offline
Great! Is it sufficient to install the package or are there subsequent manual steps necessary?
In order to avoid conflicts, most generic fontconfig files, as found
in /etc/fonts/conf.d, should be removed and replaced by their
equivalents from fontconfig-infinality-ultimate package.
So basically copying all files from /etc/fonts/infinality/conf.d/ to /etc/fonts/conf.d?
Offline
I wasn't precise (again...). 'Replace' refers to what files in /etc/fonts/infinality/conf.d actually do: they provide the same functionality as the generic fontconfig files, so most of those installed with the latter package should end up in a safe backup folder just in case there was still something you might ever need. Thus from the original fontconfig set up you should preserve only those .confs which either are crucial for the font system to work correctly, or don't interfere with modifications provided by Infinality patches. This means the following symlinks should be present in /etc/fonts/conf.d:
49-sansserif.conf
50-user.conf
51-local.conf
52-infinality.conf
Everything else (well, mostly...) can be safely moved to a backup folder as now the core job will be done by Infinality, and all scenarios it needs are kept in /etc/fonts/infinality/conf.d/*.confs (52-infinality.conf tells fontconfig where to look for them) as well as in the /etc/profile.d/infinality-settings.sh runtime file.
What else should you probably keep in your /etc/fonts/conf.d? Well, basically all the files brought in by applications you keep using, e.g. 09-texlive-fonts.conf (it comes with TeX Live installation and provides access to TeX Live fonts) or 00kde.conf (this guy lets KDE use /usr/local/share/fonts if you install custom fonts locally). These won't do any harm and are actually necessary for some good reason. Others like those which come with font packages are -- in majority of cases -- surplus (to requirements) and potentially troublesome as they bring rendering instructions that will probably interfere with what is supposed to be done exclusively by Infinality.
I decided not to add any BASH script that would back up and get rid of the current content of your /etc/fonts/conf.d because a) three users will usually have four different kinds of mess there b) it's better for you to know what is what there just in case you launch some app you find handy only twice a year and it suddenly looks uglier than ever before. Manual intervention is simply safer. All the magic -- a.k.a. the customized fontconfig files -- will be placed in /etc/fonts/infinality and everything should be fine just how it was when you first deployed the mods. If for some reason it isn't -- you are safe with your backup.
I hope this talkarrhea makes sense.
:: Registered Linux User No. 223384
:: github
:: infinality-bundle+fonts: good looking fonts made easy
Offline
Yes, exactly. However, there will be no dramatic changes as I seem to like the view on the screen.
:: Registered Linux User No. 223384
:: github
:: infinality-bundle+fonts: good looking fonts made easy
Offline
What about infctl tool, or can I use anything else to select profile?
Note: the Wiki suggests me to install fontconfig-infinality, which provides this tool, but won't it conflict with the fontconfig-infinality-ultimate?
Offline
@mityukov,
If you install fontconfig-infinality-ultimate, then you do not need the infctl tool since there is just one predefined style "ultimate".
I would suggest that if you like the font style provided by fontconfig-infinality-ultimate, then there is no need to have the infctl tool.
Regards
Offline
If you install fontconfig-infinality-ultimate, then you do not need the infctl tool since there is just one predefined style "ultimate".
That might be true, but I'd like to look at other presets too :-)
Offline
By the way, there is the following section in the /etc/profile.d/infinality-settings.sh
SET_XFT_SETTINGS=true
XFT_SETTINGS="
Xft.antialias: 1
Xft.autohint: 0
Xft.dpi: 96
Xft.hinting: 1
Xft.hintstyle: hintfull
Xft.lcdfilter: lcddefault
Xft.rgba: rgb
"
if [ "$SET_XFT_SETTINGS" = "true" ]; then
echo "$XFT_SETTINGS" | xrdb -merge > /dev/null 2>&1
fi
However, after I boot, I have only the following resources defined:
$ xrdb -q | grep Xft
Xft.antialias: 1
Xft.hinting: 1
Xft.hintstyle: hintslight
Xft.rgba: rgb
Permissions are Ok for infinality-settings.sh. Other variables ,exported by this file, are visible.
Why could in be so?
Offline
What DE are you using?
KDE. Do you think it may unset some of previously defined resources?..
Offline