Changes between Version 24 and Version 25 of Usage/OpenGL
- Timestamp:
- 03/29/17 19:34:03 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Usage/OpenGL
v24 v25 12 12 xpra start :20 --xvfb "/usr/bin/Xwayland -rootless -noreset" 13 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/mycustomsocket18 xpra start :20 --xvfb "/usr/bin/Xwayland -rootless -noreset"19 }}}20 21 14 22 15 [[BR]]