From 989a09f3e14fe1cff98847b371061934f304bc38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Hrdli=C4=8Dka?= Date: Thu, 21 Apr 2022 17:23:05 +0200 Subject: [PATCH 1/2] Update v3.4 known issues --- _posts/2022-04-20-86box-v3-4.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_posts/2022-04-20-86box-v3-4.md b/_posts/2022-04-20-86box-v3-4.md index 79ce3f9..868ed14 100644 --- a/_posts/2022-04-20-86box-v3-4.md +++ b/_posts/2022-04-20-86box-v3-4.md @@ -64,3 +64,5 @@ Apple hardware is expensive. While their chips provide good performance for the * **Mouse input** does not work properly on some Linux hosts, especially when dragging with a button held down. This issue dates back to v3.2, but it can now be worked around by starting 86Box from a terminal with the `EMU86BOX_MOUSE` environment variable to `evdev` (and making sure your user is part of the `input` group or otherwise has the right permissions to access `/dev/input/event*`), for example: `EMU86BOX_MOUSE=evdev ./86Box-Linux-....AppImage` * The host mouse cursor may **escape the 86Box window** when using the aforementioned workaround * While mouse movement through **Remote Desktop** on Windows hosts was fixed, it still isn't perfect +* Using the **middle mouse button** to release the mouse does not work. As a workaround, use the keystroke shown in the status message to do so. +* The log is not printed to the **standard output**. This does not affect using the `-L` command line switch to write the log to a file. From bf620b62881c38d03d08bb90edfa06a5af459703 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Hrdli=C4=8Dka?= Date: Thu, 21 Apr 2022 18:11:04 +0200 Subject: [PATCH 2/2] This is apparently intended behavior, nevermind --- _posts/2022-04-20-86box-v3-4.md | 1 - 1 file changed, 1 deletion(-) diff --git a/_posts/2022-04-20-86box-v3-4.md b/_posts/2022-04-20-86box-v3-4.md index 868ed14..28ceb1e 100644 --- a/_posts/2022-04-20-86box-v3-4.md +++ b/_posts/2022-04-20-86box-v3-4.md @@ -65,4 +65,3 @@ Apple hardware is expensive. While their chips provide good performance for the * The host mouse cursor may **escape the 86Box window** when using the aforementioned workaround * While mouse movement through **Remote Desktop** on Windows hosts was fixed, it still isn't perfect * Using the **middle mouse button** to release the mouse does not work. As a workaround, use the keystroke shown in the status message to do so. -* The log is not printed to the **standard output**. This does not affect using the `-L` command line switch to write the log to a file.