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

From LCD wiki
Jump to: navigation, search
(Created page with " ==<font color="blue">Phenomenon</font> == For the following products: RPi MHS - 3.5 inch Display MHS - 4.0 inch Display - B Following the steps of the wiki page to...")
 
(Solution)
 
(12 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
+
{{lan
 +
|
 +
cn=http://www.lcdwiki.com/zh/安装支持FBCP的驱动后HDMI显示器无显示
 +
|
 +
en=http://www.lcdwiki.com/HDMI_display_does_not_display_after_installing_FBCP_driver
 +
}}
 
==<font color="blue">Phenomenon</font> ==
 
==<font color="blue">Phenomenon</font> ==
 
For the following products:
 
For the following products:
  
[[RPi MHS - 3.5 inch Display]]
+
[[MHS-3.5inch RPi Display]]
  
[[MHS - 4.0 inch Display - B]]
+
[[MHS-4.0inch Display-B]]
  
 
Following the steps of the wiki page to install the driver supporting FPCP, the above display can display normally.
 
Following the steps of the wiki page to install the driver supporting FPCP, the above display can display normally.
Line 11: Line 16:
 
However, the hdmi-connected monitor displays nothing or is prompted "input not supported", etc
 
However, the hdmi-connected monitor displays nothing or is prompted "input not supported", etc
  
==<font color="blue">analysis</font> ==
+
==<font color="blue">Analysis</font> ==
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.
+
Since the default output resolution of the driver installed in the above products is 480*320,  
 
 
==<font color="blue">solution </font> ==
 
 
 
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),
+
but many traditional HDMI displays do not support HDMI input signal lower than 640*480,  
  
Example: change to 1024*600 resolution
+
the HDMI display cannot display normally or even without display.
  
Hdmi_cvt 1024 600 600 60 600 00
+
==<font color="blue">Solution </font> ==
  
Save and safely pop up TF, insert raspberry pie and restart.
+
* Open the "config. txt" file in the TF root directory,
 +
* Find the line at the end of the file
 +
{{code|1=
 +
hdmi_cvt <font color="red">480 320</font> 60 6 0 0 0
 +
}}
 +
* Change the value of 480*320 to 640*480, 800*480 or the higher resolution (note the space),
 +
* For example: change to 800*480 resolution
 +
{{code|1=
 +
hdmi_cvt <font color="red">800 480</font> 60 6 0 0 0
 +
}}
 +
* Save and safely pop up TF, insert raspberry pie and restart.

Latest revision as of 11:46, 9 July 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,

but many traditional HDMI displays do not support HDMI input signal lower than 640*480,

the HDMI display cannot display normally or even without display.

Solution

  • Open the "config. txt" file in the TF root directory,
  • Find the line at the end of the file
hdmi_cvt 480 320 60 6 0 0 0
  • Change the value of 480*320 to 640*480, 800*480 or the higher resolution (note the space),
  • For example: change to 800*480 resolution
hdmi_cvt 800 480 60 6 0 0 0
  • Save and safely pop up TF, insert raspberry pie and restart.