Changes between Version 23 and Version 24 of Usage/OpenGL
- Timestamp:
- 03/29/17 06:40:17 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Usage/OpenGL
v23 v24 10 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 11 {{{ 12 xpra start :20 --xvfb "/usr/bin/Xwayland -rootless -noreset" 13 }}} 14 To run this setup in a script, you can either look for wayland socket in XDG_RUNTIME_DIR or specify a custom one and set environment variable WAYLAND_DISPLAY: 15 {{{ 16 weston --socket=/tmp/mycustomsocket & 17 export WAYLAND_DISPLAY=/tmp/mycustomsocket 12 18 xpra start :20 --xvfb "/usr/bin/Xwayland -rootless -noreset" 13 19 }}}