From ffd1691a0fe0a6ee74f68922fa41e3247f2bfb07 Mon Sep 17 00:00:00 2001 From: Martin Date: Sun, 24 Mar 2024 19:23:07 +0100 Subject: [PATCH] README: add hint for possible graphics issue solution for win systems Signed-off-by: Martin --- CHANGELOG | 2 +- README.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 7cd42838..32ebc9bd 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 diff --git a/README.md b/README.md index a4eee9fe..dd35df54 100644 --- a/README.md +++ b/README.md @@ -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).