-
Notifications
You must be signed in to change notification settings - Fork 199
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To support old Nvidia GPUs ReText should use PyOpenGL for OpenGL rendering #399
Comments
Can you try to |
Thank you for reply!
|
Ok. One more question: can you reproduce the bug with the latest PyQt, v5.11.3? If it is still reproducible then I will add a workaround here. |
Upgrading to 5.11.3 does not help. So workaround is needed. Thank you! |
Can you try the linked commit? If it works for you then I will merge it to master. I have used a workaround from this comment that does not require PyOpenGL dependency. |
Just tested this commit on both 9600 GT and GT 425M - ReText is working normally. |
As you may know I use ReText editor very often for Markdown editing on different GPUs platforms - I have no problems on AMD/ATI and Intel.
I have two machines with Nvidia 9600 GT (using 340.104 driver) and Nvidia GT 425M (using 384.130 driver) running Ubuntu 16.04.5 LTS. Both have correctly configured OpenGL (the outputs of
glxinfo
,vainfo
,nvidia-settings
are correct).I installed ReText with:
and got black preview window when using Edit→Use WebEngine (Chromium) renderer and two kinds of errors in the console:
and
The complete analysis is shown on AskUbuntu Q&A.
Both errors are fixable by switching to PyOpenGL (adding
from OpenGL import GL
to header section):Could you please consider to use PyOpenGL in the source code by default (or at least as fallback)?
The text was updated successfully, but these errors were encountered: