Difference between revisions of "How to config Multi-Display for rk3288 series Debian9"

From ESS-WIKI
Jump to: navigation, search
Line 20: Line 20:
  
 
{| border="0" cellpadding="0" cellspacing="0" width="387"
 
{| border="0" cellpadding="0" cellspacing="0" width="387"
|- height="19"
+
|-
| height="19" width="138" | Port
+
| height="19" width="138" | <span style="color:#FF0000;">'''Port'''</span>
| width="249" | RSB4680
+
| width="249" | <span style="color:#FF0000;">'''RSB4680'''</span>
|- height="19"
+
|-
 
| rowspan="3" height="57" | edp
 
| rowspan="3" height="57" | edp
 
| edp-1920x1200
 
| edp-1920x1200
|- height="19"
+
|-
 
| height="19" | edp-1920x1080
 
| height="19" | edp-1920x1080
|- height="19"
+
|-
 
| height="19" | edp-1024x768
 
| height="19" | edp-1024x768
 
|}
 
|}
 
 
  
 
{| border="0" cellpadding="0" cellspacing="0" width="387"
 
{| border="0" cellpadding="0" cellspacing="0" width="387"
|- height="19"
+
|-
| height="19" width="138" | Port
+
| height="19" width="138" | <span style="color:#FF0000;">'''Port'''</span>
| width="249" | RSB4680
+
| width="249" | <span style="color:#FF0000;">'''RSB4680'''</span>
|- height="19"
+
|-
 
| rowspan="4" height="76" | lvds
 
| rowspan="4" height="76" | lvds
 
| lvds-g070vw01
 
| lvds-g070vw01
|- height="19"
+
|-
 
| height="19" | lvds-g150xgel05
 
| height="19" | lvds-g150xgel05
|- height="19"
+
|-
 
| height="19" | lvds-g215hvn01
 
| height="19" | lvds-g215hvn01
|- height="19"
+
|-
 
| height="19" | lvds-p460hvn02
 
| height="19" | lvds-p460hvn02
 
|}
 
|}
 
 
  
 
{| border="0" cellpadding="0" cellspacing="0" width="387"
 
{| border="0" cellpadding="0" cellspacing="0" width="387"
|- height="19"
+
|-
| height="19" width="138" | Port
+
| height="19" width="138" | <span style="color:#FF0000;">'''Port'''</span>
| width="249" | RSB4680
+
| width="249" | <span style="color:#FF0000;">'''RSB4680'''</span>
|- height="19"
+
|-
 
| height="19" | hdmi
 
| height="19" | hdmi
 
| hdmi-default
 
| hdmi-default
 
|}
 
|}

Revision as of 02:46, 21 January 2019

RSB-4680 surport 3 display ports : eDP、LVDS、HDMI . Only two ports work at the same time .

You can config Multi-Display to eDP + HDMI 、eDP + LVDS、LVDS + HDMI .

Enter "ctrl + c" key when in u-boot in Terminal , and input the following cammand to config Multi-Display.

eDP + HDMI

setenv prmry_screen edp-1920x1080
setenv extend_screen hdmi-default
saveenv
reset

eDP + LVDS

setenv prmry_screen edp-1920x1080
setenv extend_screen lvds-g070vw01
saveenv
reset

LVDS + HDMI

setenv prmry_screen hdmi-default
setenv extend_screen lvds-g070vw01
saveenv
reset

Default Support Display

Port RSB4680
edp edp-1920x1200
edp-1920x1080
edp-1024x768
Port RSB4680
lvds lvds-g070vw01
lvds-g150xgel05
lvds-g215hvn01
lvds-p460hvn02
Port RSB4680
hdmi hdmi-default