| 25 | |
| 26 | ---- |
| 27 | |
| 28 | == OpenGL Notes == |
| 29 | |
| 30 | Some drivers are blacklisted for {{{OpenGL}}} support, for example {{{nouveau}}} on Linux. |
| 31 | To test/diagnose your system support for {{{OpenGL}}}, run: |
| 32 | * on Posix: |
| 33 | {{{ |
| 34 | python ./xpra/gl/gl_check.py |
| 35 | }}} |
| 36 | * on MS Windows: |
| 37 | {{{ |
| 38 | OpenGL_check.exe |
| 39 | }}} |
| 40 | |
| 41 | The output will show the driver, vendor and the status of various required extensions. |
| 42 | Related tickets: |
| 43 | * #147 - original feature ticket |
| 44 | * #150 - {{{OpenGL}}} usage bugs |
| 45 | * #226 - OSX specific issues (unresolved) |
| 46 | * #227 - MS Windows specific issues |
| 47 | * #229 - bug: hard crash |