在 Mac 终端中,可以使用以下命令修改屏幕分辨率: sudo system_profiler SPDisplaysDataType | grep Resolution 查看当前分辨率 sudo defaults write /Library/Preferences/com.apple.windowserver.plist DisplayResolutionEnabled -bool YES 启用修改分辨率功能 sudo defaults write /Library/Preferences/com.apple.windowserver.plist Resolution -string "你想要的分辨率数值" 设定具体的分辨率,例如 "1920x1080" [2025-01-13 21:47:16 | AI问答 | 103点数解答]