Difference between revisions of "HDMI display does not display after installing FBCP driver"

From LCD wiki
Jump to: navigation, search
Line 23: Line 23:
 
Open the "config. txt" file in the TF root directory,
 
Open the "config. txt" file in the TF root directory,
  
Find hdmi_cvt 480 320 60 60 0 0 0 lines At the end of the file,
+
Find hdmi_cvt <font color="red">480 320</font> 60 60 0 0 0 lines At the end of the file,
  
 
Change the value of 480 320 to the corresponding value of resolution above 800*600 (note the space),
 
Change the value of 480 320 to the corresponding value of resolution above 800*600 (note the space),
Line 29: Line 29:
 
Example: change to 1024*600 resolution
 
Example: change to 1024*600 resolution
  
Hdmi_cvt 1024 600 600 60 600 00
+
Hdmi_cvt <font color="red">1024 600</font> 600 60 600 00
  
 
Save and safely pop up TF, insert raspberry pie and restart.
 
Save and safely pop up TF, insert raspberry pie and restart.

Revision as of 21:08, 17 May 2019


语言选择

Languages

➤中文
➤EN


Phenomenon

For the following products:

MHS-3.5inch RPi Display

MHS-4.0inch Display-B

Following the steps of the wiki page to install the driver supporting FPCP, the above display can display normally.

However, the hdmi-connected monitor displays nothing or is prompted "input not supported", etc

Analysis

Since the default output resolution of the driver installed in the above products is 480*320, and many traditional HDMI displays do not support HDMI input signal lower than 800*600, the HDMI display cannot display normally or even without display.

Solution

Open the "config. txt" file in the TF root directory,

Find hdmi_cvt 480 320 60 60 0 0 0 lines At the end of the file,

Change the value of 480 320 to the corresponding value of resolution above 800*600 (note the space),

Example: change to 1024*600 resolution

Hdmi_cvt 1024 600 600 60 600 00

Save and safely pop up TF, insert raspberry pie and restart.