
C H A P T E R 7
A D V A N C E D R A S P B E R R Y P I C O N F I G U R A T I O N
113
❍
hdmi_group
—Sets the HDMI group mode to CEA or DMT. You should change this
setting according to the display type you’re trying to connect, before using
hdmi_mode
to control the output resolution and frequency. The two possible values are:
•
1
—Sets the HDMI group to that defined by the Consumer Electronics Association
of America (CEA). Use this setting when the Pi is connected to a high-definition
television (HDTV) over HDMI and use the first settings list from Appendix C,
“HDMI Display Modes”.
•
2
—Sets the HDMI group to that defined by the Video Electronics Standards
Association (VESA) in the Display Monitor Timings (DMT) specification. Use this
setting when the Pi is connected to a computer monitor over DVI and use the
second settings list from Appendix C, “HDMI Display Modes”.
❍
hdmi_safe
—Forces the Pi to use a pre-set collection of HDMI settings designed to
provide maximum compatibility with displays connected to the HDMI port. Setting
this to a value of
1
is the equivalent of setting
hdmi_force_hotpug=1
,
config_
hdmi_boost=4
,
hdmi_group=1
,
hdmi_mode=1
and
disable_overscan=0
.
❍
config_hdmi_boost
—Some monitors require more power on the HDMI output to
operate. If your picture looks snowy, try increasing this value in stages from
1
(for
short cables) to
7
(for long cables).
Each option in
config.tx
t should be on its own line, with the option name followed by an
equals sign (
=
) and then the required value. For example, to tell the Pi to use a PAL-format
analogue TV with a 4:3 aspect ratio and a 20-pixel overscan on all sides, put the following
lines into
config.txt
:
sdtv_mode=2
sdtv_aspect=1
overscan_left=20
overscan_right=20
overscan_top=20
overscan_bottom=20
To tell the Pi to use a DVI display through the HDMI port in the 720p60 format with no
overscan at all, use the following values instead:
hdmi_group=1
hdmi_mode=4
hdmi_drive=1
disable_overscan=1
Содержание A
Страница 1: ......
Страница 2: ......
Страница 3: ...Raspberry Pi User Guide 2nd Edition...
Страница 4: ......
Страница 5: ...Raspberry Pi User Guide 2nd Edition Eben Upton and Gareth Halfacree...
Страница 10: ......
Страница 26: ...R A S P B E R R Y P I U S E R G U I D E S E C O N D E D I T I O N 10...
Страница 28: ......
Страница 29: ...Chapter 1 Meet the Raspberry Pi...
Страница 37: ...Chapter 2 Getting Started with the Raspberry Pi...
Страница 56: ......
Страница 57: ...Chapter 3 Linux System Administration...
Страница 79: ...Chapter 4 Troubleshooting...
Страница 89: ...Chapter 5 Network Configuration...
Страница 109: ...Chapter 6 The Raspberry Pi Software Configuration Tool...
Страница 122: ......
Страница 123: ...Chapter 7 Advanced Raspberry Pi Configuration...
Страница 140: ......
Страница 141: ...Chapter 8 The Pi as a Home Theatre PC...
Страница 151: ...Chapter 9 The Pi as a Productivity Machine...
Страница 159: ...C H A P T E R 9 T H E P I A S A P R O D U C T I V I T Y M A C H I N E 143 Figure 9 4 Exporting a file from The Gimp...
Страница 160: ......
Страница 161: ...Chapter 10 The Pi as a Web Server...
Страница 171: ...Part III Programming with the Raspberry Pi Chapter 11 An Introduction to Scratch Chapter 12 An Introduction to Python...
Страница 172: ......
Страница 173: ...Chapter 11 An Introduction to Scratch...
Страница 189: ...Chapter 12 An Introduction to Python...
Страница 216: ......
Страница 218: ......
Страница 219: ...Chapter 13 Learning to Hack Hardware...
Страница 234: ......
Страница 235: ...Chapter 14 The GPIO Port...
Страница 249: ...Chapter 15 The Raspberry Pi Camera Module...
Страница 265: ...Chapter 16 Add on Boards...
Страница 279: ...Part V Appendixes Appendix A Python Recipes Appendix B Camera Module Quick Reference Appendix C HDMI Display Modes...
Страница 280: ......
Страница 281: ...Appendix A Python Recipes...
Страница 287: ...Appendix B Raspberry Pi Camera Module Quick Reference...
Страница 293: ...Appendix C HDMI Display Modes...