Display Usage
RDK X5 provides one MIPI DSI interface and one HDMI interface. You can only choose one of them for display, with HDMI set as the default output.
You can switch between HDMI and MIPI DSI output using the following commands.
Switch to MIPI DSI Output
mv /etc/X11/xorg.conf.d/xorg_dsi_ignore.conf /etc/X11/xorg.conf.d/xorg_dsi_ignore.conf.disable
mv /etc/X11/xorg.conf.d/xorg_hdmi_ignore.conf.disable /etc/X11/xorg.conf.d/xorg_hdmi_ignore.conf
Switch to HDMI Output
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
You can also select the output method through raspi-config
. For more details, refer to the Display Choose DSI or HDMI section.
HDMI
The maximum supported resolution for RDK X5 is 1080P60, with the default resolution set to 720P60.
You can modify the default resolution by editing the /etc/X11/xorg.conf.d/1-resolution.conf
file:
# Command to edit the resolution configuration
sudo nano /etc/X11/xorg.conf.d/1-resolution.conf
```bash
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280x720"
EndSubSection
EndSection
-
For displays with a maximum resolution lower than 1280x720, you can adjust the
Modes
setting based on the actual resolution to resolve display issues. -
For 2K and 4K displays, it is recommended to set the
Modes
to1920x1080
, as this is limited by the performance of RDK X5's video conversion chip.
MIPI DSI
RDK X5 provides a MIPI DSI interface, supporting the connection of various LCD screens.