Changes between Version 65 and Version 66 of FAQ
- Timestamp:
- 05/27/15 18:22:02 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FAQ
v65 v66 153 153 Install [https://projects.gnome.org/gtkglext/ gtkglext] and its Python bindings to enable support for {{{OpenGL}}}. 154 154 * How do I enable {{{OpenGL}}} or other X11 extensions on the server? 155 Please see [/wiki/Xdummy Xdummy], for acceleration see [http://www.virtualgl.org/ virtualgl] 155 Please see [/wiki/Xdummy Xdummy], for acceleration see [http://www.virtualgl.org/ virtualgl], usually just need to run {{{vglrun YOURAPP}}} from within the xpra session. 156 156 * "{{{No OpenGL_accelerate module loaded}}}" 157 157 You can install the required module: [http://pyopengl.sourceforge.net/pydoc/OpenGL_accelerate.html OpenGL_accelerate] or you can ignore this warning, it only means that some {{{OpenGL}}} operations will not be fully accelerated. (Note, if you install python-opengl via distro package manager, e.g. apt, you should not install OpenGL_accelerate directly using pip. That would likely install the latest version which may well be incompatible with PyOpenGL installed via package manager. Rather, you should go to OpenGL_accelerate website and download the version that is the same with your python-opengl package and install it manually!)