LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 02-07-2004, 09:19 PM   #16
ICO
Member
 
Registered: Aug 2003
Location: ~/.
Distribution: CentOS
Posts: 290

Original Poster
Rep: Reputation: 30

Hi, I just compile the aterm and run it. It is a simple terminal without anything, not even menu. So I assume that it is something to do with configuration before compiling. And I look at the congfigure options. There are just too many. Can anyone help me this, provide me a configure command with certain of arguments that can make aterm have all necessary option and function.

Thanks.
 
Old 02-07-2004, 09:40 PM   #17
Mega Man X
LQ Guru
 
Registered: Apr 2003
Location: ~
Distribution: Ubuntu, FreeBSD, Solaris, DSL
Posts: 5,339

Rep: Reputation: 65
Menu, it does not have. What sort of configurations are you looking for?. You have to pass the options when you make a call to the terminal. Here are some examples:

aterm -tr -sh 10 -fg green -fn 10x20

that in human language would be = aterm -transparency=on, shading=10, foreground = green, fontsize = 10x20. Indeed, the first command is the one that works, the second explains what it does
 
Old 02-07-2004, 11:00 PM   #18
ICO
Member
 
Registered: Aug 2003
Location: ~/.
Distribution: CentOS
Posts: 290

Original Poster
Rep: Reputation: 30
Quote:
Originally posted by hw-tph
Oh and the font used in my example above is the superb ProFontWindows, available for Linux, Mac, Windows (and so on) here. It really makes living a lot easier.

One word of caution though - the Truetype (TTF) version *sucks*. Don't use that.


Håkan
hey, hw-tph. How to install that font? I have downloaded it already. However I don't know how. I read the readme file, but I don't have the command makefontdir though.
 
Old 02-07-2004, 11:02 PM   #19
ICO
Member
 
Registered: Aug 2003
Location: ~/.
Distribution: CentOS
Posts: 290

Original Poster
Rep: Reputation: 30
Quote:
Originally posted by hw-tph
Eterm is not lightweight, at least not when compared to xterm, rxvt, wterm and aterm - only when compared to Konsole or Gnome-Terminal.

I use aterm. I have a pretty functional setup that I like with all my preferences in my .Xdefaults file. Works beatifully.

.Xdefaults:
Code:
aterm*visualBell:true
aterm*loginShell:true
aterm*background:black
aterm*foreground:lightgray
aterm*transparent:true
aterm*shading:50
aterm*font:-windows-profontwindows-medium-r-normal-*-*-110-*-*-c-*-microsoft-cp1252
aterm*boldFont:-windows-profontwindows-medium-r-normal-*-*-110-*-*-c-*-microsoft-cp1252
aterm*saveLines:800
aterm*cursorColor:green
aterm*colorMode:true
aterm*pointerColor:yellow
aterm*pointerColor2:yellow
aterm*borderWidth:1
aterm*truetintingType:true
aterm*fade:80
Oh, and to do colors and inline URLs in your sig or in posts here you need to use vBcode.


Håkan
Where did you put the .Xdefaults file? I don't have it. And where I can get the full documentation about those setting information.
Thanks

Last edited by ICO; 02-07-2004 at 11:03 PM.
 
Old 02-07-2004, 11:03 PM   #20
ICO
Member
 
Registered: Aug 2003
Location: ~/.
Distribution: CentOS
Posts: 290

Original Poster
Rep: Reputation: 30
Quote:
Originally posted by Megaman X
Menu, it does not have. What sort of configurations are you looking for?. You have to pass the options when you make a call to the terminal. Here are some examples:

aterm -tr -sh 10 -fg green -fn 10x20

that in human language would be = aterm -transparency=on, shading=10, foreground = green, fontsize = 10x20. Indeed, the first command is the one that works, the second explains what it does
You have to run it every time like this?
I think there must be some other way.
 
Old 02-07-2004, 11:06 PM   #21
ICO
Member
 
Registered: Aug 2003
Location: ~/.
Distribution: CentOS
Posts: 290

Original Poster
Rep: Reputation: 30
hi, synaptical
Where did you get the theme like this screenshot?
http://synaptical.dyndns.org/screens/flux_0620.png

I like it so much.
 
Old 02-08-2004, 04:53 AM   #22
hw-tph
Senior Member
 
Registered: Sep 2003
Location: Sweden
Distribution: Debian
Posts: 3,032

Rep: Reputation: 58
You can simply create a file called .Xdefaults in your home directory. A lot of X applications such as xterm and aterm refer to this file when they start up and read settings from it. If you put your aterm settings in this file you don't need to specify the options on the command line each time you launch an aterm (that does get tiresome after a while!) like others have suggested you do in this thread. Type man aterm for all the available options.

As for installing the font: Unzip the archive and create a directory to hold the fonts. I prefer /usr/local/share/fonts/ for fonts that I install manually by myself. Move the .pcf font files to that directory and run mkfontdir in that directory. This will create a file called fonts.dir which helps X determine the names and features of the fonts.
Now you have several options. If you run a font server such as xfs or (x)fs-xtt you can simply add the path to this directory to the configuration file of the font server (/etc/X11/fs-xtt/config or something) or, if you don't run a font server or want X to access the fonts directly, add the path to your XFree86 configuration file.
Open up your /etc/X11/XF86Config-4 file (the XFree86 config file) and look for the section called "Files". There will be a number of FontPath entries there already. Just create a new line with the path to our fonts:
Code:
	FontPath	"/usr/share/fonts/microsoft"
        # ....and so on....
	FontPath	"/usr/local/share/fonts/"   # My own PCF fonts
Save the file and restart X (log out and log in again). That should be it!

If the fonts still doesn't show you can pull out a few oldschool X tricks on it to try to determine the problem. Type xset +fp /usr/local/share/fonts followed by xset fp rehash to try to add the fonts to X on the fly. If there is a problem with the fonts or the location, xset will spit out an error message at you.



Håkan
 
Old 02-08-2004, 09:12 PM   #23
ICO
Member
 
Registered: Aug 2003
Location: ~/.
Distribution: CentOS
Posts: 290

Original Poster
Rep: Reputation: 30
hw-tph, do u know how to set the scrollbar on the right instead of left by default in the .Xdefault file?
And can you add tabs in aterm, that is multiple terminal in its own tab in a single window? How?

And the directory color in aterm is too sharp to read, how to custom the color for directory?

I can use profontwindow in aterm, but I can't use it in some application like gEdit. why?

Sorry for asking you so many questions.
Thank you.
 
Old 02-08-2004, 09:16 PM   #24
DrOzz
Senior Member
 
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185

Rep: Reputation: 60
Quote:
Originally posted by ICO
hi, synaptical
Where did you get the theme like this screenshot?
http://synaptical.dyndns.org/screens/flux_0620.png

I like it so much.

http://themes.freshmeat.net/browse/9...erby=&offset=0

thats the page i use to get flux themes ....
i am sure the one in that snapshot is there, and i am sure he can tell you the exact one, but just to have the 'choice', i provide you with that link ;-)
 
Old 02-08-2004, 09:43 PM   #25
ICO
Member
 
Registered: Aug 2003
Location: ~/.
Distribution: CentOS
Posts: 290

Original Poster
Rep: Reputation: 30
Quote:
Originally posted by DrOzz
http://themes.freshmeat.net/browse/9...erby=&offset=0

thats the page i use to get flux themes ....
i am sure the one in that snapshot is there, and i am sure he can tell you the exact one, but just to have the 'choice', i provide you with that link ;-)
It's wonderful!
cheers, DrOzz
 
Old 02-08-2004, 09:48 PM   #26
synaptical
Senior Member
 
Registered: Jun 2003
Distribution: Mint 13/15, CentOS 6.4
Posts: 2,020

Rep: Reputation: 48
Quote:
Originally posted by ICO
hi, synaptical
Where did you get the theme like this screenshot?
http://synaptical.dyndns.org/screens/flux_0620.png

I like it so much.
sorry for the delay, ICO, i just saw your post now.

it's not really a ready-made theme, but just elements i put together to try to match. as you can see from the shot, the fluxbox style is BlueNight. i don't remember where i got the background, but think i still might have it on my hard drive, so if you want it email me and i'll put it on the server for you.

>edit: yes, i think i did get it at the place linked by DrOzz. thnks -- i'll have to look for some good new ones there myself.

Last edited by synaptical; 02-08-2004 at 09:50 PM.
 
Old 02-08-2004, 10:26 PM   #27
ICO
Member
 
Registered: Aug 2003
Location: ~/.
Distribution: CentOS
Posts: 290

Original Poster
Rep: Reputation: 30
Quote:
Originally posted by synaptical
sorry for the delay, ICO, i just saw your post now.

it's not really a ready-made theme, but just elements i put together to try to match. as you can see from the shot, the fluxbox style is BlueNight. i don't remember where i got the background, but think i still might have it on my hard drive, so if you want it email me and i'll put it on the server for you.

>edit: yes, i think i did get it at the place linked by DrOzz. thnks -- i'll have to look for some good new ones there myself.
Thanks for reply synaptical.
I email you by clicking the email button on the forum. So I guess it will send to the email address you provide in this forum.

Thanks a lot.
 
Old 02-09-2004, 04:37 AM   #28
hw-tph
Senior Member
 
Registered: Sep 2003
Location: Sweden
Distribution: Debian
Posts: 3,032

Rep: Reputation: 58
Quote:
hw-tph, do u know how to set the scrollbar on the right instead of left by default in the .Xdefault file?
Add this to your .Xdefaults file:
Code:
aterm*scrollBar_right:true
Quote:
And can you add tabs in aterm, that is multiple terminal in its own tab in a single window? How?
aterm does not support this. However, some window managers support tabbing multiple windows (no matter what application they are) so you don't need built-in functionality in the program itself. Fluxbox is one of the window managers that support tabbing windows.

I haven't experimented with changing shell colors myself, but if use the search feature of this forum I'm sure you will come up with something useful as I know the subject has been discussed several times.

gEdit is a GTK2 application and they don't like ProFontWindows or pcm fonts in general. I use Andale Mono in GTK2 apps instead, it's OK.


Håkan
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
making a script that opens terminal and enter commands into that terminal Cinematography Linux - General 8 12-16-2008 10:34 AM
Switching back to the Mandrake 9.1 desktop from terminal rdesktop terminal session marc218 Linux - General 6 02-08-2007 02:45 PM
Redirect terminal output to file AND terminal shan Linux - General 3 09-29-2006 08:36 AM
How to launch an app in terminal, & keep it running after I close terminal? kornerr Linux - General 7 06-24-2006 05:54 PM
Alternative terminal to konsole & gnome-terminal Adony Linux - Software 3 10-08-2004 03:59 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 11:27 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration