Small Windowmanager Enlightenment DR 16-7

Window managers, icon programs, widgets, etc.
Message
Author
User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#121 Post by MU »

libGLU
Do you have it in /usr/X11R6/lib ?

sh-3.00# ls -1 /usr/X11R6/lib/libGLU*
/usr/X11R6/lib/libGLU.so
/usr/X11R6/lib/libGLU.so.1
/usr/X11R6/lib/libGLU.so.1.3.060500

These are in OpenGL-B.pup

To see the dependencies, type
ldd /usr/bin/E-Clock.epplet

If they are definately there, but not found, run
ldconfig

http://dotpups.de/dotpups/System_Utilities/ldconfig.pup

Mark
Last edited by MU on Thu 29 Jun 2006, 01:55, edited 1 time in total.

User avatar
fitzhugh
Posts: 217
Joined: Fri 16 Jun 2006, 02:58
Location: Berkeley

Ok, need libGLU.so.1...

#122 Post by fitzhugh »

sh-3.00# ldd `which E-Clock.epplet`
linux-gate.so.1 => (0xffffe000)
libepplet.so.0 => /usr/lib/libepplet.so.0 (0x40017000)
libImlib.so.1 => /usr/lib/libImlib.so.1 (0x40029000)
libtiff.so.3 => /usr/lib/libtiff.so.3 (0x40057000)
libungif.so => /usr/lib/libungif.so (0x4009c000)
libpng.so.3 => /usr/lib/libpng.so.3 (0x400a8000)
libz.so.1 => /lib/libz.so.1 (0x400ce000)
libm.so.6 => /lib/libm.so.6 (0x400dc000)
libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x40100000)
libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0x4010e000)
libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0x40116000)
libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x4012e000)
libGL.so.1 => /usr/X11R6/lib/libGL.so.1 (0x401f8000)
libGLU.so.1 => not found
libjpeg.so.62 => /usr/lib/libjpeg.so.62 (0x4026d000)
libc.so.6 => /lib/libc.so.6 (0x4028c000)
/lib/ld-linux.so.2 (0x40000000)
libdl.so.2 => /lib/libdl.so.2 (0x403a9000)
libpthread.so.0 => /lib/libpthread.so.0 (0x403ad000)
libXxf86vm.so.1 => /usr/X11R6/lib/libXxf86vm.so.1 (0x403ff000)

... any pointers on where to get it?

User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#123 Post by MU »

oh you're fast, see last message, ldconfig

User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#124 Post by MU »

maybe you have a broken symlink in /usr/lib
This could avoid to find the correct libs in /usr/X11R6/lib/

type
rm -f /usr/lib/libGL*
ldconfig

Mark

User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#125 Post by MU »

--added: I also am unable to find the .get Mark refers to in the other thread for adding libGL.
what .get do you mean?
You have the link to that thread?
Mark

User avatar
fitzhugh
Posts: 217
Joined: Fri 16 Jun 2006, 02:58
Location: Berkeley

Ha, YOU are fast

#126 Post by fitzhugh »

I didn't even realize you were active right now cause I had not refreshed the screen between posts!

let me find that link...

btw, I read your (??) comment elsewhere about the difference between openGL and openGL-B, and as I'd added the latter second I re-added the first (loaded open GL originally, then openGL-B, the openGL again)... now it crashes as soon as enlightenment loads lol

Had to revert to jwm for now...
Used the pupget package manager to remove opengl and am starting fresh (I hope)
Let me catch up here...

Thanks for your help!
fithzguh

User avatar
fitzhugh
Posts: 217
Joined: Fri 16 Jun 2006, 02:58
Location: Berkeley

#127 Post by fitzhugh »

You wrote on May 03 06:
run
xwin startenlightenment
to try it.

The applets also need libGLU, wich is part of the libGL-package.
There are 2 ways to install libGL, with Pupget, or with a Dotpup:
http://noforum.de/dotpups/X11R6addons/OpenGL.pup

Both are different, so you might try the other one you did not use yet.
in http://www.murga.org/~puppy/viewtopic.php?t=7802

I'm going to see if it chokes after reinstalling it properly (and reading this through closely again)

User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#128 Post by MU »

Both OpenGL-version include identical files, only libGL.so.1.2 is different, as this file is graficscarddependant in accellerated mode (DRI).
But without DRI both packages should act identical, as they provide software-emulation of old OpenGL 1.2 then.

That they can lead to crashes is new to me.
If you still encounter these problems after some testing, I might make a .tar.gz with different libGL.so.1.2 I can find in the web or my computer, so that you can find a working one by manually copying it.
But that would have to wait until tomorrow, I go asleep soon.

Keep me informed on your results :)
Mark

User avatar
fitzhugh
Posts: 217
Joined: Fri 16 Jun 2006, 02:58
Location: Berkeley

Yeah... enlightenment still hosed when openGL installed

#129 Post by fitzhugh »

After removing openGL via the package manager I had no problems starting enlightenment, but it hung when I tried running epplets. So, checked ldd E-Clock.epplet, saw same missing as above, reinstalled openGL.pup (not -B), rebooted...

once more it hangs the moment enlightenment is brought up with your startenlightenment scripts (which is not in the .pup, or not in the right place maybe? I haven't looked, just couldn't call it)

So, here I am back in jwm for the moment. At least I'm learning stuff.

Oh, when I loaded openGL each time, including this one after using the package mgr to remove it first, I get a message saying three libGL, libGLU or something files already exist. Perhaps I need to remove them first, though it says it will overwrite them. I believe you can write a file when one is already there but not ln -s over an existing file or link, so if it is really adding a link and not a file in those spots perhaps that is the problem? I'll have to check if I am even correct about the file vs slink difference.

Fitzhugh

lync
Posts: 10
Joined: Tue 11 Jul 2006, 05:11

#130 Post by lync »

Hey, I got enlightenment installed this morning and spent all day messing around with it.. man is it awesome :)

One thing I wasn't able to figure out was the little dot that appears in the bottom right corner of desktop 0 (see attachment). It doesn't appear to do anything when I click it and I can't move it around (even with alt pressed), so I figure it must be some indicator that yes, I am on desktop 0. Is there any way to get rid of this? I have different backgrounds on all my desktops anyway so it's no hard to figure out which one I'm on.

(on a side note, after a lot of messing around I found that as far as terminals with "transparent" backgrounds working with multiple background images only Eterm seems to work. So if anyone else was having trouble with this search for eterm in the forum and you should find the eterm dotpup)
Attachments
screen060717.jpg
(49.37 KiB) Downloaded 1491 times

User avatar
dvw86
Posts: 636
Joined: Thu 05 May 2005, 00:55
Location: Washington State

#131 Post by dvw86 »

lync wrote: One thing I wasn't able to figure out was the little dot that appears in the bottom right corner of desktop 0 (see attachment). It doesn't appear to do anything when I click it and I can't move it around (even with alt pressed), so I figure it must be some indicator that yes, I am on desktop 0. Is there any way to get rid of this? I have different backgrounds on all my desktops anyway so it's no hard to figure out which one I'm on.
I belive that it has to do with getting copy and past to work in older apps such as RXVT. I think you can edit the start up script and keep it from coming on. It appears in all window managers, not just enlightenment.

User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#132 Post by MU »

Here is a short instruction how to use E16 on a modern puplet like pupeee:

http://www.murga-linux.com/puppy/viewto ... 208#418208

Mark
[url=http://murga-linux.com/puppy/viewtopic.php?p=173456#173456]my recommended links[/url]

Post Reply