From: CLEMENTS, R. <rcl...@ke...> - 2007-09-28 15:05:35
|
I have used x11vnc http://www.karlrunge.com/x11vnc/ to do a similar = task. It may be of use to you, I was using it to route GL rendering = through VNC. =20 Dan B. Phung wrote: > Is there a way to run a full desktop using Chromium over VNC? I tried = > having the application be something like 'gnome-session', but the VNC=20 > SPU uses the render's display for the window manager. This model = would=20 > have everything being rendering by the render spu, opengl + Xlib,=20 > etc....So maybe my attempt was just destined to fail.=20 There's no way to render Xlib-based drawing with the render SPU. > The other way I see of doing this is to have a modified VNC server and = > some other glue/hacks that ensure that opengl commands get routed to = the=20 > CR lib. If the user wants to have the rendering happening on the=20 > client, the vncviewer would have to be modified to start a crserver,=20 > render spu, etc.... >=20 > Does any of this exist? See http://vncproxy.sourceforge.net/ The basic idea is to use the XF4VNC module to send your X desktop to a=20 VNC viewer (or the VNC Proxy). Then, use the Chromium VNC SPU to=20 convert GL rendering into VNC protocol. Those two sources get sent to=20 the VNC Proxy, which in turn, acts as a VNC server to some number of=20 viewers. The Proxy basically aggregates two (or more) VNC streams=20 coming from Xlib and GL rendering into one. -Brian -------------------------------------------------------------------------= This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Chromium-users mailing list Chr...@li... https://lists.sourceforge.net/lists/listinfo/chromium-users |