You are not logged in.

#1576 2015-02-28 00:31:10

bohoomil
Member
Registered: 2010-09-04
Posts: 2,376
Website

Re: infinality-bundle: good looking fonts made (even) easier

@ggg377 Cantarell (especially the bold variant) doesn't look nice anywhere, IMO. Check out a different font for the UI (for example, Droid Sans 9 is simpler and usually looks better):

2015-02-28_01-25-27_chromium.png

The snippet in fonts.conf is no longer needed for anything and will be removed soon.


:: Registered Linux User No. 223384

:: github
:: infinality-bundle+fonts: good looking fonts made easy

Offline

#1577 2015-02-28 09:54:58

ggg377
Member
Registered: 2015-02-20
Posts: 43

Re: infinality-bundle: good looking fonts made (even) easier

@bohoomil I changed it and it does look nicer now.

Last edited by ggg377 (2015-02-28 18:23:51)

Offline

#1578 2015-03-01 03:41:55

prokonsole
Member
Registered: 2012-12-15
Posts: 29

Re: infinality-bundle: good looking fonts made (even) easier

Hello,

Followed the instructions in the first post of this thread and when I got to import key, I  got this:

# pacman-key -r 962DDE58
gpg: connecting dirmngr at '/root/.gnupg/S.dirmngr' failed: IPC connect call failed
gpg: keyserver receive failed: No dirmngr
==> ERROR: Remote key not fetched correctly from keyserver.

I have installed the infinaity bundle before on an arch install but I haven't seen this error before.

Here is pacman.conf as well.

I cut and pasted the instructions so am confident the entries are correct.

[infinality-bundle]
Server = http://bohoomil.com/repo/$arch

[infinality-bundle-multilib]
Server = http://bohoomil.com/repo/multilib/$arch

[infinality-bundle-fonts]
Server = http://bohoomil.com/repo/fonts

Maybe it was bad timing?

edit: forgot to install and configure haveged - this is bound to fix things,eh?
second edit
installed haveged
started haveged
enable haveged

issued the command
pacman-key --init

re-issued the command

pacman-key -r 962DDE58

and got this

# pacman-key -r 962DDE58
gpg: connecting dirmngr at '/root/.gnupg/S.dirmngr' failed: IPC connect call failed
gpg: keyserver receive failed: No dirmngr
==> ERROR: Remote key not fetched correctly from keyserver.

Anything else, I can do?

Hugh

Last edited by prokonsole (2015-03-01 04:09:46)

Offline

#1579 2015-03-01 13:57:27

runical
Member
From: The Netherlands
Registered: 2012-03-03
Posts: 896

Offline

#1580 2015-03-01 20:03:06

prokonsole
Member
Registered: 2012-12-15
Posts: 29

Re: infinality-bundle: good looking fonts made (even) easier

Good morning,

Thanks for the links. I can only read them at present - not in a position to physically try any of the methods.

Thank you so much,

Hugh

Offline

#1581 2015-03-01 23:15:43

prokonsole
Member
Registered: 2012-12-15
Posts: 29

Re: infinality-bundle: good looking fonts made (even) easier

I decided on this method:

# rm -R /etc/pacman.d/gnupg/
# rm -R /root/.gnupg/  # only if the directory exists
# gpg --refresh-keys
# pacman-key --init && pacman-key --populate
# pacman-key --refresh-keys

and can report success with importing bohoomil's key

Thanks again,

Hugh

Offline

#1582 2015-03-02 00:13:06

Keisha
Member
Registered: 2015-02-26
Posts: 2

Re: infinality-bundle: good looking fonts made (even) easier

@bohoomil: sent you an email via the forum's email facility a couple nights ago, did you receive it?

Offline

#1583 2015-03-02 03:11:40

bohoomil
Member
Registered: 2010-09-04
Posts: 2,376
Website

Re: infinality-bundle: good looking fonts made (even) easier

@Keisha Yes, thank you: I'll write back ASAP.


:: Registered Linux User No. 223384

:: github
:: infinality-bundle+fonts: good looking fonts made easy

Offline

#1584 2015-03-11 01:38:02

bohoomil
Member
Registered: 2010-09-04
Posts: 2,376
Website

Re: infinality-bundle: good looking fonts made (even) easier

I added jdk8-openjdk-infinality to the repository. If you decide to install it, please remove the stock jdk8-openjdk first. Besides, don't forget to add

export _JAVA_OPTIONS='-Dawt.useSystemAAFontSettings=lcd_hrgb -Dswing.aatext=true'

to your .profile.

I tested it with a bunch of applications, including Netbeans and Blue, and it seems everything is working pretty fine.

I hope you'll find it useful.

Thanks.


:: Registered Linux User No. 223384

:: github
:: infinality-bundle+fonts: good looking fonts made easy

Offline

#1585 2015-03-11 13:48:40

Šaran
Member
From: Bosnia
Registered: 2011-09-03
Posts: 407

Re: infinality-bundle: good looking fonts made (even) easier

Finaly good-looking Netbeans. Huge thanks bohoomil!

Offline

#1586 2015-03-11 13:55:57

jakub
Member
Registered: 2013-09-14
Posts: 151

Re: infinality-bundle: good looking fonts made (even) easier

Šaran wrote:

Finaly good-looking Netbeans. Huge thanks bohoomil!


Could you provide screenshot?

Offline

#1587 2015-03-11 14:20:58

bohoomil
Member
Registered: 2010-09-04
Posts: 2,376
Website

Re: infinality-bundle: good looking fonts made (even) easier

@Šaran Great! Thank you for the feedback.

@jakub There's one on my G+ profile.

Update note OpenJDK-Infinality has now a better anti-aliasing support. Please, remove `-Dawt.useSystemAAFontSettings=lcd_hrgb` variable from your Java options as it is not necessary any more (leave only the one for Swing).

Last edited by bohoomil (2015-03-11 14:21:34)


:: Registered Linux User No. 223384

:: github
:: infinality-bundle+fonts: good looking fonts made easy

Offline

#1588 2015-03-11 16:23:02

Šaran
Member
From: Bosnia
Registered: 2011-09-03
Posts: 407

Re: infinality-bundle: good looking fonts made (even) easier

@jakub
Before (just -Dawt.useSystemAAFontSettings=lcd_hrgb) and after with patched package.
What you can't see on screenshot is that without patches fonts in Netbeans looked like they have
reddish shadow and it was really weird to look at. With infinality patches fonts are little bit more blurred,
but overall appearance is way better without red outlines.

Offline

#1589 2015-03-17 12:54:40

x33a
Forum Fellow
Registered: 2009-08-15
Posts: 4,587

Re: infinality-bundle: good looking fonts made (even) easier

Hi, is anyone experiencing issue with the font rendering used on GitHub? Since today morning, it looks like the following in Firefox:

rvJRIdgt.png

I have set Firefox's default font to 'Ubuntu'. On inspecting Firefox inspector, the font shows as:

Clean Regular system

Used as: "Clean"

Till yesterday it was working fine. The only package updated today was: t1-urw-fonts-ib

Last edited by x33a (2015-03-17 13:29:53)

Offline

#1590 2015-03-17 16:23:22

bohoomil
Member
Registered: 2010-09-04
Posts: 2,376
Website

Re: infinality-bundle: good looking fonts made (even) easier

This is what probably happened:

1. Originally, you had Nimbus Sans L set as a replacement for Helvetica (GitHub uses Helvetica and Helvetica Neue).
2. Then you decided to replace Nimbus Sans L--instead of Helvetica--with Ubuntu Sans. GitHub looked fine.
3. The upstream renamed Nimbus Sans L to Nimbus Sans.
4. GitHub is looking odd.

What you should try doing:

1. Make sure my assumptions make sense:

$ fc-match Helvetica
$ fc-match "Nimbus Sans L"

2. Set your replacement rules properly, i.e. Helvetica => Ubuntu Sans.

What I should do:

Update fontconfig-iu later today. :-)


:: Registered Linux User No. 223384

:: github
:: infinality-bundle+fonts: good looking fonts made easy

Offline

#1591 2015-03-17 18:28:59

jakub
Member
Registered: 2013-09-14
Posts: 151

Re: infinality-bundle: good looking fonts made (even) easier

x33a wrote:

Hi, is anyone experiencing issue with the font rendering used on GitHub? ...
Till yesterday it was working fine. The only package updated today was: t1-urw-fonts-ib

In my case everything is displayed fine (also GitHub site) in Chrome and in Firefox. I also upgraded this package: [2015-03-17 07:09] [ALPM] upgraded t1-urw-fonts-ib (2.4-6 -> 20150122-1)

Offline

#1592 2015-03-17 21:07:01

RibShark
Member
Registered: 2013-09-21
Posts: 30

Re: infinality-bundle: good looking fonts made (even) easier

The latest version of Java still requires `-Dawt.useSystemAAFontSettings=lcd_hrgb` for fonts in IntelliJ IDEA to render as expected (RGB antialiasing) for me.

With: http://i.imgur.com/ZZjcb1U.png
Without: http://i.imgur.com/82O4gQh.png

Also notice how the window title doesn't use RGB antialiasing. I can't seem to fix that either (it is KWin 5).

Offline

#1593 2015-03-17 22:49:38

bohoomil
Member
Registered: 2010-09-04
Posts: 2,376
Website

Re: infinality-bundle: good looking fonts made (even) easier

@RibShark Just a little reminder:

idea.install wrote:

WARNING:
  Running IntelliJ IDEA using OpenJDK is officially unsupported
  because of possible performance and graphics problems


:: Registered Linux User No. 223384

:: github
:: infinality-bundle+fonts: good looking fonts made easy

Offline

#1594 2015-03-18 05:06:02

x33a
Forum Fellow
Registered: 2009-08-15
Posts: 4,587

Re: infinality-bundle: good looking fonts made (even) easier

bohoomil wrote:

This is what probably happened:

1. Originally, you had Nimbus Sans L set as a replacement for Helvetica (GitHub uses Helvetica and Helvetica Neue).
2. Then you decided to replace Nimbus Sans L--instead of Helvetica--with Ubuntu Sans. GitHub looked fine.

The only settings I had changed were, using the free preset and setting the default Firefox font to Ubuntu. But yesterday, even after changing the preset to combi, I was facing the problem.

Today, I upgraded fontconfig-infinality-ultimate, but nothing changed.

Here's the output with combi preset

 $ fc-match Helvetica
NotoSans-Regular.ttf: "Noto Sans" "Regular"
$ fc-match "Nimbus Sans L"
NotoSans-Regular.ttf: "Noto Sans" "Regular"

Then I reset the preset and set it to free again. And now the output is

$ fc-match Helvetica
n019003l.pfb: "Nimbus Sans" "Regular"
$ fc-match "Nimbus Sans L"
NotoSans-Regular.ttf: "Noto Sans" "Regular"

And now Github is working fine big_smile

Offline

#1595 2015-03-18 05:26:31

bohoomil
Member
Registered: 2010-09-04
Posts: 2,376
Website

Re: infinality-bundle: good looking fonts made (even) easier

This

$ fc-match "Nimbus Sans L"
NotoSans-Regular.ttf: "Noto Sans" "Regular"

is actually invalid because we no longer have 'Nimbus Sans L'. ;-)


:: Registered Linux User No. 223384

:: github
:: infinality-bundle+fonts: good looking fonts made easy

Offline

#1596 2015-03-18 05:47:52

x33a
Forum Fellow
Registered: 2009-08-15
Posts: 4,587

Re: infinality-bundle: good looking fonts made (even) easier

So passing invalid options to fc-match just returns the default font?

Offline

#1597 2015-03-18 06:42:59

bohoomil
Member
Registered: 2010-09-04
Posts: 2,376
Website

Re: infinality-bundle: good looking fonts made (even) easier

Exactly, that's how it works: for a missing sans typeface, fontconfig will call the default sans alias, starting with the first on the list (60-latin-foo.conf), and so on for other faces. If none is specified, fontconfig will choose randomly one that seems best.


:: Registered Linux User No. 223384

:: github
:: infinality-bundle+fonts: good looking fonts made easy

Offline

#1598 2015-03-19 06:22:29

x33a
Forum Fellow
Registered: 2009-08-15
Posts: 4,587

Re: infinality-bundle: good looking fonts made (even) easier

Thanks for the explanation.

Offline

#1599 2015-03-19 19:33:41

elipp
Member
Registered: 2013-12-19
Posts: 11

Re: infinality-bundle: good looking fonts made (even) easier

Just to let you know, infinality-bundle (freetype2, fontconfig, cairo) seems to mess up LilyPond's ghostscript-driven PostScript to PDF conversion stage. Says /undefinedresult in --glyphshow-- and fails.

Offline

#1600 2015-03-19 20:50:24

bohoomil
Member
Registered: 2010-09-04
Posts: 2,376
Website

Re: infinality-bundle: good looking fonts made (even) easier

Do you experience problems with ps to pdf conversion with ps2pdf?


:: Registered Linux User No. 223384

:: github
:: infinality-bundle+fonts: good looking fonts made easy

Offline

Board footer

Powered by FluxBB