2017-08-11 101 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上面的設置後,工作正常,我