Changes between Version 20 and Version 21 of Usage/OpenGL
- Timestamp:
- 04/18/16 06:55:17 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Usage/OpenGL
v20 v21 21 21 That is the case for simple application like {{{glxgears}}} / {{{glxspheres}}}. 22 22 23 In version 0.17, you can ensure that all client applications are launched using vglrun by using the {{{exec-wrapper}}} option in the global config file. 24 25 Note: applications launched in this way are tied to two displays: the one they run on which started by xpra and the one that provides the opengl acceleration, if either one of those displays is stopped then the application will crash. 26 27 ---- 28 23 29 Other applications may require more complicated workarounds, see the extensive [http://svn.code.sf.net/p/virtualgl/code/tags/2.4.1/doc/index.html VirtualGL documentation] for details, in particular [http://svn.code.sf.net/p/virtualgl/code/tags/2.4.1/doc/index.html#hd0012 12: Using VirtualGL with setuid/setgid Executables]. 24 30 … … 33 39 }}} 34 40 If you application is suid, you may also need to chmod it. 35 36 Applications launched in this way are tied to two displays: the one they run on which started by xpra and the one that provides the opengl drivers, if either one of those displays is stopped then the application will crash.37 41 }}} 38 42