The time now is Thu 19 Apr 2018, 23:16
All times are UTC - 4 |
Page 9 of 9 [132 Posts] |
Goto page: Previous 1, 2, 3, ..., 7, 8, 9 |
Author |
Message |
MU

Joined: 24 Aug 2005 Posts: 13648 Location: Karlsruhe, Germany
|
Posted: Wed 28 Jun 2006, 21:51 Post subject:
|
|
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 Wed 28 Jun 2006, 21:55; edited 1 time in total
|
Back to top
|
|
 |
fitzhugh

Joined: 15 Jun 2006 Posts: 216 Location: Berkeley
|
Posted: Wed 28 Jun 2006, 21:53 Post subject:
Ok, need libGLU.so.1... |
|
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?
|
Back to top
|
|
 |
MU

Joined: 24 Aug 2005 Posts: 13648 Location: Karlsruhe, Germany
|
Posted: Wed 28 Jun 2006, 21:58 Post subject:
|
|
oh you're fast, see last message, ldconfig
|
Back to top
|
|
 |
MU

Joined: 24 Aug 2005 Posts: 13648 Location: Karlsruhe, Germany
|
Posted: Wed 28 Jun 2006, 22:00 Post subject:
|
|
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
|
Back to top
|
|
 |
MU

Joined: 24 Aug 2005 Posts: 13648 Location: Karlsruhe, Germany
|
Posted: Wed 28 Jun 2006, 22:03 Post subject:
|
|
Quote: | --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
|
Back to top
|
|
 |
fitzhugh

Joined: 15 Jun 2006 Posts: 216 Location: Berkeley
|
Posted: Wed 28 Jun 2006, 22:14 Post subject:
Ha, YOU are fast |
|
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
|
Back to top
|
|
 |
fitzhugh

Joined: 15 Jun 2006 Posts: 216 Location: Berkeley
|
Posted: Wed 28 Jun 2006, 22:18 Post subject:
|
|
You wrote on May 03 06:
Quote: | 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)
|
Back to top
|
|
 |
MU

Joined: 24 Aug 2005 Posts: 13648 Location: Karlsruhe, Germany
|
Posted: Wed 28 Jun 2006, 22:21 Post subject:
|
|
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
|
Back to top
|
|
 |
fitzhugh

Joined: 15 Jun 2006 Posts: 216 Location: Berkeley
|
Posted: Wed 28 Jun 2006, 22:35 Post subject:
Yeah... enlightenment still hosed when openGL installed |
|
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
|
Back to top
|
|
 |
lync
Joined: 11 Jul 2006 Posts: 10
|
Posted: Mon 17 Jul 2006, 00:23 Post subject:
|
|
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)
Description |
|
Filesize |
49.37 KB |
Viewed |
1461 Time(s) |

|
|
Back to top
|
|
 |
dvw86

Joined: 04 May 2005 Posts: 636 Location: Washington State
|
Posted: Mon 17 Jul 2006, 00:35 Post subject:
|
|
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.
|
Back to top
|
|
 |
MU

Joined: 24 Aug 2005 Posts: 13648 Location: Karlsruhe, Germany
|
Posted: Thu 13 May 2010, 23:03 Post subject:
|
|
Here is a short instruction how to use E16 on a modern puplet like pupeee:
http://www.murga-linux.com/puppy/viewtopic.php?p=418208#418208
Mark
_________________ my recommended links
|
Back to top
|
|
 |
|
Page 9 of 9 [132 Posts] |
Goto page: Previous 1, 2, 3, ..., 7, 8, 9 |
|
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 You cannot attach files in this forum You can download files in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|