
KMatrix3d
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
14 years ago
0.1 - initial release
EureDudeheit
8 years ago
or is there a way to modify the existing Package to get it work?
Report
Venomissimo
10 years ago
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?
Report
Venomissimo
10 years ago
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?
Report
AlienMike
10 years ago
#...
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 #
Report
bittajam
10 years ago
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!
Report
MoonBlossom
11 years ago
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
Report
MoonBlossom
11 years ago
It works when I select preview but the screen will go black if I leave the PC unattended.
Report
yoho
12 years ago
Report
Bionorica
12 years ago
Report
TeeVirus
12 years ago
Report
lsolano
13 years ago
Thanks!
Report
nephron
13 years ago
Report
Cryptic1911
13 years ago
Report
Xmaster
13 years ago
Because on your website I only see Edgy or AMD packages.
Report
Contrast
13 years ago
Report
Draugen
13 years ago
Report
Superstoned
13 years ago
Report
zaf
13 years ago
...
arkadaşlar pardus kullanıcıları için pisi paketi
http://zaafer.googlepages.com/Kmatrix3D-0.1-1.pisi
Report
KiteDH
14 years ago
Report
MrMadPL
14 years ago
See home page for details:
http://kmatrix3d.sourceforge.net/
Report
Superstoned
14 years ago
Report
andrew9888
14 years ago
Report
VectoR
14 years ago
http://www.blackpanther.hu/modules/FanClub/product_info.php?products_id=116
Report
Zentavr
14 years ago
http://www.neuro.zp.ua/zntr/kmatrix3d-0.1-0.i386.rpm
And source RPM http://www.neuro.zp.ua/zntr/kmatrix3d-0.1-0.src.rpm
Report
jarizaro
14 years ago
I like it more than MatrixGL. :)
I switch to yours
Report