Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Matrix Desktop Effect ?!
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
vbmaster
n00b
n00b


Joined: 31 May 2006
Posts: 52
Location: Portugal

PostPosted: Sun Dec 03, 2006 4:47 pm    Post subject: Matrix Desktop Effect ?! Reply with quote

Hey guys,

I just saw this movie:

http://www.youtube.com/watch?v=EHEcgTWAfvE&search=linux%203d%20desktop%20beryl%20compiz%20debian%20kde

And I'm absolutely marveled with that amazing matrix desktop effect.

Anyone knows how can I have the same on my desktop?
Back to top
View user's profile Send private message
madisonicus
Veteran
Veteran


Joined: 20 Sep 2006
Posts: 1130

PostPosted: Sun Dec 03, 2006 5:50 pm    Post subject: Reply with quote

Try
Code:
$ /usr/lib/misc/xscreensaver/glmatrix -root


You'll need to have emerged xscreensaver and have direct rendering working properly.

HTH,
m
_________________
Please add [SOLVED] to your message title if you feel that your question has been answered.
------
Intel Q9300 Core2 Quad * Gigabyte GA-EP35C-DS3R
Samsung x360
AMD64 x2 4200+ * TF7050-M2 * HTPC
ZOTAC ION A-U Mini-ITX * HTPC
Back to top
View user's profile Send private message
vbmaster
n00b
n00b


Joined: 31 May 2006
Posts: 52
Location: Portugal

PostPosted: Sun Dec 03, 2006 6:19 pm    Post subject: Reply with quote

I ain't got no file named glxmatrix... :\

I already did a locate, and nothing was found.
Back to top
View user's profile Send private message
richfish
Apprentice
Apprentice


Joined: 03 Mar 2006
Posts: 202
Location: Phoenix, AZ

PostPosted: Sun Dec 03, 2006 6:23 pm    Post subject: Reply with quote

vbmaster wrote:
I ain't got no file named glxmatrix... :\

I already did a locate, and nothing was found.



glmatrix, not glxmatrix.
Back to top
View user's profile Send private message
madisonicus
Veteran
Veteran


Joined: 20 Sep 2006
Posts: 1130

PostPosted: Sun Dec 03, 2006 6:23 pm    Post subject: Reply with quote

vbmaster wrote:
I ain't got no file named glxmatrix... :\

I already did a locate, and nothing was found.


Code:
$ equery belongs glmatrix
[ Searching for file(s) glmatrix in *... ]
x11-misc/xscreensaver-4.24 (/usr/lib/misc/xscreensaver/glmatrix)


Have you emerged xscreensaver?
_________________
Please add [SOLVED] to your message title if you feel that your question has been answered.
------
Intel Q9300 Core2 Quad * Gigabyte GA-EP35C-DS3R
Samsung x360
AMD64 x2 4200+ * TF7050-M2 * HTPC
ZOTAC ION A-U Mini-ITX * HTPC
Back to top
View user's profile Send private message
madisonicus
Veteran
Veteran


Joined: 20 Sep 2006
Posts: 1130

PostPosted: Sun Dec 03, 2006 6:24 pm    Post subject: Reply with quote

richfish wrote:
vbmaster wrote:
I ain't got no file named glxmatrix... :\

I already did a locate, and nothing was found.



glmatrix, not glxmatrix.


++

Heh, missed that. Thx.
_________________
Please add [SOLVED] to your message title if you feel that your question has been answered.
------
Intel Q9300 Core2 Quad * Gigabyte GA-EP35C-DS3R
Samsung x360
AMD64 x2 4200+ * TF7050-M2 * HTPC
ZOTAC ION A-U Mini-ITX * HTPC
Back to top
View user's profile Send private message
vbmaster
n00b
n00b


Joined: 31 May 2006
Posts: 52
Location: Portugal

PostPosted: Sun Dec 03, 2006 6:26 pm    Post subject: Reply with quote

I opened the GUI of xscreensaver and it indeed says that I don't have glmatrix installed...

I'm now trying to open gnome look to see if it's there...
Back to top
View user's profile Send private message
richfish
Apprentice
Apprentice


Joined: 03 Mar 2006
Posts: 202
Location: Phoenix, AZ

PostPosted: Sun Dec 03, 2006 6:35 pm    Post subject: Reply with quote

madisonicus wrote:

Have you emerged xscreensaver?


Plus I think you also need to merge xscreensaver with USE=opengl to get the opengl screensavers.
Back to top
View user's profile Send private message
vbmaster
n00b
n00b


Joined: 31 May 2006
Posts: 52
Location: Portugal

PostPosted: Sun Dec 03, 2006 6:41 pm    Post subject: Reply with quote

Ah, I'll try now...

It should work...
Back to top
View user's profile Send private message
vbmaster
n00b
n00b


Joined: 31 May 2006
Posts: 52
Location: Portugal

PostPosted: Sun Dec 03, 2006 6:54 pm    Post subject: Reply with quote

Ok, Now I have it installed.

But nothing happens...

if I run the comand without '-root' it opens a new window with the animation correctly running.

But with root the it ends up doing nothing...

P.S.: i remeber that I want it as a wallpaper not as a screensaver.
Back to top
View user's profile Send private message
Enverex
Guru
Guru


Joined: 02 Jul 2003
Posts: 501
Location: Worcester, UK

PostPosted: Sun Dec 03, 2006 7:05 pm    Post subject: Reply with quote

That doesn't actually do anything for me. It runs but nothing ever appears on the desktop.
Back to top
View user's profile Send private message
madisonicus
Veteran
Veteran


Joined: 20 Sep 2006
Posts: 1130

PostPosted: Sun Dec 03, 2006 7:39 pm    Post subject: Reply with quote

Ok, XGl is the problem in this case. But, do not fear.... What you'll need to do is wrap the screensaver with xwinwrap....

First, emerge xwinwrap (unmask as necessary). It's CVS, so you'll probably have to emerge that too.

Then,
Code:
$ xwinwrap -ni -argb -fs -s -st -sp -b -nf -b -- /usr/lib/misc/xscreensaver/glmatrix -window-id WID


HTH,
m
_________________
Please add [SOLVED] to your message title if you feel that your question has been answered.
------
Intel Q9300 Core2 Quad * Gigabyte GA-EP35C-DS3R
Samsung x360
AMD64 x2 4200+ * TF7050-M2 * HTPC
ZOTAC ION A-U Mini-ITX * HTPC
Back to top
View user's profile Send private message
Enverex
Guru
Guru


Joined: 02 Jul 2003
Posts: 501
Location: Worcester, UK

PostPosted: Sun Dec 03, 2006 8:18 pm    Post subject: Reply with quote

No app by that name in Portage or any of the Layman overlays...
Back to top
View user's profile Send private message
madisonicus
Veteran
Veteran


Joined: 20 Sep 2006
Posts: 1130

PostPosted: Sun Dec 03, 2006 8:21 pm    Post subject: Reply with quote

It's in the layman portage-xgl overlay. (x11-misc/xwinwrap)
_________________
Please add [SOLVED] to your message title if you feel that your question has been answered.
------
Intel Q9300 Core2 Quad * Gigabyte GA-EP35C-DS3R
Samsung x360
AMD64 x2 4200+ * TF7050-M2 * HTPC
ZOTAC ION A-U Mini-ITX * HTPC
Back to top
View user's profile Send private message
vbmaster
n00b
n00b


Joined: 31 May 2006
Posts: 52
Location: Portugal

PostPosted: Sun Dec 03, 2006 10:39 pm    Post subject: Reply with quote

Alright, I added the xeffects overlay to layman and I emerged xwinwrap, but the given command still does nothing.... :|


The thing is, I don't have Xgl or AiGLX. I have 3d aceleration on desktop with the beta nvidia drivers..

The problem could be because of that...
Back to top
View user's profile Send private message
vbmaster
n00b
n00b


Joined: 31 May 2006
Posts: 52
Location: Portugal

PostPosted: Sun Dec 03, 2006 11:01 pm    Post subject: Reply with quote

It worked!

But something is not correct in here... if I minimize all windows on the button that does that, I end up with my normal wallpaper....

It appears that the effect is an window with no borders that behaves like every other aplication...
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo 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