Version 1 (modified by 7 years ago) (diff) | ,
---|
OpenGL Applications
You can run OpenGL applications in an xpra session in a number of ways:
- by running the xpra session directly on a "real" X11 server using an accelerated display driver - this is hard to setup and undocumented: you need to use the
xvfb
switch to start an accelerated X11 server - by shadowing an existing accelerated X11 server (sub-optimal)
- by using VirtualGL
This is not related at all to the OpenGL client rendering: you can connect with any client you want, accelerated or not.
VirtualGL setup
Usually, you can just vglrun
your application and things will "just work".
That is the case for simple application like glxgears
/ glxspheres
.
Other applications may require more complicated workarounds, see the extensive VirtualGL documentation for details.
Caveat: for some unknown reason, you may need to use /etc/ld.so.preload
instead of LD_PRELOAD
to make some suid applications work.