OESF Portables Forum

Everything Else => Zaurus Distro Support and Discussion => Distros, Development, and Model Specific Forums => Archived Forums => Angstrom & OpenZaurus => Topic started by: ShiroiKuma on May 19, 2006, 03:36:40 pm

Title: Customizing The Terminal
Post by: ShiroiKuma on May 19, 2006, 03:36:40 pm
Can I customize the GPE terminal? I mean color scheme mostly. the black on white I don't like.

The only thing I've found is Terminal font in Look & Feel settings, but it doesn't even seem to affect the terminal font, unless you have to reboot to make the changes felt.

What about the colors?

And can I open a number of tabs? Or do I have to run sereval terminal instances?
Title: Customizing The Terminal
Post by: speculatrix on May 25, 2006, 11:15:15 am
I too would like this... the default font is way too small.. despite the look'n'feel control panel setting, it doesn't seem to make any difference!
Title: Customizing The Terminal
Post by: lardman on May 25, 2006, 11:32:39 am
You need to log out/reboot for the terminal size to change.


Si
Title: Customizing The Terminal
Post by: ShiroiKuma on May 29, 2006, 08:03:12 am
Quote
You need to log out/reboot for the terminal size to change.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=128402\"][{POST_SNAPBACK}][/a][/div]
How about the color scheme, i.e. make it green on black and so?
Title: Customizing The Terminal
Post by: koen on May 29, 2006, 08:07:23 am
Quote
Quote
You need to log out/reboot for the terminal size to change.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=128402\"][{POST_SNAPBACK}][/a][/div]
How about the color scheme, i.e. make it green on black and so?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=128756\"][{POST_SNAPBACK}][/a][/div]

vi ~/.Xdefaults
Title: Customizing The Terminal
Post by: asm-nai on May 29, 2006, 10:29:32 am
Quote
Quote
You need to log out/reboot for the terminal size to change.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=128402\"][{POST_SNAPBACK}][/a][/div]
How about the color scheme, i.e. make it green on black and so?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=128756\"][{POST_SNAPBACK}][/a][/div]

You edit your .Xdefaults and add the following descriptions.

----------------------------------
Rxvt*background: black
Rxvt*foreground: green
----------------------------------

Thank you.
Title: Customizing The Terminal
Post by: jam13 on June 01, 2006, 10:16:26 pm
Why does rxvt launch as a VT100 terminal by default? Was this a deliberate choice? Colour terminal support would be nice.
Title: Customizing The Terminal
Post by: jam13 on June 01, 2006, 10:22:56 pm
Quote
Why does rxvt launch as a VT100 terminal by default? Was this a deliberate choice? Colour terminal support would be nice.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=129394\"][{POST_SNAPBACK}][/a][/div]

My mistake - it's only the root terminal that comes up as VT100.

The reason I mentioned it was that when you run kismet from a root terminal it comes up monochrome. But now that I've checked, when you run it from a normal terminal (after su) then it comes up in colour.
Title: Customizing The Terminal
Post by: jam13 on June 01, 2006, 11:12:21 pm
In case anyone is interested, there is a "thickness" option for rxvt that controls the width of the scrollbar. I've found that setting it to 20 produces something that I can actually get hold of with the stylus!
Title: Customizing The Terminal
Post by: speculatrix on June 02, 2006, 05:18:21 am
Quote
In case anyone is interested, there is a "thickness" option for rxvt that controls the width of the scrollbar. I've found that setting it to 20 produces something that I can actually get hold of with the stylus!
[div align=\"right\"][a href=\"index.php?act=findpost&pid=129402\"][{POST_SNAPBACK}][/a][/div]

when you've perfected it, could you post your config file as it sounds like you've sorted out all the things that have annoyed me!
Title: Customizing The Terminal
Post by: jam13 on June 07, 2006, 05:39:32 am
Quote
Quote
In case anyone is interested, there is a "thickness" option for rxvt that controls the width of the scrollbar. I've found that setting it to 20 produces something that I can actually get hold of with the stylus!
[div align=\"right\"][a href=\"index.php?act=findpost&pid=129402\"][{POST_SNAPBACK}][/a][/div]

when you've perfected it, could you post your config file as it sounds like you've sorted out all the things that have annoyed me!
[div align=\"right\"][a href=\"index.php?act=findpost&pid=129426\"][{POST_SNAPBACK}][/a][/div]

Not perfected, but this is my .Xdefaults file at the moment:

Code: [Select]
Rxvt*font: xft:Mono:pixelsize=14
Rxvt*reverseVideo: true
Rxvt*scrollColor: grey
Rxvt*troughColor: grey60
Rxvt*thickness: 20
This increases the font size to something more readable, sets the display to white on black, and changes the colour and size of the scrollbar. Need to restart X after making changes of course.