You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After I run ./kvncviewer.sh ..., the log shows that the connection was successful and that the display is updating, but the user interface still shows on the screen. This seems similar to #9 but instead of bleed-through, there is no VNC display on the screen.
Here's part of the output:
06/10/2019 17:25:44 VNC server supports protocol version 3.8 (viewer 3.8)
06/10/2019 17:25:44 We have 2 security types to read
06/10/2019 17:25:44 0) Received security type 2
06/10/2019 17:25:44 Selecting security type 2 (0/2 in the list)
06/10/2019 17:25:44 1) Received security type 16
06/10/2019 17:25:44 Selected Security Scheme 2
06/10/2019 17:25:44 VNC authentication succeeded
06/10/2019 17:25:44 Desktop name "pi's X desktop (octopi:1)"
06/10/2019 17:25:44 Connected to VNC server, using protocol version 3.8
06/10/2019 17:25:44 VNC server default format:
06/10/2019 17:25:44 16 bits per pixel.
06/10/2019 17:25:44 Least significant byte first in each pixel.
06/10/2019 17:25:44 TRUE colour: max red 31 green 63 blue 31, shift red 11 green 5 blue 0
partially updating eink display (0,0)-(1071,1447)
partially updating eink display (279,0)-(1071,884)
partially updating eink display (0,0)-(1071,1447)
partially updating eink display (0,0)-(1071,1447)
partially updating eink display (0,0)-(1071,1447)
partially updating eink display (0,0)-(1071,1447)
The text was updated successfully, but these errors were encountered:
I think it's basically the e-ink refresh and stuff like that that isn't working on the newer model. Currently (and this probably means the next years) I do not really have enough time to work on this old side project of mine - sorry. If someone were to work on this - porting over the latest display code from Koreader would probably fix this issue.
After I run
./kvncviewer.sh ...
, the log shows that the connection was successful and that the display is updating, but the user interface still shows on the screen. This seems similar to #9 but instead of bleed-through, there is no VNC display on the screen.Here's part of the output:
The text was updated successfully, but these errors were encountered: