public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] Aterm ebuild README?
@ 2001-07-01 17:17 Gontran
  2001-10-22  4:54 ` Collins Richey
  0 siblings, 1 reply; 7+ messages in thread
From: Gontran @ 2001-07-01 17:17 UTC (permalink / raw
  To: gentoo-dev

Aterm is by far the best virtual terminal emulater around. ;] Here's a
bunch of what I had to do to get it to work after emerging:

# cd /dev/; MAKEDEV ptmx; MAKEDEV pty; cd -
# mkdir /dev/pts
# chmod u+s /usr/lib/misc/pt_chown
# vim /etc/fstab
	--- uncomment the /dev/pts line and prepend 'gid=5' to the 
	    column which has 'mode=620' in it. So it looks like:
	--- 'none /dev/pts devpts gid=5,mode=620 0 0'
	--- :wq
# mount /dev/pts

This I believe is a superset of things that have to be done to get the
aterms to work.  For instance I think that the 'MAKEDEV pty' was not 
required.

This would not have happened except for:
	http://aterm.sourceforge.net/README.Unix98PTY

Special thanks to Aaron Blew for the aterm ebuild.

Gontran



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-dev] Aterm ebuild README?
  2001-07-01 17:17 [gentoo-dev] Aterm ebuild README? Gontran
@ 2001-10-22  4:54 ` Collins Richey
  2001-10-22  8:45   ` Damon M. Conway
  0 siblings, 1 reply; 7+ messages in thread
From: Collins Richey @ 2001-10-22  4:54 UTC (permalink / raw
  To: gentoo-dev

On Sun, 1 Jul 2001 16:15:00 -0700 Gontran <gontran@gontran.net> wrote:

> Aterm is by far the best virtual terminal emulater around. ;] Here's
> a
> bunch of what I had to do to get it to work after emerging:
> 
> # cd /dev/; MAKEDEV ptmx; MAKEDEV pty; cd -
> # mkdir /dev/pts
> # chmod u+s /usr/lib/misc/pt_chown
> # vim /etc/fstab
> 	--- uncomment the /dev/pts line and prepend 'gid=5' to the 
> 	    column which has 'mode=620' in it. So it looks like:
> 	--- 'none /dev/pts devpts gid=5,mode=620 0 0'
> 	--- :wq
> # mount /dev/pts
> 
> This I believe is a superset of things that have to be done to get
> the
> aterms to work.  For instance I think that the 'MAKEDEV pty' was not
> required.
> 
> This would not have happened except for:
> 	http://aterm.sourceforge.net/README.Unix98PTY
> 
> Special thanks to Aaron Blew for the aterm ebuild.

Just now reviewing some old emails.  A few questions:

1) Why, in your opinion, is aterm a better terminal emulator?
2) The extra work you describe is not necessary on _rc6 - pty....
devices are available; no need to mount pts.  Aterm starts aok.

-- 
Collins Richey
Denver Area
gentoo_rc6 xfce+sylpheed



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-dev] Aterm ebuild README?
  2001-10-22  4:54 ` Collins Richey
@ 2001-10-22  8:45   ` Damon M. Conway
  2001-10-22  9:13     ` Gontran
  0 siblings, 1 reply; 7+ messages in thread
From: Damon M. Conway @ 2001-10-22  8:45 UTC (permalink / raw
  To: gentoo-dev

>1) Why, in your opinion, is aterm a better terminal emulator?

I don't know about better but I use it because it has transparency and
tinting without being a resource hog.

>2) The extra work you describe is not necessary on _rc6 - pty....
>devices are available; no need to mount pts.  Aterm starts aok.

Yes, I've had no problems running aterm since I started with Gentoo on rc5
back in July.

kabau

--
"UNIX was not designed to stop you from doing stupid things, because that
 would also stop you from doing clever things."  --Doug Gwyn



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-dev] Aterm ebuild README?
  2001-10-22  8:45   ` Damon M. Conway
@ 2001-10-22  9:13     ` Gontran
  2001-10-22 19:37       ` Collins Richey
  0 siblings, 1 reply; 7+ messages in thread
From: Gontran @ 2001-10-22  9:13 UTC (permalink / raw
  To: gentoo-dev

* Damon M. Conway (damon@chiba.3jane.net) wrote:
> >1) Why, in your opinion, is aterm a better terminal emulator?
> 
> I don't know about better but I use it because it has transparency and
> tinting without being a resource hog.
> 
Yes, because of this.  Oh and did he mention because it has transparancy and
tinting and is not a resource hog? 8)


> >2) The extra work you describe is not necessary on _rc6 - pty....
> >devices are available; no need to mount pts.  Aterm starts aok.
> 
> Yes, I've had no problems running aterm since I started with Gentoo on rc5
> back in July.

Yeah, I probably messed up my kit or somthing.  

Woohoo!
Gontran



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-dev] Aterm ebuild README?
  2001-10-22  9:13     ` Gontran
@ 2001-10-22 19:37       ` Collins Richey
  2001-10-23  8:17         ` Karl Trygve Kalleberg
  0 siblings, 1 reply; 7+ messages in thread
From: Collins Richey @ 2001-10-22 19:37 UTC (permalink / raw
  To: gentoo-dev

On Mon, 22 Oct 2001 08:13:03 -0700 Gontran <gontran@gontran.net>
wrote:

> * Damon M. Conway (damon@chiba.3jane.net) wrote:
> > >1) Why, in your opinion, is aterm a better terminal emulator?
> > 
> > I don't know about better but I use it because it has transparency
> and
> > tinting without being a resource hog.
> > 
> Yes, because of this.  Oh and did he mention because it has
> transparancy and
> tinting and is not a resource hog? 8)
> 
> 
> > >2) The extra work you describe is not necessary on _rc6 - pty....
> > >devices are available; no need to mount pts.  Aterm starts aok.
> > 
> > Yes, I've had no problems running aterm since I started with
> Gentoo on rc5
> > back in July.
> 
> Yeah, I probably messed up my kit or somthing.  
> 

So, then is xterm a resource hog?  Aterm looks pretty, I doubt that I
could tell the difference in resource consumption.

-- 
Collins Richey
Denver Area
gentoo_rc6 xfce+sylpheed



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-dev] Aterm ebuild README?
  2001-10-22 19:37       ` Collins Richey
@ 2001-10-23  8:17         ` Karl Trygve Kalleberg
  2001-10-23 15:49           ` Collins Richey
  0 siblings, 1 reply; 7+ messages in thread
From: Karl Trygve Kalleberg @ 2001-10-23  8:17 UTC (permalink / raw
  To: gentoo-dev

On Mon, 22 Oct 2001 19:49:57 -0600
Collins Richey <erichey2@home.com> wrote:


> So, then is xterm a resource hog?  Aterm looks pretty, I doubt that I
> could tell the difference in resource consumption.

karltk     431  0.1  0.5  3412 1476 tty1     S    16:12   0:00 aterm
root       433  0.4  0.9  5140 2396 pts/4    S    16:12   0:00 xterm


It is a well-known fact that xterm is a resource hog. In the above "test",
xterm has a black background, nothing fancy at all, while aterm runs a
tinted background (means that the root bitmap is visible as the background
in aterm, but with a tint. As you can clearly see, the tint color is blue
;).

Karl T



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-dev] Aterm ebuild README?
  2001-10-23  8:17         ` Karl Trygve Kalleberg
@ 2001-10-23 15:49           ` Collins Richey
  0 siblings, 0 replies; 7+ messages in thread
From: Collins Richey @ 2001-10-23 15:49 UTC (permalink / raw
  To: gentoo-dev

On Tue, 23 Oct 2001 16:15:30 +0200 Karl Trygve Kalleberg
<karltk@prosalg.no> wrote:

> On Mon, 22 Oct 2001 19:49:57 -0600
> Collins Richey <erichey2@home.com> wrote:
> 
> 
> > So, then is xterm a resource hog?  Aterm looks pretty, I doubt
> that I
> > could tell the difference in resource consumption.
> 
> karltk     431  0.1  0.5  3412 1476 tty1     S    16:12   0:00 aterm
> root       433  0.4  0.9  5140 2396 pts/4    S    16:12   0:00 xterm
> 
> 
> It is a well-known fact that xterm is a resource hog. In the above
> "test",
> xterm has a black background, nothing fancy at all, while aterm runs
> a
> tinted background (means that the root bitmap is visible as the
> background
> in aterm, but with a tint. As you can clearly see, the tint color is
> blue
> ;).

Thanks, I'm convinced.

-- 
Collins Richey
Denver Area
gentoo_rc6 xfce+sylpheed



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2001-10-23 21:48 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-07-01 17:17 [gentoo-dev] Aterm ebuild README? Gontran
2001-10-22  4:54 ` Collins Richey
2001-10-22  8:45   ` Damon M. Conway
2001-10-22  9:13     ` Gontran
2001-10-22 19:37       ` Collins Richey
2001-10-23  8:17         ` Karl Trygve Kalleberg
2001-10-23 15:49           ` Collins Richey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox