Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
HOWTO get a matrix-like "animated" Background
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Documentation, Tips & Tricks
View previous topic :: View next topic  
Author Message
stahlsau
Guru
Guru


Joined: 09 Jan 2004
Posts: 584
Location: WildWestwoods

PostPosted: Thu Sep 23, 2004 8:12 am    Post subject: HOWTO get a matrix-like "animated" Background Reply with quote

Hi,
i´ve stumbled upon this while reading the manpages of Eterm, which provides a flag:
Code:

-q, --no-input          Keeps  Eterm from accepting keyboard input, and keeps the windowmanager from focusing it.             
                        Useful for LOG-TAILERS and such.



As it´s very easy, just try it out:

Code:
Eterm -O -g 140x40 --bold-font 10x20 -f Green -L 2000 -l --double-buffer --scrollbar-width 0 --buttonbar false -w=0 -c Green -x -q -e cat /dev/random


As you will see, this command creates a transparent, borderless Eterm with a scrolling random-Output, which doesn´t get focused by the mouse and doesn´t accept input ;-)

Maybe you got to modify this line to meet your desktop-settings (font, geometry etc.)

TIP:
-with the use of transset. you can achieve really nice effects ;-)
-if you don´t like /dev/random, you could tail some log to the Eterm, which also gives a nice background.

That´s all, and it´s my first mini-Howto, so don´t kill me if it doesn´t work - but tell me if you have some improvements.
Back to top
View user's profile Send private message
koala
Tux's lil' helper
Tux's lil' helper


Joined: 15 Aug 2002
Posts: 91
Location: Barcelona, Spain

PostPosted: Thu Sep 23, 2004 8:45 am    Post subject: I prefer... Reply with quote

Code:

alex@wintermute:~$ /usr/lib/xscreensaver/glmatrix -root
[/code]
Back to top
View user's profile Send private message
karan
Tux's lil' helper
Tux's lil' helper


Joined: 15 Feb 2003
Posts: 117
Location: New Zealand

PostPosted: Thu Sep 23, 2004 9:38 am    Post subject: Re: I prefer... Reply with quote

koala wrote:
Code:

alex@wintermute:~$ /usr/lib/xscreensaver/glmatrix -root
[/code]


I was just going to say.
_________________
:: Project Gotham
Back to top
View user's profile Send private message
stahlsau
Guru
Guru


Joined: 09 Jan 2004
Posts: 584
Location: WildWestwoods

PostPosted: Thu Sep 23, 2004 12:21 pm    Post subject: Reply with quote

well, that doesn´t work for me. No error message, but also no success.
And i like my version more, because i did it by myself ;-)
Back to top
View user's profile Send private message
OdinsDream
Veteran
Veteran


Joined: 01 Jun 2002
Posts: 1057

PostPosted: Thu Sep 23, 2004 3:32 pm    Post subject: Reply with quote

stahlsau wrote:
well, that doesn´t work for me. No error message, but also no success.
And i like my version more, because i did it by myself ;-)


Very nice tip. I've used this type of thing for log files, it's a nice thing.
_________________
s/(?<!gnu\/)linux(?! kernel)/GNU\/Linux/gi

Don't blame me. I didn't vote for him.

http://john.simplykiwi.com
Back to top
View user's profile Send private message
chunderbunny
Veteran
Veteran


Joined: 31 May 2004
Posts: 1281
Location: 51°24'27" N, 0°57'15" W

PostPosted: Thu Sep 23, 2004 9:13 pm    Post subject: Reply with quote

If you can't get that to work, try using
Code:
usr/lib/xscreensaver/xmatrix -root &
It's essentially the non-opengl version of the same thing. I have to admit.. I didn't realise it was possible to have an opengl desktop before...
Back to top
View user's profile Send private message
benguru
Tux's lil' helper
Tux's lil' helper


Joined: 19 Feb 2004
Posts: 125

PostPosted: Thu Sep 23, 2004 10:22 pm    Post subject: CMatrix? Reply with quote

Hi,
It isn't as cool as xmatrix, or glmatrix... but I think that using it with cmatrix would be nice. You have to emerge cmatrix, then run:
Code:
Eterm -O -g 140x40 --bold-font 10x20 -f Green -L 2000 -l --double-buffer --scrollbar-width 0 --buttonbar false -w=0 -c Green -x -q -e cmatrix -bax
I like it... Also, the glmatrix -root, or xmatrix -root might not work, if you use something else for your desktop... like nautilus, xfdesktop
Back to top
View user's profile Send private message
ruizs
n00b
n00b


Joined: 14 Jul 2004
Posts: 18

PostPosted: Fri Dec 03, 2004 9:18 pm    Post subject: Re: CMatrix? Reply with quote

benguru wrote:
Also, the glmatrix -root, or xmatrix -root might not work, if you use something else for your desktop... like nautilus, xfdesktop

Is there a way not to use nautilus as my desktop? I'm running gnome, I still would like the gnome toolbars to be there, but I don't really care about the desktop. Is there a way to make glmatrix my desktop in this case? I looked around in the gdm, X11, etc. scripts and conf files, but nothing popped out... thanks!
Back to top
View user's profile Send private message
ruizs
n00b
n00b


Joined: 14 Jul 2004
Posts: 18

PostPosted: Fri Dec 03, 2004 10:27 pm    Post subject: Re: CMatrix? Reply with quote

ruizs wrote:
benguru wrote:
Also, the glmatrix -root, or xmatrix -root might not work, if you use something else for your desktop... like nautilus, xfdesktop

Is there a way not to use nautilus as my desktop? I'm running gnome, I still would like the gnome toolbars to be there, but I don't really care about the desktop. Is there a way to make glmatrix my desktop in this case? I looked around in the gdm, X11, etc. scripts and conf files, but nothing popped out... thanks!


Well, answered my own question, found the info here:
http://gnome-hacks.jodrell.net/hacks.html?id=44

1. Disable Nautilus from drawing the desktop

(open gconf-editor and browse to apps->nautilus->preferences , then uncheck the
"show_desktop" option

2. Select and configure the screensaver you want

(Open the screensaver prefs as if you were configuring your screensaver,
configure the one you want and then click settings -> advanced. Copy the
command line specified there)

3. Set this to run on login

(Open the sessions preferences, select the startup programs tab and add in the
command that you copied in step 1.)

Log out and back in again and lo and behold, you have a screensaver running as
your background. (You don't really have to log back in, just run whatever your screensaver command was in the background.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Documentation, Tips & Tricks All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum