On Wed, 02 Jan 2013 15:40:25 -0500 (EST) Grant Haywood <gr...@iowntheinter.net>
said:

> Im not sure - definatley not in hardware though I dont see why it wouldn't
> support software rendering.

compositing has nothing to do with hardware. it's simply redirecting rendering
to a pixmap s opposed to the window. combined with its "borther" the "damage"
extension which lets you track damages (draws/updates to the window that has
been redirected to the pixmap etc.), etc. you can then do compositing. what you
USE to do the rendering of the compositing is a separate matter. e17 uses evas
for all of it. evas offers many rendering engines, the 2 of which that matter
here are the software x11 one and the gl x11 one - these are offered by the
compositor as options to do the rendering of the pixmaps.

> I would like to launch e17 in xvfb and attach a vnc server to it 
> 
> ----- Original Message -----
> From: "Carsten Haitzler" <ras...@rasterman.com>
> To: "Enlightenment users discussion & support"
> <enlightenment-users@lists.sourceforge.net> Cc: "Grant Haywood"
> <gr...@iowntheinter.net> Sent: Wednesday, January 2, 2013 1:45:43 AM
> Subject: Re: [e-users] xvfb
> 
> On Wed, 02 Jan 2013 03:03:19 -0500 (EST) Grant Haywood
> <gr...@iowntheinter.net> said:
> 
> > Hello,
> > Does e17 support being launched inside xvfb?
> 
> dunno... never tried. does it support compositing?
> 
> -- 
> ------------- Codito, ergo sum - "I code, therefore I am" --------------
> The Rasterman (Carsten Haitzler)    ras...@rasterman.com
> 
> 
> ------------------------------------------------------------------------------
> Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
> and much more. Keep your Java skills current with LearnJavaNow -
> 200+ hours of step-by-step video tutorials by Java experts.
> SALE $49.99 this month only -- learn more at:
> http://p.sf.net/sfu/learnmore_122612 
> _______________________________________________
> 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


------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122712
_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to