Changes between Version 28 and Version 29 of Usage/OpenGL
- Timestamp:
- 07/07/19 10:40:15 (22 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Usage/OpenGL
v28 v29 13 13 * 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 14 14 * by [/wiki/ShadowServer shadowing] an existing accelerated X11 server (sub-optimal, slow) 15 * 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:15 * Using Xwayland and a Wayland compositor. In X11 you can use Weston as compositor. Start Weston, open terminal in it, start Xwayland, and start xpra server with `-use-display`. You can hide the Weston window with `xdotool` to get it out of view. 16 16 {{{ 17 xpra start :20 --xvfb "/usr/bin/Xwayland -rootless -noreset" 17 Xwayland :20 & 18 xpra start :20 --use-display 18 19 }}} 19 20