What terminal font do you use?

Linux and BBQ related polls
pidsley
Hermit
Posts: 2539
Joined: Wed Oct 17, 2012 12:31 pm

What terminal font do you use?

Unread post by pidsley » Mon May 05, 2014 10:01 pm

Looking at some ugly terminal scrots made me curious -- what font(s) do you use in a terminal?

I used droid sans mono for a long time, then terminus, and then I discovered how much more readable tamsyn was at smaller sizes, so I use that everywhere. Sometimes termsyn or gohufont, but I always come back to tamsyn. Now I can't stand how xft fonts look, unless I have no choice (wmx doesn't do bitmap fonts well on its windecs).

What do you use?

User avatar
dkeg
Configurator
Posts: 3782
Joined: Sun Nov 18, 2012 9:23 pm
Location: Mid-Atlantic Grill

Re: What terminal font do you use?

Unread post by dkeg » Mon May 05, 2014 10:44 pm

Good thread idea. All those are good. Right now I'm using terminus.

I think it would be cool to add the actual font syntax too.

Code: Select all

-*-terminus-medium-r-normal-*-12-*-*-*-c-*-*-1
with

Code: Select all

*letterSpace:1
*lineSpace:1

Work hard; Complain less

pidsley
Hermit
Posts: 2539
Joined: Wed Oct 17, 2012 12:31 pm

Re: What terminal font do you use?

Unread post by pidsley » Mon May 05, 2014 10:52 pm

dkeg wrote:I think it would be cool to add the actual font syntax too.

Code: Select all

*font:             -*-tamsyn-medium-*-*-*-14-*-*-*-*-*-*-*
*boldFont:         -*-tamsyn-medium-*-*-*-14-*-*-*-*-*-*-*
letter space and line space not needed for this one.

User avatar
bones
Clooney
Posts: 2385
Joined: Fri Jun 28, 2013 11:47 pm
Location: Cascadia

Re: What terminal font do you use?

Unread post by bones » Tue May 06, 2014 2:07 am

This:

Code: Select all

*font:                            xft:Dejavu Sans Mono:pixelsize=10.5
*boldFont:                        xft:Dejavu Sans Mono:pixelsize=10.5
Or terminus.

User avatar
wuxmedia
Grasshopper
Posts: 6454
Joined: Wed Oct 17, 2012 11:32 am
Location: Back in Blighty
Contact:

Re: What terminal font do you use?

Unread post by wuxmedia » Tue May 06, 2014 6:59 am

Code: Select all

!XFT fonts and Fix
*.font: xft: Source Code Pro :size=9
OR

Code: Select all

!Bitmap Fonts
!*.font: -artwiz-lime-*-*-*-*-*-*-*-*-*-*-*-*
with this:

Code: Select all

*.allowBoldFonts: false
Dislike emboldened fonts.
tried ubuntumono, can't remember why I switched.
Source looks great for term output. doesn't seem to have all it's 'box' chars though 8(

Interesting point, I always found as pidsley does, that smaller fonts look a lot neater at a small size - lime is tiny, but looks so neat and has the chars for drawing 'boxes'.
Weird thing - I found with bitmaps, was they redrew on the screen *really* slowly, as in having to wait for a long file to be paged in less, this can't be right, so I changed to xft and they are a decent speed.
probably some font of gfx card thing. you'd think that bitmaps would be quick.
"Seek, and Ye shall find"
"Github | Chooons | Site"

User avatar
GekkoP
Emacs Sancho Panza
Posts: 5878
Joined: Tue Sep 03, 2013 7:05 am

Re: What terminal font do you use?

Unread post by GekkoP » Tue May 06, 2014 9:00 am

Mainly Anonymous Pro. I found it very readable. I also like tamsyn and termsyn.

Code: Select all

static char font[] = "Anonymous Pro:pixelsize=12:antialias=false:autohint=false";

User avatar
dkeg
Configurator
Posts: 3782
Joined: Sun Nov 18, 2012 9:23 pm
Location: Mid-Atlantic Grill

Re: What terminal font do you use?

Unread post by dkeg » Tue May 06, 2014 11:15 am

^^ interesting wux, b/c I have read that urxvt is slowed by xft fonts.

Work hard; Complain less

User avatar
wuxmedia
Grasshopper
Posts: 6454
Joined: Wed Oct 17, 2012 11:32 am
Location: Back in Blighty
Contact:

Re: What terminal font do you use?

Unread post by wuxmedia » Tue May 06, 2014 12:43 pm

^ yeah I probably set something up wrong, but you'd think that bitmaps would be just chucked on the screen.
It was a real difference, scrolling through huge log files on servers would be a real pain, I thought it might be the screen connection, but it was slow locally too.
"Seek, and Ye shall find"
"Github | Chooons | Site"

User avatar
kexolino
Common Boob
Posts: 557
Joined: Sun Jun 16, 2013 1:57 pm

Re: What terminal font do you use?

Unread post by kexolino » Tue May 06, 2014 2:46 pm

Terminus for a long time, but now Droid Sans Mono. Terminus is awesome, it was just too small, and I didn't like its look at bigger sizes.
Also used some of the Artwiz fonts for a while, but those are seriously small, even compared to Terminus.
Gonna give Tamsyn a go.

User avatar
dkeg
Configurator
Posts: 3782
Joined: Sun Nov 18, 2012 9:23 pm
Location: Mid-Atlantic Grill

Re: What terminal font do you use?

Unread post by dkeg » Tue May 06, 2014 2:52 pm

kex give a try to my terminus config above. it's a good size, but still looks good and clear. I usually like small fonts, but this has been a nice happy medium

Work hard; Complain less

User avatar
ivanovnegro
Minister of Truth
Posts: 5449
Joined: Wed Oct 17, 2012 11:12 pm

Re: What terminal font do you use?

Unread post by ivanovnegro » Tue May 06, 2014 7:56 pm

dkeg wrote:^^ interesting wux, b/c I have read that urxvt is slowed by xft fonts.
It depends on the fonts and terminal. But usually in my experience xft fonts are slower to render. Try it with mpv/mplayer or doing a big d-u in terminal (screen scrolling) and look at the CPU usage of X. You will see how it increases when you do not use quiet in the config of mplayer. Though when you disable antialiasing it will be back to normal but then xft fonts look ugly of course.

That said I love Terminus and of course Droid Sans Mono among some others that I mentioned in one of my fonts how-to's.

User avatar
slartie
Grump
Posts: 416
Joined: Tue Jun 18, 2013 12:35 pm
Location: Denmark
Contact:

Re: What terminal font do you use?

Unread post by slartie » Wed May 07, 2014 8:25 am

I tend to stick with Terminus, but have recently been playing around with Tamsyn and Gohu. It really depends on which monitor I'm on, or rather its resolution. Terminus looks ... well, not good in larger sizes.

User avatar
wuxmedia
Grasshopper
Posts: 6454
Joined: Wed Oct 17, 2012 11:32 am
Location: Back in Blighty
Contact:

Re: What terminal font do you use?

Unread post by wuxmedia » Wed May 07, 2014 11:59 am

I had a quick test today, not actually that much difference when the computer does the scrolling, bit of tearing and flickering with the bitmaps.

http://youtu.be/_FGqGhBdvwI
slightly paranoid about a tcpdump - will be deleting tomorow.

Manually hitting cursor up and down to scroll is laggy, not so with the xft.
"Seek, and Ye shall find"
"Github | Chooons | Site"

User avatar
GekkoP
Emacs Sancho Panza
Posts: 5878
Joined: Tue Sep 03, 2013 7:05 am

Re: What terminal font do you use?

Unread post by GekkoP » Wed May 07, 2014 6:33 pm

^ Inconsolata was my choice before finding Anonymous Pro.

User avatar
kiiroitori
dpkg-reconfigure
Posts: 72
Joined: Tue Aug 27, 2013 12:22 pm

Re: What terminal font do you use?

Unread post by kiiroitori » Fri May 09, 2014 4:24 am

I use Envy Code R at size 9. I am quite satisfied with it, I think it's a great font, in my very humble opinion.

User avatar
wuxmedia
Grasshopper
Posts: 6454
Joined: Wed Oct 17, 2012 11:32 am
Location: Back in Blighty
Contact:

Re: What terminal font do you use?

Unread post by wuxmedia » Sat May 10, 2014 8:34 am

Hmm, that's quite nice, I was looking through fontsquirrel wondering if any of these were any good.
but does it have all the "boxes" in the font? (although I think sometimes if it doesn't have it, it seems they get replaced by some defaults)
"Seek, and Ye shall find"
"Github | Chooons | Site"

User avatar
kiiroitori
dpkg-reconfigure
Posts: 72
Joined: Tue Aug 27, 2013 12:22 pm

Re: What terminal font do you use?

Unread post by kiiroitori » Sat May 10, 2014 2:27 pm

Wux, I never had a problem with some characters not showing properly with Envy Code but I only use the font in the terminal...is that what you meant by all the "boxes"?

edit: you can check the glyphs on font squirrels by clicking on the glyphs tab!

User avatar
wuxmedia
Grasshopper
Posts: 6454
Joined: Wed Oct 17, 2012 11:32 am
Location: Back in Blighty
Contact:

Re: What terminal font do you use?

Unread post by wuxmedia » Mon May 12, 2014 9:08 am

Ahh, very nice, thanks NZstory (that is the same bird, innit?)
cool, yes that's what I meant by "boxes", essential for pretty moc displays and such 8)
"Seek, and Ye shall find"
"Github | Chooons | Site"

User avatar
kiiroitori
dpkg-reconfigure
Posts: 72
Joined: Tue Aug 27, 2013 12:22 pm

Re: What terminal font do you use?

Unread post by kiiroitori » Mon May 12, 2014 11:51 pm

You're welcome! ...and no mate it isn't the NZstory bird, rather the "rilakkuma" bird. See, I am also on iphone covers!

User avatar
wuxmedia
Grasshopper
Posts: 6454
Joined: Wed Oct 17, 2012 11:32 am
Location: Back in Blighty
Contact:

Re: What terminal font do you use?

Unread post by wuxmedia » Tue May 13, 2014 10:26 am

^ Cute and yellow, nonetheless 8)
"Seek, and Ye shall find"
"Github | Chooons | Site"

Post Reply