Is it possible somehow, to cgange the DPI scaling setting on Windows 10 IoT Core? On my Dragonboard 410c it is set to 150%, so UI controls are really large.
问问题
1199 次
1 回答
1
Windows IoT Core 中已弃用 DPI 设置。但通常您可以通过以下选项更改设备(Raspberry Pi 和 MinnowBoard)的分辨率:
- 运行SetDisplayResolution命令以调整连接到 Windows 10 IoT Core 设备的显示器的分辨率。
- 通过设备门户更改显示分辨率。
- 编辑设备 SD 卡上的config.txt 。您可以在此处阅读更多相关信息。
对于 Dragonboard 410c,您可以在此处查看 Windows IoT 显示驱动程序指南 ( https://developer.qualcomm.com/download/sd410/display-drivers-config-guide-windows10-iot.pdf )。Qualcomm DragonBoard 410c Windows 10 IoI-Core 镜像仅支持 1280x720 屏幕分辨率。已经注意到可以修改 BSP 以支持更高分辨率的 1080p,但不支持其他分辨率。
于 2018-05-07T05:02:57.837 回答