Skip to content
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

Reconsider software OpenGL approach #302

Open
mliberty1 opened this issue Feb 14, 2025 · 0 comments
Open

Reconsider software OpenGL approach #302

mliberty1 opened this issue Feb 14, 2025 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@mliberty1
Copy link
Member

Joulescope model

JS220

UI version

1.2.5

Your idea

Qt6 removed opengl32sw.dll from the distribution. We need to reconsider how to best support OpenGL going forward.

OpenGL is well-supported on macOS and Linux. Windows is the challenge with older machines that have Intel Graphics and buggy / out-of-date drivers.

Perhaps we can consider recommending Mesa3D for the customers who run into issues? Here is what another OpenGL application recommends.

One of our customers used Mesa3D to support ancient (circa 2010) hardware with Windows 10. Here was the process:

  • Go to https://github.com/pal1000/mesa-dist-win/releases
    • download mesa3d-24.3.4-release-msvc.7z (for windows 10)
  • with file explorer (assuming 7z installed) ...
    • extract the zip.
    • copy opengl32.dll, libglapi.dll, and libgallium_wgl.dll​ files.
    • and paste into C:\Program Files\Joulescope
  • from cmd prompt in any folder ...
    • setx GALLIUM_DRIVER llvmpipe

Does your idea concern a specific OS?

Windows 10

@mliberty1 mliberty1 added the enhancement New feature or request label Feb 14, 2025
@mliberty1 mliberty1 self-assigned this Feb 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: No status
Development

No branches or pull requests

1 participant