Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: Best Terminal Font?

  1. #1
    Join Date
    May 2008
    Beans
    Hidden!

    Best Terminal Font?

    At the moment I am using Deja Vu Mono for my urxvt terminals, but it really ain't that nice. What can you recommend that's both nice looking and nice to the eyes?

  2. #2
    Join Date
    Jul 2006
    Location
    Here
    Beans
    11,187

    Re: Best Terminal Font?

    that is pretty much the best truetype font. i use 9x15 for mine.
    Last edited by kerry_s; June 18th, 2008 at 03:10 AM.

  3. #3
    Join Date
    Mar 2006
    Beans
    Hidden!

    Re: Best Terminal Font?

    Are Xft fonts in your urxvt also running with wider character spacing than they should?

  4. #4
    Join Date
    Jul 2006
    Location
    Here
    Beans
    11,187

    Re: Best Terminal Font?

    Quote Originally Posted by hugmenot View Post
    Are Xft fonts in your urxvt also running with wider character spacing than they should?
    ???
    he's currently using a monospace font, mono fonts are evenly spaced, as are fixed fonts.
    i use a fixed font(9x15) cause using truetype in a terminal is just a waste of resources to me, but then again i'm trying not to use truetype.
    i prefer the faster, less resource bitmap fonts(aka: xfonts).

  5. #5
    Join Date
    Dec 2006
    Beans
    986
    Distro
    Xubuntu 8.04 Hardy Heron

    Re: Best Terminal Font?

    I vote size 14 dec terminal. Add this to ~/.Xdefaults
    Code:
    urxvt*font:        -dec-terminal-medium-r-normal--14-140-75-75-c-80-iso8859-*
    urxvt*boldFont:    -dec-terminal-bold-r-normal--14-140-75-75-c-80-iso8859-*
    then execute
    Code:
    xrdb -merge ~/.Xdefaults

    Take the risk of thinking for yourself, much more happiness, truth, beauty, and wisdom will come to you that way. --Christopher Hitchens

  6. #6
    Join Date
    May 2008
    Beans
    Hidden!

    Re: Best Terminal Font?

    Damn, thanks for the try's, but STILL haven't found what I'm looking for.
    Though, I don't really know what I am looking for. I just want a nice looking font that's nice to the eyes.

  7. #7
    Join Date
    Jul 2006
    Location
    Here
    Beans
    11,187

    Re: Best Terminal Font?

    Quote Originally Posted by trappy View Post
    Damn, thanks for the try's, but STILL haven't found what I'm looking for.
    Though, I don't really know what I am looking for. I just want a nice looking font that's nice to the eyes.
    only you can decide, there are many fonts to choose from, just try them, you'll get the best look with fixed and mono type fonts.

    my .Xdefaults, i don't use ttf, prefer the sharp look:

    Code:
    !! you need to run> xrdb -merge ~/.Xdefaults 
    
    !*customization: -color
    *Font: 9x15 
    *fontSet: 9x15
    *faceName: helvetica
    *faceSize: 12
    *saveLines: 10000
    *scrollBar: false
    *font: 9x15
    *reverseVideo: true
    *enableBackups: false
    Last edited by kerry_s; July 16th, 2008 at 03:38 AM.

  8. #8
    Join Date
    Mar 2006
    Beans
    Hidden!

    Re: Best Terminal Font?

    Quote Originally Posted by kerry_s View Post
    ???
    he's currently using a monospace font, mono fonts are evenly spaced, as are fixed fonts.
    i use a fixed font(9x15) cause using truetype in a terminal is just a waste of resources to me, but then again i'm trying not to use truetype.
    i prefer the faster, less resource bitmap fonts(aka: xfonts).
    I mean evenly spaced too wide:

    Code:
    urxvt -fn "xft:DejaVu Mono 9"
    Attached Images Attached Images

  9. #9
    Join Date
    Jul 2006
    Location
    Here
    Beans
    11,187

    Re: Best Terminal Font?

    Quote Originally Posted by hugmenot View Post
    I mean evenly spaced too wide:

    Code:
    urxvt -fn "xft:DejaVu Mono 9"
    ouch, my eye's. thanks for the screenshoot, i didn't realize truetype fonts have gotten so bad.
    i use rxvt, so no ttf here.

  10. #10
    Join Date
    Dec 2006
    Beans
    986
    Distro
    Xubuntu 8.04 Hardy Heron

    Re: Best Terminal Font?

    There's a very nice tool called xfontsel, which allows you to preview and put together font aliases which you can use for rxvt. I don't remember if it's installed by default or if you have to install it first, so you'll have to check.

    Take the risk of thinking for yourself, much more happiness, truth, beauty, and wisdom will come to you that way. --Christopher Hitchens

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •