1
20015jjw 2019-10-18 13:42:05 +08:00 via Android
duet 和 luna 可以
sidecar 貌似不行 不过那么点大的屏幕当主力屏也太对不起自己了吧 |
2
alex1111111 2019-10-18 14:19:38 +08:00 1
Sidecar 开机不能自动选择屏幕源,即便连着线。
|
3
Themyth OP |
4
ericwoflskin 2019-10-18 15:13:42 +08:00 3
lz 是想搭一台收银机吗
|
6
Themyth OP |
7
20015jjw 2019-10-18 15:43:29 +08:00
@Themyth
反正我觉得没必要啦 这个场景太少了 mac mini 要想平时没屏幕 那早就有解决方案了 用不上 sidecar 顺便 sidecar 的意思就是摩托车边上那个兜 重点还是摩托车本体 |
8
Tink 2019-10-18 15:51:18 +08:00
写个脚本,开机自动开启 sidecar 并选择 ipad,应该可行
|
9
zhaidoudou123 2019-10-18 16:10:27 +08:00
先从 iPad 用 vnc 连上去再随航?
|
10
Themyth OP @zhaidoudou123 你这个 idea 不错 操作起来比较简单。
|
11
ddy 2019-10-18 17:14:53 +08:00
试试 Luna Display
Yes, it is possible to use your iPad as the only display for the Mac mini after you complete the set up for Luna Display. Please note, an external display will be needed during the initial setup process for Luna Display. If you'd like to avoid using an external display every time you turn the Mac on, you will need to set your Mac mini up for automatic login and disable FileVault. This way when you shut off your computer and allow it to restart any apps upon bootup, your Mac Mini will just autologin and run the Luna software at startup. Please follow this link to see how to use an iPad as the main display for Mac mini and enable the automatic login: |
12
gangsta 2019-10-18 17:23:43 +08:00 1
也曾这么想过 (比如 nuc + GoBigger 那种 type-c 便携显示器, 体积要更小), 问题是, 如果是出门用 /出差的场景, 你还得带着鼠标和键盘啊, 加上电源线各种线, 一套下来要带的东西不少了, 还不一定有插头, 嘿~ 到最后都是老老实实 mbp.
|
13
zhangchimr 2019-10-18 18:34:45 +08:00 via iPhone
@ericwoflskin 笑死了哈哈哈
|
15
HollowKnight 2019-10-21 10:01:01 +08:00
我已经试过了,没法开机启动就用 iPad 显示桌面,必须得点击链接,不能自动化
|
16
Themyth OP @HollowKnight 好吧。。我已经放弃这个想法了
|
17
lzy4ever 2019-12-23 11:10:29 +08:00 via iPad
有没有第三方 app 可以设置开机连接 iPad 当屏幕,然后等开机之后再手动切换成 sidecar
|
18
lzy4ever 2019-12-27 03:38:36 +08:00
测试了一下,用任意第三方远程桌面软件,设置开机自启,Mac 系统自动登录,然后 iPad 端先使用第三方软件连接到 Mac,忍受一下卡顿,开启随航模式,设置为“镜像随航显示器”,然后退出远程软件即可,如果担心 Wi-Fi 速度慢,可以用 type-c 线缆连接,显示效果比我的 1080P 显示器好太多了🤣
|
20
lzy4ever 2019-12-28 19:02:21 +08:00
@Themyth 文字描述的确很复杂,实际上设置好之后,就三步,打开 ipad 远程控制 app 连接电脑,然后连接随航显示器,然后退出远程控制 app,就搞定了
|
22
lzy4ever 2019-12-29 10:28:46 +08:00 via iPhone
@Themyth #21 目前有些遗憾的是 iPad Pro11 哪怕有线连接也不能到 120hz 的刷新率,并且略有延迟🤷🏻♂️
|
24
jheroy 2021-11-03 09:08:15 +08:00
@Themyth 苹果的都可以自动化 applescript 了解一下
··· tell application "System Preferences" activate set the current pane to pane id "com.apple.preference.Displays" get the name of every anchor of pane id "com.apple.preference.Displays" delay 2 tell application "System Events" click pop up button "Add Display" of window "Displays" of application process "System Preferences" click menu item "wen 的 iPad" of menu "Add Display" of pop up button "Add Display" of window "Displays" of application process "System Preferences" end tell quit end tell ··· 这是 monterey 系统的脚本,如果开启了自动登录的话,把这个脚本弄成启动执行就行了 |