2017-08-11 52 views
0

我使用的是三星显示器,它显示这个消息的Android 0.5.0的事情,devpreview HDMI输出上不可树莓派3

"Mode Not Supported. Resolution not supported. Change the resolution of the external device." 

我曾试图用不同的显示器,但还是不能让正确的格式输出信号。通过HDMI

显示是0.4.1-devpreview

+0

试图改变(套)分辨率800X600在Android之类的东西在[这里](https://stackoverflow.com/a/41649389/6950238)的答案,或者改变三星显示器上的设置,如在[即(HTTPS ://forums.geforce.com/default/topic/923399/resolution-not-supported-change-the-resolution-of-the-external-device-/)的讨论。另外,看看[这里](http://www.fixya.com/support/t14789526-mode_not_supported_resolution_not)。 –

回答

-1

尝试查看Balaji BABU T.R.的从意见解决Wayne Piekarski announce谷歌的物联网开发者社区好:在记事本中

打开的config.txt ++粘贴下面的事情

# uncomment this if your display has a black border of unused pixels visible 
# and your display can output without overscan 
disable_overscan=1 

# uncomment the following to adjust overscan. Use positive numbers if console 
# goes off screen, and negative if there is too much border 
#overscan_left=16 
#overscan_right=16 
#overscan_top=16 
#overscan_bottom=16 

# uncomment to force a console size. By default it will be display's size minus 
# overscan. 
framebuffer_width=1280 
framebuffer_height=720 

# uncomment if hdmi display is not detected and composite is being output 
hdmi_force_hotplug=1 

# uncomment to force a specific HDMI mode (this will force VGA) 
hdmi_group=1 
hdmi_mode=1 

HDMI上面的设置后,工作正常,我