How to change rxvt's font size? [solved]

Using applications, configuring, problems
Message
Author
big_bass
Posts: 1740
Joined: Mon 13 Aug 2007, 12:21

Re: How do I fix rox-filer right-click menu?

#16 Post by big_bass »

gyro wrote:Ok, I've installed sakura, and it's much nicer than rxvt, thanks.
It's relatively easy to change the "console" icon to run sakura.
But how to I change rox-filer's right-click->"Window"->"Terminal Here" menu to run sakura instead of rxvt?

gyro
Hey gyro

in ROX
Options>Menu

here's a screen shot where to change to sakura

big_bass
Attachments
sakua as right click.png
(63.58 KiB) Downloaded 1787 times

gyro
Posts: 1798
Joined: Tue 28 Oct 2008, 21:35
Location: Brisbane, Australia

#17 Post by gyro »

big_bass,

Spot on, thanks a lot.

I'm just rapt in having a console that's easy to configure with a font I like, in a large size I like, and with a colour scheme I like.

gyro

Bruce B

#18 Post by Bruce B »

big_bass wrote:why are you guys still suffering with rxvt?

when sakura allows copy and paste ,tabs,font and color choice and size
transparent or your own background ?



the third post on that page explains why
http://www.murga-linux.com/puppy/viewtopic.php?t=38721

http://puppylinux.ca/tpp/big_bass/vte-0.16.12.pet
http://puppylinux.ca/tpp/big_bass/sakura-2.3.2.pet
I was looking for 200 but got 302 any idea why or how I can get these downloads? If so much appreciated.

big_bass
Posts: 1740
Joined: Mon 13 Aug 2007, 12:21

#19 Post by big_bass »

Bruce B

I just tried those links and they worked for me

Eric at puppylinx.ca had to use password protection for band width abuse

which he is using the same password as MU's site to keep it easy to remember

puppy
linux


if it still isn't working I will upload to the other server


big_bass

big_bass
Posts: 1740
Joined: Mon 13 Aug 2007, 12:21

#20 Post by big_bass »

some added advantages with geany


Virtual terminal emulator widget (VTE)

If you have installed libvte.so in your system,
it is loaded automatically by Geany, and you will
have a terminal widget in the notebook at the bottom.

If Geany cannot find any libvte.so at startup,
the terminal widget will not be loaded. So there
is no need to install the package containing this
file in order to run Geany. Additionally, you can
disable the use of the terminal widget by command
line option, for more information see the section
called Command line options.

You can use this terminal (from now on called VTE)
nearly as an usual terminal program like xterm.
There is basic clipboard support. You can paste

the contents of the clipboard by pressing the
right mouse button to open the popup menu and
choosing Paste. To copy text from the VTE, just
select the desired text and then press the right
mouse button and choose Copy from the popup menu.
On systems running the X Window System you can paste
the last selected text by pressing the middle mouse
button in the VTE (on 2-button mice, the middle
button can often be simulated by pressing bot
mouse buttons together).
Attachments
geany with console.png
(69.41 KiB) Downloaded 1784 times

User avatar
Lobster
Official Crustacean
Posts: 15522
Joined: Wed 04 May 2005, 06:06
Location: Paradox Realm
Contact:

#21 Post by Lobster »

Image
Linux user can claim the status of geekhood unless they've seen Star Wars ASCII-style. To watch a fascinating version of Star Wars via the Terminal, type:

telnet towel.blinkenlights.nl

...and press ENTER.
more tips and ideas here
http://laptoplogic.com/resources/50-way ... ux-friends

Have I impressed anyone yet? :roll:
Puppy Raspup 8.2Final 8)
Puppy Links Page http://www.smokey01.com/bruceb/puppy.html :D

BadCam
Posts: 24
Joined: Fri 14 Dec 2007, 10:01

#22 Post by BadCam »

Hey Folks.

I've installed Sakura.

I can select the palette (currently tango), but how can I change the font color(s)?

Thanks.

stu90

#23 Post by stu90 »

I know this is marked solved but i will post this here anyway.

To get nice looking fonts along with a decent size.

First back up your /root/.Xdefaults file.

cp /root/.Xdefaults /root/.Xdefaults.old

Then open with a text editor and delete all text in /root/.Xdefaults and paste this into the file:

Code: Select all


rxvt*foreground:Green
rxvt*background:#424242

! fonts
! run "fc-list" for a list of available fonts
rxvt*font: xft:Nimbus Mono L:style=Regular:pixelsize=20

rxvt*geometry: 40x15
rxvt*scrollBar: False
rxvt*scrollTtyOutput: False
rxvt*scrollTtyKeypress: True
rxvt*secondaryScroll: True
rxvt*saveLines: 1000 
To change font see the !font section in the code above , your font is after rxvt*font: xft:
run the command fc-list in terminal to get a list of all fonts / styles you can use - then copy the font / style from the terminal to your /root/.Xdefaults file - the pixelsize= is your font size the higher the value the bigger the font size.

Image
http://i.imgur.com/G65Lcl.jpg

jfh
Posts: 37
Joined: Mon 23 Feb 2009, 19:56

Re: How do I fix rox-filer right-click menu?

#24 Post by jfh »

already answered

SimpleWater
Posts: 94
Joined: Tue 19 Apr 2011, 11:53

#25 Post by SimpleWater »

cool stuff stu 8)

I erased the file and placed some things , with some tweaks of course

urxvt.saveLines: 0
urxvt.scrollBar: false
urxvt.scrollWithBuffer: false
urxvt.font: xft:Nimbus Mono L:pixelsize=15
urxvt.geometry: 60x16
urxvt.background: #596782
urxvt.foreground: springgreen

stu90

#26 Post by stu90 »

SimpleWater wrote:cool stuff stu 8)

I erased the file and placed some things , with some tweaks of course

urxvt.saveLines: 0
urxvt.scrollBar: false
urxvt.scrollWithBuffer: false
urxvt.font: xft:Nimbus Mono L:pixelsize=15
urxvt.geometry: 60x16
urxvt.background: #596782
urxvt.foreground: springgreen
Hi SimpleWater,

After i posted in this thread i made an easier way to set up with a GUI 8)

http://murga-linux.com/puppy/viewtopic.php?t=68624

SimpleWater
Posts: 94
Joined: Tue 19 Apr 2011, 11:53

#27 Post by SimpleWater »

stu90 wrote: Hi SimpleWater,

After i posted in this thread i made an easier way to set up with a GUI 8)

http://murga-linux.com/puppy/viewtopic.php?t=68624
nice to have GUI alternative. I actually spent quite some time balancing out the colours until it felt pleasing to me. But when i need to mix and match again i will be sure to check it out. Though it looks to be for rxvt only. I use the default, which is rxvt-unicode.

For rxvt-Unicode users, something neat to try for people with solid wallpapers or some decent wallpaper. Transperency

urxvt.inheritPixmap: true

Bruce B

#28 Post by Bruce B »

For years I used Puppy emulators with the font 10x20

It was taken out with Lupu. I tried to get it to take by coping it over and running some tools and editing the alias file and I don't actually recall, because it was a while back.

Does anyone know how to put 10x20 into Lupu 5.20?

~

User avatar
miriam
Posts: 373
Joined: Wed 06 Dec 2006, 23:46
Location: Queensland, Australia
Contact:

#29 Post by miriam »

Bruce B, you probably no longer have any need of this, but just in case you or someone else is interested... I think copying over the X font is not enough. I think you have to open a terminal in the directory where the font now is and type these two commands:

Code: Select all

mkfontdir
mkfontscale
I believe that sets up the information in the directory to let programs know what fonts are there. (It rebuilds the two files "fonts.dir" and "fonts.scale".)

Incidentally, if you want more X fonts, including unicode support for your terminal Marcus Kuhn has a great guide here:
https://www.cl.cam.ac.uk/~mgk25/ucs-fonts.html
[color=blue]A life! Cool! Where can I download one of those from?[/color]

musher0
Posts: 14629
Joined: Mon 05 Jan 2009, 00:54
Location: Gatineau (Qc), Canada

#30 Post by musher0 »

Hi miriam.

I thought the command to update the font caches was

Code: Select all

fc-cache -r
-r... as in "real" update.

BFN.
musher0
~~~~~~~~~~
"You want it darker? We kill the flame." (L. Cohen)

User avatar
miriam
Posts: 373
Joined: Wed 06 Dec 2006, 23:46
Location: Queensland, Australia
Contact:

#31 Post by miriam »

Aha! I wondered how the third file got updated. Thanks musher0.
I guess all three programs might need to be run.
[color=blue]A life! Cool! Where can I download one of those from?[/color]

Post Reply