johndbritton / teleport

Virtual KVM for macOS
GNU General Public License v2.0
790 stars 132 forks source link

Monitor doesn't turn on when moving control to Apple Silicon Mac #59

Open francosolerio opened 3 years ago

francosolerio commented 3 years ago

Main Mac is an Intel MacBook Pro running Catalina. Controlled Mac is a MacMini with M1 running Big Sur.

Controlled Mac had the display turned off by energy saving features, but is not in standby ("Prevent computer from sleeping automatically when the display is off" is checked in system preferences).

When trying got move control from the main Mac the controlled Mac the monitor doesn't turn back on. Additionally the transparent HUD appears on the main Mac's display, but it's not possible to move the mouse pointer back to the main Mac, so everything is stuck. The only way to unlock and return control to the user is pressing the power button on the controlled Mac, or connecting to the controlled Mac from a third device via screen sharing. This makes the display turn on and makes Teleport resume activity.

When the controlled Mac is an Intel MacMini running Catalina with the same settings, the display turns on as soon as I try to move control from the main Mac to the controlled Mac.

Teleport version: 1.2.2 (built from commit 17921377e1e2e92bfba6875c7942793cfcdeda85)

johndbritton commented 3 years ago

Thanks for the detailed report.

Are you able to reproduce the issue on an intel Mac with Big Sur? Trying to determine if it's just an OS issue or related to running under Rosetta.

francosolerio commented 3 years ago

I'm sorry I have no Intel Mac with Big Sur available at this time.

tomads commented 3 years ago

Hi.

There are no such troubles with teleport on BigSur-machines (client & server). Also no troubles on catalina/Big Sur mixed machines.

Am 09.12.2020 um 11:43 schrieb Franco Solerio notifications@github.com:

I'm sorry I have no Intel Mac with Big Sur available at this time.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/abyssoft/teleport/issues/59#issuecomment-741688930, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABLVU4H53PXUDTUTNNWGV53ST5IFZANCNFSM4UPJ2MOA.

okdt commented 3 years ago

No troubles between Catalina/Intel and Big Sur/M1. big thanks.

reaperhulk commented 3 years ago

I can replicate this issue (although I'm Big Sur x86_64 -> Big Sur arm64) with a copy of teleport built natively for arm64 (using #61) so it doesn't appear to be an arch issue.

johndbritton commented 3 years ago

I can replicate this issue (although I'm Big Sur x86_64 -> Big Sur arm64) with a copy of teleport built natively for arm64 (using #61) so it doesn't appear to be an arch issue.

Thanks for reporting and also for the PR.