You are not logged in.
Same problem with evfs since 2 weeks.
Concerning express-cvs, it's because I have re-compiled express-cvs on 20051030 and added this package of the fouiny_repo.db.tar.gz dated on 20051029 to avoid me a complete update of e17
that does not have to function lol
[fouiny_repo]
Server = http://elusseau.free.fr/arch/fouiny_repo/
Offline
i have no trouble comiling evfs from toninght
anyone want it ?
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
Thanks cybertron; but I'm interested to find out why it's not working. I'm gonna compile it again to see. I'll post back in a few minutes...
Offline
nope; not working... oh what could it be...? :?
Offline
the only thing i can think of that *might* be different is that I have slayed all libs from all my packages...that and that I have changed cvs-mirror to the new one @
cvs -d :pserver:anonymous@thinktux.net/root co "name"
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
Here is my pkgbuild:
# Maintainer: Rensel <rensel@email.it>
# Contributor: Thomas Fletcher <shadyfletch@yahoo.co.uk>
# Contributor: Michael Karlsson <arch@linuxportalen.com>
pkgname=evfs-cvs
pkgver=`date +%Y%m%d`
pkgrel=1
pkgdesc="An Enlightened Widget Library"
groups=('e17-extra')
url="http://www.enlightenment.org"
depends=('etk-cvs')
makedepends=('cvs')
provides=('evfs')
source=()
build() {
cvs -z3 -d :pserver:anonymous@thinktux.net/root co e17/apps/evfs
cd $startdir/src/e17/apps/evfs
./autogen.sh CFLAGS="$CFLAGS -I/opt/e17/include" --prefix=/opt/e17
make || return 1
make DESTDIR=$startdir/pkg install
rm -f `find $startdir/pkg -type f -name '*.la'`
}
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
That's really strange. I tried using the new mirror, but of course I'm having the same problem. I'm pretty sure it's not a libtool thing, cause the error I get has no reference to any *.la file. Google search returns nothing.... it's really annoying... could I be missing a dependency, something new?
Offline
Repo updated and slideshow added to the e-modules group
Next update with Libtool slay and new cvs mirror for testing the compilation of etk evfs and entropy (same problem than Nightfrost)
[fouiny_repo]
Server = http://elusseau.free.fr/arch/fouiny_repo/
Offline
That's really strange. I tried using the new mirror, but of course I'm having the same problem. I'm pretty sure it's not a libtool thing, cause the error I get has no reference to any *.la file. Google search returns nothing.... it's really annoying... could I be missing a dependency, something new?
hmm...well it is strange, i am not sure...do you have etk? then it sould be it
the next update by founix might do somehing, we will see...we have to get to the bottom of this
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
I do have etk, and everything else seems to be build just fine. I'm gonna switch over to the new mirror for all my PKGBUILDs and start a new complete build and see what happens. I'll post back the results.
Offline
it could, according to the mailinglist, that ou need updated packaes of etk
and for maerick:your error depends on ecore, update your ecore and install it, then recompile e from cvs
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
but I'm pretty sure I've had up-to-date versions of etk all the time. I'm compiling everything from the new mirror now though. Let's see what happens
Thanks for your help on this one, Cybertron. It's really appreciated.
Offline
no problem, i am happy to help
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
OK; this is what happened:
I edited all PKGBUILDs as to use the new mirror, which by the way is really really fast compared to sourceforge
Everything built except evidence (which wasn't to be found on the server), e, and of course evfs.
I installed the updated packages and started to build the failed packages anew. e built successfully, but evfs is still having issues. I get the exact the same errors...
I'm really at a loss here.
Offline
hmm...strange.....maybe we should post this tothe mailing list of e17...
Update: Have posted a question about evfs to the mailinglists of e17
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
Update: Have posted a question about evfs to the mailinglists of e17
Thanks alot. Let's see what happens....
hmmm.... maybe one should join that mailing list...
Offline
And weeeeeeeeeeee. I now have opengl mode operating correctly on my desktop. Just need to get this diff setup correctly and I will get it posted.
Offline
GREAT!!!!POST POST POST
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
whos your dady. Rename the package to whatever. Something with the word opengl. Also make sure you replace the regular e or e17 whatever you have it labeled with this. This completely works "NVIDIA USERS PREFERED" I have had no issues this is about 30x faster then regular software bs. You can run layered sky at about 2% or 3% cpu or any other animations. I play world of warcraft while in this mode via wine. So gg give it a try guys ..
PKGBUILD
pkgname=e
pkgver=CVS_$date
pkgrel=1
pkgdesc=""
url=""
license=""
depends=('ewl' 'evas' 'ecore' 'imlib2')
makedepends=()
conflicts=()
replaces=()
backup=()
groups=('e17')
install=
#source=($pkgname-$pkgver.tar.gz)
md5sums=()
build() {
export LDFLAGS="-L/opt/e17/lib"
export CPPFLAGS="-I/opt/e17/include"
export PATH=$PATH:/opt/e17/bin
cd $startdir/src/
cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/enlightenment co e17/apps/$pkgname
cd e17/apps/e
make distclean
# add right-click menu patch
cd $startdir/src/e17/apps/e/src/bin
patch --ignore-whitespace <$startdir/opengl.diff e_config.c
cd $startdir/src/e17/apps/e
./autogen.sh --prefix=/opt/e17
make || return 1
make DESTDIR=$startdir/pkg install
}
opengl.diff
--- e_config.c 2005-11-04 12:16:54.000000000 -0500
+++ e_config.c 2005-11-04 12:16:24.000000000 -0500
@@ -360,8 +360,16 @@
E_CONFIG_VAL(D, T, menu_eap_generic_show, INT); /**/
E_CONFIG_VAL(D, T, menu_eap_comment_show, INT); /**/
E_CONFIG_VAL(D, T, input_method, STR); /**/
- E_CONFIG_LIST(D, T, path_append_input_methods, _e_config_path_append_edd); /**/
-
+ E_CONFIG_LIST(D, T, path_append_input_methods, _e_config_path_append_edd);
+ E_CONFIG_VAL(D, T, evas_engine_default, INT);
+ E_CONFIG_VAL(D, T, evas_engine_container, INT);
+ E_CONFIG_VAL(D, T, evas_engine_init, INT);
+ E_CONFIG_VAL(D, T, evas_engine_menus, INT);
+ E_CONFIG_VAL(D, T, evas_engine_borders, INT);
+ E_CONFIG_VAL(D, T, evas_engine_errors, INT);
+ E_CONFIG_VAL(D, T, evas_engine_popups, INT);
+ E_CONFIG_VAL(D, T, evas_engine_drag, INT);
+
e_config = e_config_domain_load("e", _e_config_edd);
if (e_config)
{
@@ -416,8 +424,8 @@
e_config->use_edge_flip = 1;
e_config->edge_flip_timeout = 0.25;
e_config->evas_engine_default = E_EVAS_ENGINE_SOFTWARE_X11;
- e_config->evas_engine_container = E_EVAS_ENGINE_DEFAULT;
- e_config->evas_engine_init = E_EVAS_ENGINE_DEFAULT;
+ e_config->evas_engine_container = E_EVAS_ENGINE_GL_X11;
+ e_config->evas_engine_init = E_EVAS_ENGINE_GL_X11;
e_config->evas_engine_menus = E_EVAS_ENGINE_DEFAULT;
e_config->evas_engine_borders = E_EVAS_ENGINE_DEFAULT;
e_config->evas_engine_errors = E_EVAS_ENGINE_DEFAULT;
Offline
compiling right now *lookig forward to *hopefully* get this to work
i have been messing around with those containers and such for a while, but never gotten it to work correctly...
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
as long as your on a nvidia card it will work perfectly for you I havn't tested on an ati yet so I can't guarntee anything with that.
Offline
may have found a bug though others will have to tell me what they get. When I shrink firefox to just having a title bar I seem to get a massive spike. I am able to minimize it just fine to the ibox. Other windows don't seem to be having this problem for me.
Offline
i have an nvidia card so that shouldn't be a problem...
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
hmm...doesn't seem to work...or atleast not the effects....I tried using a couple of animated backgrounds, but they seems to be the same...
is there any way I can check if it actually is GL-accelerated?
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
just run layered backgroud you will know immedately if it works. If it didn't work then your probably not getting the diff correctly.
Offline