1.5.1 RDK X5
RDK X5支持HDMI和MIPI DSI两种显示输出方式,不能同时使用,系统默认采用HDMI输出。
HDMI
RDK X5提供一路HDMI接口,支持的最大分辨率为1080P60。
HDMI 切换
系统默认采用HDMI输出,不需要额外配置。如果您已经切换到MIPI DSI输出,可以使用srpi-config
工具来切换回HDMI输出,重启设备生效。
2 Display Options
> D1 Dsiplay Choice
> 2 HDMI
如果您不想使用srpi-config工具,可以按照以下命令行方法进行配置。
mv /etc/X11/xorg.conf.d/xorg_hdmi_ignore.conf /etc/X11/xorg.conf.d/xorg_hdmi_ignore.conf.disable
mv /etc/X11/xorg.conf.d/xorg_dsi_ignore.conf.disable /etc/X11/xorg.conf.d/xorg_dsi_ignore.conf
默认分辨率
默认分辨率可以通过修改/etc/X11/xorg.conf.d/1-resolution.conf
文件来实现:
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280x720"
EndSubSection
EndSection