On Tue, 26 Apr 2011 21:00:40 -0300 Wido <wido...@gmail.com> said: > now that I recall, I've had problems compiling evas with opengl support (i > posted it here some time ago). And not sure about > 'texture-from-pixmap'.....how can I enable that?
it's there next to the gl engine option in comp. if u have the gl option... if you don't you're runing software compositing. the speed of rendering itself is entirely determined by the speed of your cpu and how fast u can write pixels to the framebuffer from system memory, BUT... updating client windows (eg scrolling firefox around - any updates that happen inside an application window) require a COPY from the pixmap to system memory. if the pixmap lives in video ram ANd the driver doesnt have some fast DMA path READING data from video memory can be VERY VERY VERY slow. video cards are designed for writes from system side, not for reads (note that integrated gpu's like intels don't have this problem as they have no video ram). my experience with nvidia's drivers though is that they do implement an accelerated dma path for fetches, unless this has changed recently. using opengl + texture from pixmap means there is no need to read. all data stays on the video card at all times and is drawn by the gpu in video memory directly. it will be as fast as your gpu is able to actually draw anything. as such i have the nvidia drivers on most of my machine and evas + gl work a treat on them - including the compositor. > 2011/4/26 Carsten Haitzler <ras...@rasterman.com> > > > On Tue, 26 Apr 2011 20:01:45 -0300 Wido <wido...@gmail.com> said: > > > > should be fast even with the software compositor. i run the software comp > > on a > > pentium-m 600mhz laptop without problems. sure - not totally silky smooth > > but > > manages 20-60fps (or better) the vast majority of the time. > > > > did you enable the opengl engine for comp and texture-from-pixmap? > > > > > hey! this is super-awesome!! but they work > > sssssssloooooooowwwwwwww....... I > > > have a phenom quad, 4G of ram and a geforce 9800GT with propietary > > > drivers....why is this sooooo slow? > > > > > > 2011/4/26 hannes.janet...@gmail.com <hannes.janet...@googlemail.com> > > > > > > > On Tue, Apr 26, 2011 at 8:18 PM, David Steiner > > > > <davidsteiner2...@gmail.com> wrote: > > > > > On Tue, 26 Apr 2011 00:17:21 -0500 > > > > > Jeff Hoogland <jeffhoogl...@linux.com> wrote: > > > > > > > > > >> I've had requests from some newer Bodhi users that I put together a > > > > >> weekly "tips and tricks" article to help new people learn the E > > > > >> desktop better. I like to think I know my way around the desktop > > > > >> fairly well, but I am sure there are still more than a few things I > > > > >> could learn. What are some of your favorite things that help make E > > > > >> your favorite desktop? Anything you'd like to share with new E > > users? > > > > >> > > > > > > > > > > * i like the defaults in the Standard profile. the look of it > > > > > (especially that grided background), and the shelf at the bottom. > > > > > > > > > > * the everything launcher is a life saver. > > > > > > > > > > * ecomorph, with expose like overview bound to a special key or mouse > > > > > button. > > > > > > > > > have you tried e17 comp module? there is now also comp-scale for e17 > > > > in e-modules-extra which provides the expo and scale effect > > > > > > > > > * many more that i cant think of now > > > > > > > > > > > > > > > > ------------------------------------------------------------------------------ > > > > > WhatsUp Gold - Download Free Network Management Software > > > > > The most intuitive, comprehensive, and cost-effective network > > > > > management toolset available today. Delivers lowest initial > > > > > acquisition cost and overall TCO of any competing solution. > > > > > http://p.sf.net/sfu/whatsupgold-sd > > > > > _______________________________________________ > > > > > enlightenment-users mailing list > > > > > enlightenment-users@lists.sourceforge.net > > > > > https://lists.sourceforge.net/lists/listinfo/enlightenment-users > > > > > > > > > > > > > > > > > > > ------------------------------------------------------------------------------ > > > > WhatsUp Gold - Download Free Network Management Software > > > > The most intuitive, comprehensive, and cost-effective network > > > > management toolset available today. Delivers lowest initial > > > > acquisition cost and overall TCO of any competing solution. > > > > http://p.sf.net/sfu/whatsupgold-sd > > > > _______________________________________________ > > > > enlightenment-users mailing list > > > > enlightenment-users@lists.sourceforge.net > > > > https://lists.sourceforge.net/lists/listinfo/enlightenment-users > > > > > > > > > > > > > > > > -- > > > Wido > > > > > ------------------------------------------------------------------------------ > > > WhatsUp Gold - Download Free Network Management Software > > > The most intuitive, comprehensive, and cost-effective network > > > management toolset available today. Delivers lowest initial > > > acquisition cost and overall TCO of any competing solution. > > > http://p.sf.net/sfu/whatsupgold-sd > > > _______________________________________________ > > > enlightenment-users mailing list > > > enlightenment-users@lists.sourceforge.net > > > https://lists.sourceforge.net/lists/listinfo/enlightenment-users > > > > > > > > > -- > > ------------- Codito, ergo sum - "I code, therefore I am" -------------- > > The Rasterman (Carsten Haitzler) ras...@rasterman.com > > > > > > > -- > Wido -- ------------- Codito, ergo sum - "I code, therefore I am" -------------- The Rasterman (Carsten Haitzler) ras...@rasterman.com ------------------------------------------------------------------------------ WhatsUp Gold - Download Free Network Management Software The most intuitive, comprehensive, and cost-effective network management toolset available today. Delivers lowest initial acquisition cost and overall TCO of any competing solution. http://p.sf.net/sfu/whatsupgold-sd _______________________________________________ enlightenment-users mailing list enlightenment-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-users