i want to start automatically multiple VNC sessions and read capture the
video buffers for each of the X displays being used.

 I'm able currently to do this by using Xvfb;

Xvfb :1 -screen 0 1024x768x24 -fbdir vfb_test/fbdir &

 run applications in the assigned X display

export DISPLAY=localhost:1.0
firefox &


 and directly access the framebuffer.

ifstream file ("vfb_test/screen0_0" , ios::in | ios::binary | ios::ate);


 The only downside is that this uses software rendering, so i'm hoping that
virtualGL/turboVNC can help me achieve the same goal without sacrificing
hardware acceleration.

Any ideas how should i approach this problem?
------------------------------------------------------------------------------
LogMeIn Central: Instant, anywhere, Remote PC access and management.
Stay in control, update software, and manage PCs from one command center
Diagnose problems and improve visibility into emerging IT issues
Automate, monitor and manage. Do more in less time with Central
http://p.sf.net/sfu/logmein12331_d2d
_______________________________________________
VirtualGL-Users mailing list
VirtualGL-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtualgl-users

Reply via email to