Skip to content

Commit

Permalink
README: add hint for possible graphics issue solution for win systems
Browse files Browse the repository at this point in the history
Signed-off-by: Martin <[email protected]>
  • Loading branch information
Ho-Ro committed Mar 24, 2024
1 parent d0f44f8 commit ffd1691
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
2024-03-24 (fe3d032): Fix voltageScale to correct indices for ISDS205b
2024-03-24 (d0f44f8): Fix voltageScale to correct indices for ISDS205b
2024-03-24 (09d0e28): Merge branch 'isds205b/channelCalFix' of https://github.com/wakass/OpenHantek6022 into wakass-isds205b/channelCalFix
2024-03-24 (a207f5f): Fix voltageScale to correct indices
2024-03-15 (b9d6560): README update, add solution Crostini graphics issue; build info update
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,8 @@ It has been reported that the MINGW binary build on some Windows systems had pro
and led to a black screen without traces. In these cases, the switch to the MSVC binary build can help.

Similar [issues](https://github.com/OpenHantek/OpenHantek6022/issues/350) with Linux on ChromeOS (Crostini) can be solved by setting the environment variable `LIBGL_ALWAYS_SOFTWARE=1` when using OpenHantek.
This could also be a solution for the above MINGW issue, see e.g. #360 and #388 - not yet confirmed.
This could also be a solution for the above MINGW issue, see e.g. [#360](https://github.com/OpenHantek/OpenHantek6022/issues/360)
and [#388](https://github.com/OpenHantek/OpenHantek6022/issues/388) - not yet confirmed.

The Raspberry Pi build uses OpenGL ES automatically, check also the [graphics driver setup](docs/build.md#raspberrypi).

Expand Down

0 comments on commit ffd1691

Please sign in to comment.