Click to See Complete Forum and Search --> : How do you get a terminal in your background?


kuber
02-10-2001, 06:35 PM
I see this a lot on peoples desktop screenshots.. Basically a transparent full screen sized windowless terminal... So how do you set a term like that?

Thanks,
kuber

binaryDigit
02-10-2001, 06:52 PM
Eterm -g 130x45+0+0 -f white -O -W --menubar off --scrollbar off -x

that will give you an eterm with transparency enable the menu bar off the scrollbar off and -x is a borderless window.

[ 10 February 2001: Message edited by: binaryDigit ]

kuber
02-10-2001, 07:06 PM
Hmmm... What is the -W supposed to do? I get an unrecognized message...

X_console
02-10-2001, 07:44 PM
From "man Eterm"


-W, --watch-desktop
In a pseudo-transparent Eterm, this will watch the
desktop for changes to the image, Eterm moving to a
different desktop, etc. Use with the transparency
options below.


What version of Eterm are you using? Maybe it doesn't support that option.

teeitup
02-11-2001, 12:21 AM
How would you make that window display console messages?
As root it's a snap.
How do you allow a user to see them?

I always come up with "Couldn't open console" messages. Same command string works fine in root's .xsession file.

:confused:

bdl
02-11-2001, 12:27 AM
Personally I prefer aterm (http://aterm.sourceforge.net), it allows complete transparency as well as a few other custom options.

X_console
02-11-2001, 02:44 AM
Originally posted by teeitup:
How would you make that window display console messages?
As root it's a snap.
How do you allow a user to see them?

I always come up with "Couldn't open console" messages. Same command string works fine in root's .xsession file.

:confused:


This is because /dev/console probably only has read/write permissions to root. You can do "chmod 666 /dev/console" to fix this. Also, you'll need to add the -C option to Eterm as well as making sure that /dev/console is one of the logging destinations in /etc/syslog.conf

Don't forget to "kill -HUP $(cat /var/run/syslogd.pid)" if you modify /etc/syslog.conf

kaatss
02-11-2001, 07:59 PM
If you are using Eterm, first run the program "Esetroot" to set your background picture. I dont remember the directory so please find it out.

Then start your Eterm with the percentage of darkness you want. Sorry...I forgot that option too. U can find that out in the manual page.

Hope this helps...