LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Arch
User Name
Password
Arch This Forum is for the discussion of Arch Linux.

Notices


Reply
  Search this Thread
Old 11-17-2016, 12:47 PM   #1
porphyry5
Member
 
Registered: Jul 2010
Location: oregon usa
Distribution: Slackware 14.1, Arch, Lubuntu 18.04 OpenSUSE Leap 15.x
Posts: 518

Rep: Reputation: 24
How use the Grub font as standard


I would like to use the Grub loader's font, '/usr/share/grub/unicode.pf2' as my standard console font.

It is not included in the kbd package so I was wondering how I might include the .pf2 file (about 2.4 MB) in the '/usr/share/kbd/consolefonts/' directory, which contains mostly .gz files of a few KB, and be able to use it. It seems there is much more to this font business than at first meets the eye.

P.S. Would really prefer to stick with the stock issue console rather than using fbterm, KMSCON etc
 
Old 12-02-2016, 02:13 AM   #2
titopoquito
Senior Member
 
Registered: Jul 2004
Location: Lower Rhine region, Germany
Distribution: Slackware64 14.2 and current, SlackwareARM current
Posts: 1,644

Rep: Reputation: 145Reputation: 145
You can find the font at http://unifoundry.com/unifont.html - if you scroll down that page you will find a link to:

Code:
PSF: A highly specialized console frame buffer font consisting 
of 512 glyphs for use with APL, A Programming Language, in console 
mode (single-user mode on GNU/Linux, etc.), mainly to support 
GNU APL: Unifont-APL8x16-9.0.04.psf.gz (4 kbytes)
If you want to convert a bdf font file yourself to an psf.gz file look at http://unifoundry.com/unicode-utilities.html

Additional info: https://wiki.archlinux.org/index.php...#Console_fonts
 
1 members found this post helpful.
Old 12-03-2016, 06:41 AM   #3
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
did you even bother to look around before posting?
unifont is in [extra] and does install a consolefont:
Code:
$ pacman -Ss unifont
extra/bdf-unifont 9.0.04-1
    GNU Unifont Glyphs
$ ls /usr/share/kbd/consolefonts/|grep -i unifont
Unifont.psf.gz
 
2 members found this post helpful.
Old 12-05-2016, 11:36 AM   #4
porphyry5
Member
 
Registered: Jul 2010
Location: oregon usa
Distribution: Slackware 14.1, Arch, Lubuntu 18.04 OpenSUSE Leap 15.x
Posts: 518

Original Poster
Rep: Reputation: 24
Quote:
Originally Posted by titopoquito View Post
You can find the font at http://unifoundry.com/unifont.html - if you scroll down that page you will find a link to:

Code:
PSF: A highly specialized console frame buffer font consisting 
of 512 glyphs for use with APL, A Programming Language, in console 
mode (single-user mode on GNU/Linux, etc.), mainly to support 
GNU APL: Unifont-APL8x16-9.0.04.psf.gz (4 kbytes)
If you want to convert a bdf font file yourself to an psf.gz file look at http://unifoundry.com/unicode-utilities.html

Additional info: https://wiki.archlinux.org/index.php...#Console_fonts
Many thanks for the info, exactly what I asked for.
 
Old 12-05-2016, 11:40 AM   #5
titopoquito
Senior Member
 
Registered: Jul 2004
Location: Lower Rhine region, Germany
Distribution: Slackware64 14.2 and current, SlackwareARM current
Posts: 1,644

Rep: Reputation: 145Reputation: 145
Quote:
Originally Posted by porphyry5 View Post
Many thanks for the info, exactly what I asked for.
Thanks, although you should rather follow ondoho's advice
 
Old 12-05-2016, 11:54 AM   #6
porphyry5
Member
 
Registered: Jul 2010
Location: oregon usa
Distribution: Slackware 14.1, Arch, Lubuntu 18.04 OpenSUSE Leap 15.x
Posts: 518

Original Poster
Rep: Reputation: 24
Quote:
Originally Posted by ondoho View Post
did you even bother to look around before posting?
Yes, I did, but as the font is already on the system, courtesy of Grub, I looked for methods of making it generally available for use, rather than acquiring a second copy of it and installing that. No doubt this plainly demonstrates the inadequacy of my thinking and intelligence; so isn't it just too, too wonderful that you deigned to avail me of your exalted knowledge and sagacity with such patience, tolerance and humility.
 
Old 12-05-2016, 11:59 AM   #7
porphyry5
Member
 
Registered: Jul 2010
Location: oregon usa
Distribution: Slackware 14.1, Arch, Lubuntu 18.04 OpenSUSE Leap 15.x
Posts: 518

Original Poster
Rep: Reputation: 24
Quote:
Originally Posted by titopoquito View Post
Thanks, although you should rather follow ondoho's advice
That is no doubt easier, a fact that is even more annoying than he/she/it is.
 
Old 12-05-2016, 12:09 PM   #8
titopoquito
Senior Member
 
Registered: Jul 2004
Location: Lower Rhine region, Germany
Distribution: Slackware64 14.2 and current, SlackwareARM current
Posts: 1,644

Rep: Reputation: 145Reputation: 145
Quote:
Originally Posted by porphyry5 View Post
That is no doubt easier, a fact that is even more annoying than he/she/it is.
To be honest I wouldn't think of ondoho or his/her answer as annoying. It's informative and gives you an easy solution. Last but not least it is much more polite than a short "RTFM", even if you have might have understood it that way
 
Old 12-05-2016, 12:37 PM   #9
porphyry5
Member
 
Registered: Jul 2010
Location: oregon usa
Distribution: Slackware 14.1, Arch, Lubuntu 18.04 OpenSUSE Leap 15.x
Posts: 518

Original Poster
Rep: Reputation: 24
Quote:
Originally Posted by titopoquito View Post
To be honest I wouldn't think of ondoho or his/her answer as annoying. It's informative and gives you an easy solution. Last but not least it is much more polite than a short "RTFM", even if you have might have understood it that way
Nevertheless, it is annoying that someone assumes one has done nothing when one has but searched in the wrong places. No doubt hindsight is a great institution, but some great error in system design confused it with foresight.
 
Old 12-05-2016, 12:49 PM   #10
szboardstretcher
Senior Member
 
Registered: Aug 2006
Location: Detroit, MI
Distribution: GNU/Linux systemd
Posts: 4,278

Rep: Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694
Quote:
it is annoying that someone assumes one has done nothing when one has but searched in the wrong places
Many people that ask questions here DO nothing before asking questions here. Exemplified by the number of questions easily answerable by the first google result. So it isn't meant to be an annoying assumption, it's mostly just a result of our environment IMO.
 
Old 12-05-2016, 02:02 PM   #11
porphyry5
Member
 
Registered: Jul 2010
Location: oregon usa
Distribution: Slackware 14.1, Arch, Lubuntu 18.04 OpenSUSE Leap 15.x
Posts: 518

Original Poster
Rep: Reputation: 24
Quote:
Originally Posted by szboardstretcher View Post
Many people that ask questions here DO nothing before asking questions here. Exemplified by the number of questions easily answerable by the first google result. So it isn't meant to be an annoying assumption, it's mostly just a result of our environment IMO.
I'm sure that to be asked questions that can be easily answered by google is extremely frustrating, but it does not necessarily follow from that that no attempt was made to find the solution.
The problem with search engines, help manuals etc is that they can only be searched for literal matches, not for matches in meaning. If one happens to pick the right keywords, one's search succeeds gloriously, but if not it is unlikely that the pages one needs are anywhere near the top of the list. And in that latter case the apparent lack of any response to one's question soon leads one to ask in a forum, with less than pleasing results at times.

But I take your point, ondoho really didn't deserve the rough edge of my tongue, particularly as he provided the most convenient solution.
 
Old 12-05-2016, 02:08 PM   #12
porphyry5
Member
 
Registered: Jul 2010
Location: oregon usa
Distribution: Slackware 14.1, Arch, Lubuntu 18.04 OpenSUSE Leap 15.x
Posts: 518

Original Poster
Rep: Reputation: 24
Quote:
Originally Posted by ondoho View Post
did you even bother to look around before posting?
unifont is in [extra] and does install a consolefont:
Code:
$ pacman -Ss unifont
extra/bdf-unifont 9.0.04-1
    GNU Unifont Glyphs
$ ls /usr/share/kbd/consolefonts/|grep -i unifont
Unifont.psf.gz
Your colleagues, titopoquito and szboardstretcher, kindly took the time to argue on your behalf, to such good effect that I would like to withdraw my earlier sarcastic response to you, and instead to thank you for the good information you provided.
 
2 members found this post helpful.
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I migrate an existing standard install of debian with grub to LVM slacker_ Linux - General 15 11-11-2014 03:29 AM
grub menu non standard listings james2b Linux - Newbie 1 10-31-2008 03:12 AM
problem with "standard symbols L" font mbernade Linux - Newbie 0 05-02-2008 05:15 AM
How to compile a NetBSD kernel with a non-standard console font support? degoor *BSD 3 04-08-2006 09:52 AM
How to set standard font in Firefox? inexperienced Linux - Newbie 1 09-30-2005 11:02 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Arch

All times are GMT -5. The time now is 03:06 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration