Changes between Version 22 and Version 23 of Usage/OpenGL
- Timestamp:
- 03/29/17 06:15:50 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Usage/OpenGL
v22 v23 8 8 * by running the xpra session directly on a "real" X11 server using a standard 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 to bind to an existing one 9 9 * by [/wiki/ShadowServer shadowing] an existing accelerated X11 server (sub-optimal, slow) 10 * Using Xwayland and a wayland compositor. In X11 you can use weston as compositor. Start weston, open terminal in it, and start xpra server with xvfb switch to use Xwayland: 11 {{{ 12 xpra start :20 --xvfb "/usr/bin/Xwayland -rootless -noreset" 13 }}} 14 10 15 11 16 [[BR]]