Changes between Version 17 and Version 18 of Usage/OpenGL
- Timestamp:
- 09/11/15 08:29:02 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Usage/OpenGL
v17 v18 5 5 You can run [https://www.opengl.org/ OpenGL] applications in an xpra session in a number of ways: 6 6 * by default the [/wiki/Xdummy] display server supports software opengl - but your proprietary drivers may interfere with this 7 * 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 (modified xorg.conf) 7 * 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 (modified xorg.conf), or use the {{{--use-display}}} switch 8 8 * by [/wiki/ShadowServer shadowing] an existing accelerated X11 server (sub-optimal) 9 9 * by using [http://www.virtualgl.org/ VirtualGL] … … 33 33 }}} 34 34 If you application is suid, you may also need to chmod it. 35 36 Applications launched in this way are tied to two displays: the one they run on which started by xpra and the one that provides the opengl drivers, if either one of those displays is stopped then the application will crash. 35 37 }}} 36 38