Changes between Version 18 and Version 19 of Usage/OpenGL
- Timestamp:
- 10/22/15 17:57:40 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Usage/OpenGL
v18 v19 4 4 5 5 You can run [https://www.opengl.org/ OpenGL] applications in an xpra session in a number of ways: 6 * by default the [/wiki/Xdummy] display server supports software opengl - but your proprietary drivers may interfere with this 6 * by default the [/wiki/Xdummy] display server supports software opengl - but your proprietary drivers may interfere with this, and it will not use any GPU acceleration 7 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 * by using [http://www.virtualgl.org/ VirtualGL] 9 * by using [http://www.virtualgl.org/ VirtualGL], which allows GPU acceleration 10 10 11 11 [[BR]]