How to increase Rxvt font size in 4.3? (Solved)

Using applications, configuring, problems
Post Reply
Message
Author
User avatar
Flash
Official Dog Handler
Posts: 13071
Joined: Wed 04 May 2005, 16:04
Location: Arizona USA

How to increase Rxvt font size in 4.3? (Solved)

#1 Post by Flash »

I cannot for the life of me figure out how to make the font in Rxvt more readable. I'd like to make it bigger and bolder, if possible. I tried tinkering around with the stuff in /root/.Xdefaults as prescribed in this thread, to no avail. Somehow I made the font bold, but nothing I tried makes it bigger.

I'd try Bruce's recommendation, but I can't figure out where to put it. :?

Later: okay, I discovered that entering
rxvt -fn 10x20
opens a new rxvt window with larger font. However, other combinations such as 15x30 won't work, and I still don't know how to make it bold. :)
Last edited by Flash on Thu 12 Nov 2009, 04:16, edited 2 times in total.
Kal
Posts: 626
Joined: Thu 05 May 2005, 16:59
Location: California, High Desert

#2 Post by Kal »

I get a little more control by changing and adding the lines to /root/.Xdefaults (hidden, hit the eye in tool bar to see) with text editor. This way, you don't use a command argument. Here are the two lines I add. Use a copy & paste, then save, to enter these for a try:

Code: Select all

Rxvt*font:-*-courier-*-r-*-*-*-180-*-*-*-*-*-*
Rxvt*geometry:60x25+180+130
On the first line added, you can obtain the fonts possible choices of code from Menu>Desktop>Xfontsel font viewer. The default * on "courier" font is bold. You might want to change 180 to 240 for even a larger type.

The second line adjusts the size of the window and location.
Rxvt*geometry:width x height + horizonal + vertical (no spaces on the real entry).

You just have to play with these numbers to get the size and location correct.

To remark-out a line in .Xdefaults use "!" at the beginning of line.

Kal
User avatar
alienjeff
Posts: 2265
Joined: Sat 08 Jul 2006, 20:19
Location: Winsted, CT - USA

#3 Post by alienjeff »

rxvt --help

man rxvt

google/scroogle/ixquick rxvt

fgs
[size=84][i]hangout:[/i] ##b0rked on irc.freenode.net
[i]diversion:[/i] [url]http://alienjeff.net[/url] - visit The Fringe
[i]quote:[/i] "The foundation of authority is based upon the consent of the people." - Thomas Hooker[/size]
big_bass
Posts: 1740
Joined: Mon 13 Aug 2007, 12:21

#4 Post by big_bass »

Hey Flash

why are you guys still suffering with rxvt?

when sakura allows copy and paste ,tabs,
and easily with a GUI change font and color choice and size
transparent or use your own background ?

easy and more powerful

havent tried on later than version 4.12 but should work

Sakra +Libs
http://puppylinux.ca/tpp/big_bass/sakura-2.3.2.pet
http://puppylinux.ca/tpp/big_bass/vte-0.16.12.pet

right click in the terminal and this window opens

Joe
Attachments
sakura.png
(78.78 KiB) Downloaded 3318 times
User avatar
Flash
Official Dog Handler
Posts: 13071
Joined: Wed 04 May 2005, 16:04
Location: Arizona USA

#5 Post by Flash »

Thanks Big Bass. I might try that eventually but I've invested so much time into figuring how to use rxvt that I'll stick with that for the moment. :)

After some tinkering here's what worked for me:

Code: Select all

-bg yellow -fn *-Fixed-*-20-*
  • -bg yellow makes the background yellow in the rxvt window
    -fn *-Fixed-* makes rxvt use the Fixed font. Turns out that rxvt will only use fixed spacing fonts, and Puppy only has two: Courier and Fixed. I like Fixed best.
    -20-* is the size I liked best
I right-clicked on the Console icon, chose Edit Item and put it in the window that says Arguments to pass (for executables). I also put it on every line in /root/.Xdefaults that looked like it might have anything to do with fonts. (after removing the !U from the lines that started with Urxvt)

Now when I open rxvt I get a big yellow window with a font big enough and bold enough that I can read it from across the room. :D
User avatar
Flash
Official Dog Handler
Posts: 13071
Joined: Wed 04 May 2005, 16:04
Location: Arizona USA

#6 Post by Flash »

See also this thread.
menno
Posts: 80
Joined: Thu 03 Nov 2005, 23:21
Location: Bedum (Nederland)
Contact:

#7 Post by menno »

RXVT -f read its font out of font.alias .
font.alias is allingd to font.dir .
The are in /usr/X11R7/share/X11/fonts/misc .
Not all the fonts have a alias name in font.alias .
Try rxvt -fn 12x24 . which is file 12x24.pcf .
In this why I put in the IBM pc850 tables .
User avatar
Flash
Official Dog Handler
Posts: 13071
Joined: Wed 04 May 2005, 16:04
Location: Arizona USA

#8 Post by Flash »

# rxvt -f
rxvt: bad option "-f"
[url=http://www.murga-linux.com/puppy/viewtopic.php?t=69321][color=blue]Puppy Help 101 - an interactive tutorial for Lupu 5.25[/color][/url]
User avatar
trapster
Posts: 2117
Joined: Mon 28 Nov 2005, 23:14
Location: Maine, USA
Contact:

#9 Post by trapster »

Flash:
It's rxvt -fn not rxvt -f

Try rxvt -fn 12x24 in a console and it should make your font large enough to read ;)
trapster
Maine, USA

Asus eeepc 1005HA PU1X-BK
Frugal install: Slacko
Currently using full install: DebianDog
User avatar
Flash
Official Dog Handler
Posts: 13071
Joined: Wed 04 May 2005, 16:04
Location: Arizona USA

#10 Post by Flash »

Still, it only works with monospace fonts.
MikeyBrat
Posts: 28
Joined: Sun 30 Dec 2012, 23:08

rxvt font

#11 Post by MikeyBrat »

Also rxvt is what code::blocks uses as "console".
Hard to read output if can't read font

-
Precise 5.6.1 frugal, usb w/wakepup cd & grub4dos, numerous computers
Post Reply