Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Metisse
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

Goto page Previous  1, 2, 3, 4, 5, 6  Next  
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
Ben2040
Guru
Guru


Joined: 07 May 2003
Posts: 445
Location: UK

PostPosted: Thu Jul 01, 2004 7:14 am    Post subject: Reply with quote

Quote:
Then for metisse:
Code:

Code:
tar xvjf metisse-0.3.0.tar.bz2
cd metisse-0.3.0
./configure --prefix=/usr/local [b]--with-fontpath=/usr/share/fonts/misc,/usr/share/fonts/75dpi,/usr/share/fonts/100dpi[/b]
make
su
make install


then i tried various combinations of commands that have not yet worked, but at least Xwnc existed... please, someone who's gotten this working help us out!


The configure switch is unnessacary - I'm using XOrg X11 and it worked fine with just "./configure".


Janne Pikkarainen wrote:
Ok, at least for me Metisse seems to be a bit sluggish here and there


What hardware have you got - I've seen _ZERO_ slowdown (really) on an Athlon64 3000+ (32 bit mode) and an ATi 9600 Pro (with drivers V 3.2.8-r1).

Ben
Back to top
View user's profile Send private message
NME
Apprentice
Apprentice


Joined: 18 Nov 2003
Posts: 168
Location: The Netherlands

PostPosted: Thu Jul 01, 2004 7:23 am    Post subject: Reply with quote

has it been noted that the approach of using a vnc-like continuous flow of "screendrumps" straight from the backbuffer is also a dog-slow approach?

as smooth as it might seem the solution is inefficient
_________________
f# that.
Back to top
View user's profile Send private message
Janne Pikkarainen
Veteran
Veteran


Joined: 29 Jul 2003
Posts: 1143
Location: Helsinki, Finland

PostPosted: Thu Jul 01, 2004 10:00 am    Post subject: Reply with quote

Ben2040 wrote:

What hardware have you got - I've seen _ZERO_ slowdown (really) on an Athlon64 3000+ (32 bit mode) and an ATi 9600 Pro (with drivers V 3.2.8-r1).


Athlon XP 2400+ and GeForce 3 Ti-500. Overall speed is very good, but for example scrolling web page in Galeon is a bit on the slow side.

By the way, how can I take screenshots from Metisse? GIMP/import doesn't seem to work...
_________________
Yes, I'm the man. Now it's your turn to decide if I meant "Yes, I'm the male." or "Yes, I am the Unix Manual Page.".
Back to top
View user's profile Send private message
taviso
Retired Dev
Retired Dev


Joined: 15 Apr 2003
Posts: 261
Location: United Kingdom

PostPosted: Thu Jul 01, 2004 10:17 am    Post subject: Reply with quote

Janne Pikkarainen wrote:
By the way, how can I take screenshots from Metisse? GIMP/import doesn't seem to work...


try
Code:
$ import -display :0 -window root blah.png

_________________
--------------------------------------
Gentoo on Alpha, is your penguin 64bit?
--------------------------------------------------------
Back to top
View user's profile Send private message
Janne Pikkarainen
Veteran
Veteran


Joined: 29 Jul 2003
Posts: 1143
Location: Helsinki, Finland

PostPosted: Thu Jul 01, 2004 10:19 am    Post subject: Reply with quote

taviso wrote:
try
Code:
$ import -display :0 -window root blah.png


Thanks! That did the trick! :D
_________________
Yes, I'm the man. Now it's your turn to decide if I meant "Yes, I'm the male." or "Yes, I am the Unix Manual Page.".
Back to top
View user's profile Send private message
newbie_100
Guru
Guru


Joined: 17 Jan 2004
Posts: 335
Location: Ashdod, IsraHell

PostPosted: Thu Jul 01, 2004 11:55 am    Post subject: Reply with quote

ok i got it to work but it seems that it's using higher virtual resolution then what i tell it to (1280x1024) =\
and the themes are really ugly
Back to top
View user's profile Send private message
jkalderash
Tux's lil' helper
Tux's lil' helper


Joined: 07 Jul 2003
Posts: 111

PostPosted: Thu Jul 01, 2004 1:17 pm    Post subject: Reply with quote

I'm still very confused - I followed all of dkenn's instructions, but it's still not doing anything. The only things I changed were adding an "-ac" switch to the Xwnc command and making the geometry appropriate. metisse apparently starts up, as it's listed in the output of "ps a", but all I get on my screen is a windowless xterm (I added an xterm line to the .xinitrc so I could see what the heck was going on. fvwm claims to be running on 127.0.0.1:0 and the xterm claims to be running on :0.0, which seems like the same thing. Does anyone know what's going on?
Back to top
View user's profile Send private message
s3ntient
Guru
Guru


Joined: 13 Apr 2003
Posts: 304
Location: Lyon, France

PostPosted: Thu Jul 01, 2004 2:10 pm    Post subject: Reply with quote

doesn't compile here for some reason...

Code:
then mv -f ".deps/ametista.Tpo" ".deps/ametista.Po"; else rm -f ".deps/ametista.Tpo"; exit 1; fi
ametista.cxx: In function `int main(int, char**)':
ametista.cxx:88: error: array bound forbidden after parenthesized type-id
ametista.cxx:88: note: try removing the parentheses around the type-id
make[3]: *** [ametista.o] Error 1
make[3]: Leaving directory `/usr/src/metisse-0.3.0/FvwmAmetista/main'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/metisse-0.3.0/FvwmAmetista'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/metisse-0.3.0'
make: *** [all] Error 2

_________________
http://blog.chaostrophy.org
Back to top
View user's profile Send private message
tecknojunky
Veteran
Veteran


Joined: 19 Oct 2002
Posts: 1937
Location: Montréal

PostPosted: Thu Jul 01, 2004 2:47 pm    Post subject: Reply with quote

https://bugs.gentoo.org/show_bug.cgi?id=55660, in case you did not know.
_________________
(7 of 9) Installing star-trek/species-8.4.7.2::talax.
Back to top
View user's profile Send private message
newbie_100
Guru
Guru


Joined: 17 Jan 2004
Posts: 335
Location: Ashdod, IsraHell

PostPosted: Thu Jul 01, 2004 3:04 pm    Post subject: Reply with quote

BTW, what about sun's looking glass project?
is it out yet? can we use it?
Back to top
View user's profile Send private message
neuron
Advocate
Advocate


Joined: 28 May 2002
Posts: 2371

PostPosted: Thu Jul 01, 2004 3:41 pm    Post subject: Reply with quote

newbie_100 wrote:
BTW, what about sun's looking glass project?
is it out yet? can we use it?


https://lg3d-core.dev.java.net/lg3dgettingstarted.html#Setting_up_your_Project_Looking_Glass
Back to top
View user's profile Send private message
Uranus
Guru
Guru


Joined: 07 May 2002
Posts: 438
Location: Portugal, Braga

PostPosted: Thu Jul 01, 2004 3:59 pm    Post subject: Reply with quote

oh sweet, I didn't know there was a developers release of project looking glass
Back to top
View user's profile Send private message
tecknojunky
Veteran
Veteran


Joined: 19 Oct 2002
Posts: 1937
Location: Montréal

PostPosted: Fri Jul 02, 2004 12:34 am    Post subject: Reply with quote

So I finally got this thing built and, I think pearpc is slightly more performant, with the big difference that pearpc hog about 20-30% of CPU while metisse hog 98%.

What box you guys have? I guess I'm really lagging now with a p3-500mhz. :'(
_________________
(7 of 9) Installing star-trek/species-8.4.7.2::talax.
Back to top
View user's profile Send private message
jkalderash
Tux's lil' helper
Tux's lil' helper


Joined: 07 Jul 2003
Posts: 111

PostPosted: Fri Jul 02, 2004 3:50 am    Post subject: Reply with quote

Hey all, updates on my as-yet-unsuccessful attempts. Looking at the output of "Xwnc -help" implies that my geometry and depth should be based on framebuffer configs, rather than xorg.conf - is this the case? I mean, obviously I've tried both and neither works anyhow. Or is Xwnc supposed to open a window in an already-started X Session?

I'm wondering if my problems have anything to do with xauth configuration - have people mostly just followed the guide on the metisse site, or what?

I've actually successfully managed to boot into fvwmi WITHOUT Xwnc running, so I know it works, it's just that it refuses to appear if I manage to start Xwnc, xorg-x11, and metisse all at the same time. Again, all of the fvwm processes are apparently running on the display :0, but nothing acts like it! Help?


Last edited by jkalderash on Fri Jul 02, 2004 3:57 am; edited 1 time in total
Back to top
View user's profile Send private message
tecknojunky
Veteran
Veteran


Joined: 19 Oct 2002
Posts: 1937
Location: Montréal

PostPosted: Fri Jul 02, 2004 3:56 am    Post subject: Reply with quote

jkalderash wrote:
Or is Xwnc supposed to open a window in an already-started X Session?
That's what I did. If you follow the rather simplistic instructions to the letter, it clearly state to start two commands in two different xterm session on a opengl-capable setup. That's what I did and, sure enough, I had this fnmhjdskjfwhatever session running to toy with.
_________________
(7 of 9) Installing star-trek/species-8.4.7.2::talax.
Back to top
View user's profile Send private message
jkalderash
Tux's lil' helper
Tux's lil' helper


Joined: 07 Jul 2003
Posts: 111

PostPosted: Fri Jul 02, 2004 4:06 am    Post subject: Reply with quote

So, you're saying that when you type in the Xwnc command, an actual window pops up containing the second desktop, within your current window manager?

...then what the heck is going on with mine?... (scurries off to furiously try different combinations of options)
Back to top
View user's profile Send private message
tecknojunky
Veteran
Veteran


Joined: 19 Oct 2002
Posts: 1937
Location: Montréal

PostPosted: Fri Jul 02, 2004 4:20 am    Post subject: Reply with quote

Actualy, I think the windows poped up with the second command. Xwnc is (I think) the server. You need to start the client (which is a much longer command) that starts the wm and you should see the windows pop up.

Go read the instructions.
_________________
(7 of 9) Installing star-trek/species-8.4.7.2::talax.
Back to top
View user's profile Send private message
Boris27
Guru
Guru


Joined: 05 Nov 2003
Posts: 562
Location: Almelo, The Netherlands

PostPosted: Fri Jul 02, 2004 8:59 am    Post subject: Reply with quote

NME wrote:
has it been noted that the approach of using a vnc-like continuous flow of "screendrumps" straight from the backbuffer is also a dog-slow approach?

as smooth as it might seem the solution is inefficient


As I understood it, programs write their screen into the texture buffer, and the window polygons get painted with those textures. It's similar to how Quake does it, and probably the most effective way to do it.
_________________
we are microsoft, lower your firewalls and surrender your pc's. we will add your biological and technological distinctiveness to our own. your culture will adapt and service us. resistance is futile.
Back to top
View user's profile Send private message
Ben2040
Guru
Guru


Joined: 07 May 2003
Posts: 445
Location: UK

PostPosted: Fri Jul 02, 2004 1:22 pm    Post subject: Reply with quote

tecknojunky wrote:
You need to start the client (which is a much longer command) that starts the wm


No, the server command is longer - to start te client all you type is "metisse-start-fvwm"

Ben
Back to top
View user's profile Send private message
jkalderash
Tux's lil' helper
Tux's lil' helper


Joined: 07 Jul 2003
Posts: 111

PostPosted: Fri Jul 02, 2004 1:45 pm    Post subject: Reply with quote

Looks like it's a problem with my graphics card or something - I tried running it through an SSH session into another computer and everything worked fine (very slowly, of course, but fine). Thanks for everybody's help, perhaps I'll try to fix it this weekend...
Back to top
View user's profile Send private message
ares
Apprentice
Apprentice


Joined: 13 Oct 2003
Posts: 280
Location: Savigliano (CN)

PostPosted: Fri Jul 02, 2004 3:57 pm    Post subject: Reply with quote

Zyklon wrote:
doesn't compile here for some reason...

Code:
then mv -f ".deps/ametista.Tpo" ".deps/ametista.Po"; else rm -f ".deps/ametista.Tpo"; exit 1; fi
ametista.cxx: In function `int main(int, char**)':
ametista.cxx:88: error: array bound forbidden after parenthesized type-id
ametista.cxx:88: note: try removing the parentheses around the type-id
make[3]: *** [ametista.o] Error 1
make[3]: Leaving directory `/usr/src/metisse-0.3.0/FvwmAmetista/main'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/metisse-0.3.0/FvwmAmetista'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/metisse-0.3.0'
make: *** [all] Error 2

vim FvwmAmetista/main/ametista.cxx
Change line 88
Code:

char **user_argv = new (char *) [user_argc] ;

in
Code:

char **user_argv = new char * [user_argc] ;

_________________
My portage and homepage
Back to top
View user's profile Send private message
Ben2040
Guru
Guru


Joined: 07 May 2003
Posts: 445
Location: UK

PostPosted: Sat Jul 03, 2004 11:06 am    Post subject: Reply with quote

ares wrote:

vim FvwmAmetista/main/ametista.cxx
Change line 88
Code:

char **user_argv = new (char *) [user_argc] ;

in
Code:

char **user_argv = new char * [user_argc] ;


It always baffles me, but how the hell do you work that out????

Ben
Back to top
View user's profile Send private message
neuron
Advocate
Advocate


Joined: 28 May 2002
Posts: 2371

PostPosted: Sat Jul 03, 2004 12:14 pm    Post subject: Reply with quote

Ben2040 wrote:
ares wrote:

vim FvwmAmetista/main/ametista.cxx
Change line 88
Code:

char **user_argv = new (char *) [user_argc] ;

in
Code:

char **user_argv = new char * [user_argc] ;


It always baffles me, but how the hell do you work that out????

Ben


"ametista.cxx:88: note: try removing the parentheses around the type-id "

must be magic ;)
Back to top
View user's profile Send private message
Ben2040
Guru
Guru


Joined: 07 May 2003
Posts: 445
Location: UK

PostPosted: Sat Jul 03, 2004 1:34 pm    Post subject: Reply with quote

Hi

LOL - Sorry, didn't fully read the error message - they don't usually tell you (me) anything...

Ben
Back to top
View user's profile Send private message
neuron
Advocate
Advocate


Joined: 28 May 2002
Posts: 2371

PostPosted: Sat Jul 03, 2004 3:07 pm    Post subject: Reply with quote

Ben2040 wrote:
Hi

LOL - Sorry, didn't fully read the error message - they don't usually tell you (me) anything...

Ben


they do usually tell someone who knows a little C/C++ a whole lot ;)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Goto page Previous  1, 2, 3, 4, 5, 6  Next
Page 2 of 6

 
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