Source i (link to git-repo or to original if based on someone elses unmodified work):

Add the source-code for this project on opencode.net

3
Become a Fan
5.7

Description:
A nice (IMHO :-) 3D matrix OpenGL screen saver for KDE.
IMPORTANT: Packagers wanted - please contact developer.
Last changelog:

0.1 - initial release


Ratings & Comments

44 Comments

EureDudeheit

Will there a release for Kubuntu 12.04 with KDE 4.8.2? or is there a way to modify the existing Package to get it work?

Venomissimo

I'm just one step before making this screensaver work properly in Kubuntu 10.04.2 x64. 1. Get the right deb package from download page. 2. Install kdelibs5 and libglut3 packages. 3. Just like MoonBlossom said, sudo cp /usr/share/applnk/System/ScreenSavers/kmatrix3d.desktop /usr/share/kde4/services/ScreenSavers/kmatrix3d.desktop 4. Edit the file with: kdesudo kate /usr/share/kde4/services/ScreenSavers/kmatrix3d.desktop Replace all its content with this: Quote:

[Desktop Entry] Exec=kmatrix3d.kss Icon=preferences-desktop-screensaver Type=Service X-KDE-ServiceTypes=ScreenSaver Actions=Setup;InWindow;Root; X-KDE-Category=OpenGL Screen Savers X-KDE-Type=OpenGL Name=KMatrix3D (GL) [Desktop Action Setup] Exec=kmatrix3d.kss -setup Name=Setup... Icon=preferences-desktop-screensaver [Desktop Action InWindow] Exec=kmatrix3d.kss -window-id %w Name=Display in Specified Window NoDisplay=true [Desktop Action Root] Exec=kmatrix3d.kss -root Name=Display in Root Window NoDisplay=true X-Ubuntu-Gettext-Domain=desktop_kdeartwork
And save it. 5. Go to screensaver properties. You'll see kmatrix3d in OpenGL group. Settings and preview work fine, but when I leave my computer waiting for screensaver to start it shows only black screen. Any suggestions?

Venomissimo

I'm just one step before making this screensaver work properly in Kubuntu 10.04.2 x64. 1. Get the right deb package from download page. 2. Install kdelibs5 and libglut3 packages. 3. Just like MoonBlossom said, sudo cp /usr/share/applnk/System/ScreenSavers/kmatrix3d.desktop /usr/share/kde4/services/ScreenSavers/kmatrix3d.desktop 4. Edit the file with: kdesudo kate /usr/share/kde4/services/ScreenSavers/kmatrix3d.desktop Replace all its content with this: Quote:

[Desktop Entry] Exec=kmatrix3d.kss Icon=preferences-desktop-screensaver Type=Service X-KDE-ServiceTypes=ScreenSaver Actions=Setup;InWindow;Root; X-KDE-Category=OpenGL Screen Savers X-KDE-Type=OpenGL Name=KMatrix3D (GL) [Desktop Action Setup] Exec=kmatrix3d.kss -setup Name=Setup... Icon=preferences-desktop-screensaver [Desktop Action InWindow] Exec=kmatrix3d.kss -window-id %w Name=Display in Specified Window NoDisplay=true [Desktop Action Root] Exec=kmatrix3d.kss -root Name=Display in Root Window NoDisplay=true X-Ubuntu-Gettext-Domain=desktop_kdeartwork
And save it. 5. Go to screensaver properties. You'll see kmatrix3d in OpenGL group. Settings and preview work fine, but when I leave my computer waiting for screensaver to start it shows only black screen. Any suggestions?

AlienMike

All I have is: #... Making all in src make[2]: Entering directory `/home/temp/kmatrix3d/src' /bin/sh ../libtool --silent --tag=CXX --mode=link g++ -L/opt/kde3/lib -L/usr/lib/qt3/lib -L/usr/lib -R /opt/kde3/lib -R /opt/kde3/lib -R /usr/lib/qt3/lib -R /usr/lib -o kmatrix3d.kss kmatrix3d.o camera.o effet_particule.o ligne3d1.o vector3f.o kmatrix3dui.o kmatrix3d.moc.o -lpng -lglut -lqt-mt -lz -lpng -lz -lm -lXext -lX11 -lSM -lICE -lpthread -lkdecore -lkdeui -lkscreensaver -lm -lkio kmatrix3d.o: In function `mQGL::LoadTexture(unsigned int&, char*)': kmatrix3d.cpp:(.text+0xef4): undefined reference to `gluBuild2DMipmaps' kmatrix3d.cpp:(.text+0xf0a): undefined reference to `gluErrorString' kmatrix3d.o: In function `mQGL::resizeGL(int, int)': kmatrix3d.cpp:(.text+0x110b): undefined reference to `gluPerspective' camera.o: In function `camera::calculer()': camera.cpp:(.text+0x25f): undefined reference to `gluLookAt' collect2: ld returned 1 exit status make[2]: *** [kmatrix3d.kss] Error 1 make[2]: Leaving directory `/home/temp/kmatrix3d/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/temp/kmatrix3d' make: *** [all] Error 2 linuxbox:/home/temp/kmatrix3d #

bittajam

It's a shame that such a great screensaver is no longer maintained! :( I've got my Matrix-styled desktop and it would suite me perfectly, but it seems like there's no way to make it work under Kubuntu 10.04. It's a pity! I miss that perfect thing!

MoonBlossom

Install the deb package from the download page. Then do: sudo cp /usr/share/applnk/System/ScreenSavers/kmatrix3d.desktop /usr/share/kde4/services/ScreenSavers/kmatrix3d.desktop Finally edit the file with: kdesudo kate /usr/share/kde4/services/ScreenSavers/kmatrix3d.desktop From this: [Desktop Entry] Encoding=UTF-8 Exec=kmatrix3d.kss Icon=kscreensaver Type=Application Actions=Setup;InWindow;Root X-KDE-Category=Miscellaneous Name=KMatrix3D To this: [Desktop Entry] Encoding=UTF-8 Exec=kmatrix3d.kss Icon=kscreensaver Type=Service X-KDE-ServiceTypes=ScreenSaver TryExec=xscreensaver Actions=InWindow;Root;Setup; X-KDE-Category=OpenGL Screen Savers X-KDE-Type=OpenGL Name=KMatrix3D You'll find the screen saver in system settings under OpenGL

MoonBlossom

I was happy too soon =( It works when I select preview but the screen will go black if I leave the PC unattended.

yoho

Is there any KDE4 version planned ?

Bionorica

I have no freaking Idea how to install this pls help :s

TeeVirus

Great screensaver indeed. Any chance you're still working on it? :)

lsolano

Installs without any problem on Mandriva 2008. Thanks!

nephron

looks really great! but it has no chance on a multiscreen-system.. you just cut the sides on left and right - so this is not the best way to do.. calculating the draw-area on screen-resolution would be pretty better then this procedure.. please fix it - i want to used it very quickly!!! :P

Cryptic1911

Looks great, only problem is that on my system I run dual monitors 2x 1600x1200 for 3200x1200 total res.. it displays in the center of the two monitors (its configured with twinview, so its one big desktop) and about 1/3 of the far right and far left are black

Xmaster

Does it works on Kubuntu Feisty Fawn 7.04? Because on your website I only see Edgy or AMD packages.

Contrast

Most packages that work on Edgy will also work on Feisty. I can confirm this one in particular does.

Draugen

Definitely one of the best! THX!! :-)))

Superstoned

hey, are you still working on this? love to see an update...

zaf

here is the pisi package for pardus ... arkadaşlar pardus kullanıcıları için pisi paketi http://zaafer.googlepages.com/Kmatrix3D-0.1-1.pisi

KiteDH

how to install this???

MrMadPL

I'm sorry to say that but current development is freezed. See home page for details: http://kmatrix3d.sourceforge.net/

Superstoned

man, i'm so waiting for the next release... ;-)

andrew9888

An Arch PKGBUILD is availbla via AUR.

VectoR
Zentavr
jarizaro

Great screensaver. I like it more than MatrixGL. :) I switch to yours

Pling
0 Affiliates
Details
license
version 0.1
updated
added
downloads 24h 0
mediaviews 24h 0
pageviews 24h 0

Other Screensavers:

My new desktop.-Modified
compileit
last update date: 19 years ago

Score 5.0

SlideShow (GL) mdk 9.1 rpm
illogic-al
last update date: 22 years ago

Score 5.0

My composition with Sailors
Kamuiu
last update date: 22 years ago

Score 5.0

KarambaSaver
BOSSoNe
last update date: 22 years ago

Score 5.0

Fleas
eisfuchs
last update date: 21 years ago

Score 5.0

fluid psychedelic Screensaver
schorsch
last update date: 21 years ago

Score 5.0