docs(nanokvm-go): add bilingual FAQ and update images (#1015)

This commit is contained in:
梁子月
2026-08-25 18:12:51 +08:00
committed by GitHub
parent 6360d5c6b8
commit 4232192272
5 changed files with 180 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View File

@@ -0,0 +1,90 @@
---
title: F&Q
keywords: NanoKVM Go, KVM, USB-C, DisplayPort Alt, FAQ
---
## Video Issues
### "No video signal" when connected to the host device
If NanoKVM Go shows "no video signal" after connecting to the host device, make sure the host's USB-C port **supports USB-C DisplayPort Alt mode (DP Alt Mode)**, and that the cable you are using is a **full-featured USB-C cable**.
The host's USB-C port must support DP Alt mode (i.e. it can output a DP signal over the USB-C port), and the cable must be a full-featured USB-C data cable, for NanoKVM Go to receive the video signal. If the port does not support video output, or you are using a charge-only cable, no picture will be displayed.
### After setting the EDID, the resolution shown on the NanoKVM Go screen does not match the one you set
If, after setting the EDID, the **resolution shown on the NanoKVM Go screen** does not match the EDID you set, it is usually because the host device selected a **scaled display mode** instead of the real output mode declared in the EDID.
The resolution shown in the operating system does **not always represent the real video output resolution**. Some options are just scaled display effects; even if they look like the target resolution, **the picture shown on the NanoKVM Go screen** is still the scaled effect.
Please follow these steps to set the **real output resolution**:
1. Make sure the target resolution and refresh rate combination **exists in the current EDID's declared list**. Even if the OS offers a particular resolution, if it is not a real output mode declared by that EDID, you may not get the result you want.
2. **Windows**: Use `Settings``System``Display``Advanced display settings` → select `NanoKVM-Go``Display adapter properties``List all modes`, and choose the **target resolution and refresh rate listed in the table**.
3. **macOS**: Open `System Settings``Displays`, turn on `Show all resolutions`. Prefer the option marked **"Low Resolution"** whose resolution and refresh rate combination exists in the EDID list, and make sure the refresh rate matches.
> For more details and a resolution reference table, please refer to [Resolution and EDID Settings](https://wiki.sipeed.com/hardware/en/kvm/NanoKVM_Go/resolution.html). After changing the EDID, the host may briefly black out, re-detect the display, or rearrange windows; this is normal.
### Mouse moves but clicking programs has no effect (multi-display scenario)
If the host device has **both a physical monitor and NanoKVM Go** connected, and when controlling the host from NanoKVM's web page the **mouse cursor moves but clicking a program or performing an action produces no visible response**, this is usually a **primary display** issue.
When a host has multiple displays, one of them is the **primary display**. If the primary display is the physical monitor and **NanoKVM Go is only an extended display**, then the windows, menus and program interfaces you click on actually appear on the **primary display (the physical monitor)**. NanoKVM Go only captures the extended display, so the changes from these actions are not visible in NanoKVM's web page — it looks like "clicking does nothing", even though the mouse cursor itself can move.
**Solution:**
1. In the host's display settings, set **NanoKVM Go as the primary display (Primary)**, or set the two displays to **mirror (Mirror)**.
2. After that, the picture produced by clicking programs etc. will appear on the display captured by NanoKVM.
> Windows: `Settings` → `System` → `Display` → select the display → check "Make this my main display".
> macOS: `System Settings` → `Displays` → set the primary display in the display arrangement, or use "Mirror Displays".
### iOS device shows no local video frames when playing streaming video in a video app
If an iPhone/iPad **does not show video on its own screen (no local video frames)** when playing streaming video through a video app (such as YouTube, Netflix, etc.), this is because after the iOS device connects to a screen mirroring device, these video apps will **output the video to the external device via AirPlay by default**.
In other words, the video picture is output via AirPlay to the NanoKVM Go (the screen mirroring device) side, and the iOS device no longer shows the local video frames for that video on its own screen. This is a **default iOS system behavior** and cannot be turned off or disabled in the system.
## Keyboard & Input Issues
### The host is a phone and the password keyboard does not appear after the screen is locked
If the host device is a phone (Apple or Android), when the phone screen is locked, the NanoKVM Go web page may be **unable to show the password input keyboard**. In this case you do not need to bring up the keyboard on the phone; you can directly enter the password with the **keyboard on the control side (the NanoKVM web page)**.
If the phone requires a **swipe up** to reach the password entry screen after locking, you can first **press the spacebar** on the control side (equivalent to a swipe-up action) to reach the password entry screen, then enter the password directly.
### When the host is an iPhone, the mouse stays in a pressed (dragging) state
If the host device is an iPhone, using the mouse to control it may result in the mouse staying in a **pressed state** (like continuous dragging). This is because touch gestures are not handled correctly after connecting to the iPhone.
Click the mouse style button in the floating toolbar of the web control page and select **`Repair iPhone drag`** to fix this. After each successful connection to an iPhone, you need to click this option, otherwise the mouse may stay pressed.
![NanoKVM Go repair iPhone drag](./../../../assets/NanoKVM/go/quick_start/nanokvm-go-fix-iphone-drag-en.webp)
### Mouse pointer misaligned when mirroring iPhone/iPad in portrait or landscape
When an iPhone/iPad is mirrored in portrait or landscape, even after you adjust the screen orientation in the console, **the mouse pointer on the control side may still not align precisely with the picture**.
This is because precise cursor tracking on the iPhone/iPad requires **the device's gyroscope orientation to exactly match the current screen orientation**. During remote control, the system may not correctly detect the current gyroscope state, which causes the mouse pointer to deviate.
**Solution:**
Enable **Orientation Lock (portrait/rotation lock)** on the iPhone/iPad to ensure accurate cursor tracking.
![iPhone Orientation Lock](./../../../assets/NanoKVM/go/faq/nanokvm-go-ios-orientation-lock.webp)
## Audio Issues
### Cannot adjust the volume after connecting iOS
Due to iOS system limitations, once an iPhone/iPad is connected to a screen mirroring device that the system recognizes as an **audio output** (such as NanoKVM Go), **the system's native volume control will become unavailable**.
This is a normal behavior restriction of iOS for external audio output devices, not a NanoKVM Go fault. If you need to control the volume, adjust it on the host device (iPhone/iPad) or within the app playing the content, or use an external audio device to adjust the volume.
## Feedback
+ If the above methods do not solve the problem, please tell us your purchased model and the issue you encountered on the forum, GitHub or the QQ group, and we will answer patiently.
+ [Github issues](https://github.com/sipeed/NanoKVM-Go/issues)
+ [MaixHub forum](https://maixhub.com/discussion/nanokvm)
+ QQ group: 703230713

View File

@@ -0,0 +1,90 @@
---
title: F&Q
keywords: NanoKVM Go, KVM, USB-C, DisplayPort Alt, FAQ
---
## 视频问题
### 连接到设备后显示“无视频信号”
如果 NanoKVM Go 连接到被控设备后显示“无视频信号”,请确认被控设备的 USB-C 接口**支持 USB-C DisplayPort Alt 模式DP Alt Mode**,并且使用的线缆是**全功能 USB-C 线**。
被控设备的 USB-C 接口必须支持 DP Alt 模式(即能通过 USB-C 口输出 DP 信号),且线缆为全功能 USB-C 数据线NanoKVM Go 才能获取到视频信号。如果接口不支持视频输出,或使用的只是普通充电线,则无法显示画面。
### 设置 EDID 后NanoKVM Go 屏幕上显示的分辨率与设置的对不上
如果设置完 EDID 后,**NanoKVM Go 屏幕上显示的画面分辨率**与设置的 EDID 不一致,通常是因为被控设备选择的是**缩放后的显示效果**,而不是 EDID 中声明的真实输出模式。
操作系统中看到的分辨率**不一定都代表真实的视频输出分辨率**。有些选项只是系统缩放后的显示效果,即使看起来是目标分辨率,**NanoKVM Go 屏幕上显示的画面**仍是缩放后的效果。
请按以下步骤设置**真实输出分辨率**
1. 确认目标分辨率和刷新率组合**存在于当前 EDID 的声明列表**中。即使操作系统提供了某个分辨率,如果它不是该 EDID 声明的真实输出模式,也可能无法得到想要的效果。
2. **Windows**:使用 `设置``系统``屏幕``高级显示器设置` → 选择 `NanoKVM-Go``显示器适配器属性``列出所有模式`,在有效模式列表中选择**表格中列出的目标分辨率和刷新率**。
3. **macOS**:打开 `系统设置``显示器`,开启 `显示所有分辨率`。优先选择带有**“低分辨率”标记**且分辨率和刷新率组合存在于 EDID 列表中的选项,并确认刷新率匹配。
> 更多说明和分辨率对照表,请参考[分辨率与 EDID 设置](https://wiki.sipeed.com/hardware/zh/kvm/NanoKVM_Go/resolution.html)。修改 EDID 后,被控设备可能会短暂黑屏、重新识别显示器或重新排列窗口,这属于正常现象。
### 鼠标能动但点击程序没有反应(多显示器场景)
如果被控设备**同时连接了物理显示器和 NanoKVM Go**,在 NanoKVM 网页端控制被控设备时出现**鼠标光标能移动,但点击程序或执行操作后画面没有反应**,通常是**主屏幕设置**的问题。
被控设备有多个屏幕时,会有一个**主屏幕Primary Display**。如果主屏幕是那台物理显示器,而 **NanoKVM Go 只是扩展屏**,那么你点击的窗口、菜单和程序界面实际上会**出现在主屏幕(物理显示器)上**。NanoKVM Go 采集到的只是扩展屏的画面,所以这些操作产生的画面变化在 NanoKVM 网页里看不到,感觉像"点击没反应",但鼠标光标本身是能移动的。
**解决办法:**
1. 在被控设备的系统显示设置中,把 **NanoKVM Go 设为主屏幕Primary**,或把两台屏幕设置为**镜像显示Mirror**。
2. 设置完成后,点击程序等操作产生的画面就会显示在 NanoKVM 采集的画面上。
> Windows`设置` → `系统` → `屏幕` → 选择显示器 → 勾选"设为主显示器"。
> macOS`系统设置` → `显示器` → 在显示器排列中设置主显示器,或使用"镜像显示器"。
### iOS 设备在视频应用播放流媒体时看不到本地视频画面
如果 iPhone/iPad 在通过视频应用(如 YouTube、Netflix 等)播放流媒体视频时,**本机屏幕上看不到视频画面(没有本地视频帧)**,这是因为 iOS 设备连接到屏幕镜像设备后,这些视频应用会**默认通过 AirPlay 将视频输出到外接设备**。
也就是说,视频画面被 AirPlay 输出到了 NanoKVM Go屏幕镜像设备这一侧而 iOS 设备本机不再显示该视频的本地画面帧。这是 **iOS 系统层面的默认行为**,无法在系统中关闭或禁用。
## 键鼠与输入问题
### 被控设备是手机,锁屏后无法显示密码输入键盘
如果被控设备是手机苹果或安卓当手机屏幕锁定时NanoKVM Go 网页端可能**无法显示密码输入键盘**。此时不需要在手机上唤起键盘,可以直接用**控制端NanoKVM 网页端)的键盘**直接输入密码。
如果手机锁屏后需要**上滑**才能到达输入密码的界面,可以先在控制端**按下空格键**(等效于上滑动作),进入密码输入界面后,再直接输入密码即可。
### 被控设备是 iPhone 时,鼠标一直处于按下(拖拽)状态
如果被控设备是 iPhone使用鼠标控制时可能出现**鼠标一直处于按下状态**(类似一直拖拽)的效果。这是因为连接 iPhone 后未正确处理触摸手势。
请点击网页控制页面悬浮栏中的鼠标样式按钮,选择 **`修复 iPhone 拖拽`** 来修复该问题。连接 iPhone 后每次连接成功都需要点击该选项,否则可能出现鼠标一直按下的问题。
![NanoKVM Go 修复 iPhone 拖拽](./../../../assets/NanoKVM/go/quick_start/nanokvm-go-fix-iphone-drag-zh.webp)
### iPhone/iPad 竖屏或横屏镜像时,鼠标指针偏离对齐
当 iPhone/iPad 以竖屏或横屏镜像显示时,即使在控制台调整了屏幕方向,**控制端的鼠标指针仍可能无法与画面精准对齐**。
这是因为 iPhone/iPad 的精确光标跟踪需要**设备陀螺仪的方向与当前显示屏幕的方向完全一致**。在远程控制过程中,系统可能无法正确检测到当前的陀螺仪状态,从而导致鼠标指针偏移。
**解决办法:**
请在 iPhone/iPad 上开启**竖排方向锁定/旋转锁定Orientation Lock**,确保光标追踪的准确性。
![iPhone 竖排方向锁定](./../../../assets/NanoKVM/go/faq/nanokvm-go-ios-orientation-lock.webp)
## 音频问题
### 连接 iOS 后无法调整音量
受 iOS 系统限制,一旦 iPhone/iPad 连接到被系统识别为**音频输出**的屏幕镜像设备(如 NanoKVM Go**系统原生音量控制将不可用**。
这是 iOS 对外部音频输出设备的正常行为限制,而非 NanoKVM Go 故障。若需控制音量请在被控设备iPhone/iPad或播放内容的 App 内部调整,或使用外接音频设备调节音量。
## 反馈方式
+ 若上述方法不能解决异常请在论坛、GitHub 或 QQ 群说明您购买的型号和遇到的问题,我们会耐心解答
+ [Github issues](https://github.com/sipeed/NanoKVM-Go/issues)
+ [MaixHub 论坛](https://maixhub.com/discussion/nanokvm)
+ QQ 交流群: 703230713