You are not logged in.

#1 2004-07-19 20:44:10

mattux
Member
Registered: 2004-04-22
Posts: 81

[x11:3d-windowmanager]metisse

ok after some questions i think i could post the build again.......
NUCLEO: the library
PKGBUILD

pkgname=nucleo
pkgver=0.1
pkgrel=1
pkgdesc="Nucleo library (needed by metisse)"
url="http://insitu.lri.fr/~chapuis/software/metisse/"
license="GPL"
depends=('xfree86')
source=(http://insitu.lri.fr/~chapuis/software/metisse/nucleo-0.1-20040705.tar.bz2)

build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=/usr
  make || return 1
  make prefix=$startdir/pkg/usr install
}

Metisse the Window manager
PKGBUILD

pkgname=metisse
pkgver=0.3.1
pkgrel=1
pkgdesc="A real 3D-Window manager"
url="http://insitu.lri.fr/~chapuis/software/metisse"
license="GPL"
depends=('xfree86' 'nucleo')
md5sums=('73bbc5bf53563856b079e738583aba62' 'ee18b68629cf0885506ccc82b6a2bd68')
source=(http://insitu.lri.fr/~chapuis/software/metisse/metisse-0.3.1.tar.bz2 metisse-patch) 

build() {
  cd $startdir/src/$pkgname-$pkgver
  patch -Np1 -i $startdir/src/metisse-patch
  ./configure --prefix=/usr
  make || return 1
  make prefix=$startdir/pkg/usr install
}

metisse-patch

diff -Nru ./FvwmAmetista/main/ametista.cxx ../metisse-0.3.1-fix/FvwmAmetista/main/ametista.cxx
--- ./FvwmAmetista/main/ametista.cxx    2004-06-14 22:28:34.000000000 +0200
+++ ../metisse-0.3.1-fix/FvwmAmetista/main/ametista.cxx 2004-07-18 16:13:27.530132240 +0200
@@ -85,7 +85,7 @@
 #endif
 
   int user_argc = argc-5 ;
-  char **user_argv = new (char *) [user_argc] ;
+  char **user_argv = new char * [user_argc] ;
   user_argv[0] = strdup(argv[0]) ;
   for (int uia=1; uia<user_argc; ++uia) user_argv[uia] = strdup(argv[5+uia]) ;
 #if VERBOSE

mattux

Offline

#2 2004-07-19 21:24:25

Vrok
Member
From: Jaworzno, Poland
Registered: 2004-07-13
Posts: 20
Website

Re: [x11:3d-windowmanager]metisse

Mhm... I looked at some screenshots of that WM... Whoah, most weird thing of this day. Is it useable??


Now consider the tortoise and the eagle.
"Small Gods" by The Great Terry.

Offline

#3 2004-07-19 22:23:59

mattux
Member
Registered: 2004-04-22
Posts: 81

Re: [x11:3d-windowmanager]metisse

it is
but you need nvidia/ati 3d-drivers installed ,sometime its really slow but its funny wink

mattux

Offline

#4 2005-11-01 00:51:54

Dusty
Schwag Merchant
From: Medicine Hat, Alberta, Canada
Registered: 2004-01-18
Posts: 5,986
Website

Re: [x11:3d-windowmanager]metisse

Its possible I'm going to be working on Metisse for a research project.... anyone know anything about itL I'm still trying to find out what its really about.

Thanks,

Dusty

Offline

#5 2005-11-01 01:02:52

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: [x11:3d-windowmanager]metisse

Offline

#6 2005-11-01 02:24:01

elasticdog
Member
From: Washington, USA
Registered: 2005-05-02
Posts: 995
Website

Re: [x11:3d-windowmanager]metisse

Wow!  Looks like they have some very interesting ideas on user interface design.  The video was especially cool!

Offline

#7 2005-11-02 16:45:59

Dusty
Schwag Merchant
From: Medicine Hat, Alberta, Canada
Registered: 2004-01-18
Posts: 5,986
Website

Re: [x11:3d-windowmanager]metisse

Yes I have. My prof assigned those readings to me. ;-)

I'll have to try it eventualy, I suspect I may be working on it.

Dusty

Offline

#8 2005-11-03 15:52:42

postlogic
Member
Registered: 2005-02-24
Posts: 410
Website

Re: [x11:3d-windowmanager]metisse

Oh my god, that looks interesting. Is it still under development?

Offline

#9 2005-11-10 04:52:42

Dusty
Schwag Merchant
From: Medicine Hat, Alberta, Canada
Registered: 2004-01-18
Posts: 5,986
Website

Re: [x11:3d-windowmanager]metisse

I think its still being developed. I do know the developers are still using it in research.

I haven't been able to get the given PKGBUILD or a modified one for the 0.3.5 version to compile. I'l have to get it eventually, but if somebody more familiar with C errors was interested in hacking it, that would be fun.

Dusty

Offline

#10 2005-11-10 17:52:57

CyberTron
Member
From: Gotland ,Sweden
Registered: 2005-03-17
Posts: 645
Website

Re: [x11:3d-windowmanager]metisse

is metisse an own wm or is it a "layer" above an existing wm?


http://www.linuxportalen.com  -> Linux Help portal for Linux and ArchLinux (in swedish)

Dell Inspiron 8500
Kernel 2.6.14-archck1  (selfcompiled)
Enlightenment 17

Offline

#11 2005-11-10 18:31:30

Dusty
Schwag Merchant
From: Medicine Hat, Alberta, Canada
Registered: 2004-01-18
Posts: 5,986
Website

Re: [x11:3d-windowmanager]metisse

CyberTron wrote:

is metisse an own wm or is it a "layer" above an existing wm?

Actually, I believe it is a hacked version of the X server plus a hacked version of FVWM, and may also involve hacked versions of gtk and qt, though I'm not certain about any of this. Its a research platform, not end user.

Dusty

Offline

#12 2005-11-10 18:34:18

CyberTron
Member
From: Gotland ,Sweden
Registered: 2005-03-17
Posts: 645
Website

Re: [x11:3d-windowmanager]metisse

Dusty wrote:
CyberTron wrote:

is metisse an own wm or is it a "layer" above an existing wm?

Actually, I believe it is a hacked version of the X server plus a hacked version of FVWM, and may also involve hacked versions of gtk and qt, though I'm not certain about any of this. Its a research platform, not end user.

Dusty

Ahh, thanks for clearing that out dusty


http://www.linuxportalen.com  -> Linux Help portal for Linux and ArchLinux (in swedish)

Dell Inspiron 8500
Kernel 2.6.14-archck1  (selfcompiled)
Enlightenment 17

Offline

#13 2005-11-10 20:46:02

postlogic
Member
Registered: 2005-02-24
Posts: 410
Website

Re: [x11:3d-windowmanager]metisse

Man, that would definately be cool as a layer between X and the WM. Think of all the awesome stuff you could implement. *drools*

Heh, even my non-geek girlfriend thought the video kicked ass.

Offline

#14 2005-11-11 02:37:34

Dusty
Schwag Merchant
From: Medicine Hat, Alberta, Canada
Registered: 2004-01-18
Posts: 5,986
Website

Re: [x11:3d-windowmanager]metisse

this thing is AMAZING to play with. Its in AUR (silly me for not searching), but it doesn't build, however, dma provides a repo for the package, and it works. I'm looking forward to playing with it...

Dusty

Offline

Board footer

Powered by FluxBB