You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h_front_porch> = horizontal forward padding from DE acitve edge
@@ -320,9 +323,11 @@ This allows setting of raw HDMI timing values for a custom mode, selected using
320
323
<interlaced> = leave at zero
321
324
<pixel_freq> = clock frequency (width*height*framerate)
322
325
<aspect_ratio> = *
326
+
```
323
327
324
-
* The aspect ratio can be set to one of eight values (choose the closest for your screen):
328
+
`*` The aspect ratio can be set to one of eight values (choose the closest for your screen):
325
329
330
+
```
326
331
HDMI_ASPECT_4_3 = 1
327
332
HDMI_ASPECT_14_9 = 2
328
333
HDMI_ASPECT_16_9 = 3
@@ -331,6 +336,7 @@ HDMI_ASPECT_16_10 = 5
331
336
HDMI_ASPECT_15_9 = 6
332
337
HDMI_ASPECT_21_9 = 7
333
338
HDMI_ASPECT_64_27 = 8
339
+
```
334
340
335
341
### hdmi_force_mode
336
342
@@ -341,11 +347,11 @@ Setting to `1` will remove all other modes except the ones specified by `hdmi_mo
341
347
Forces the edit content type to a specific value.
342
348
343
349
The options are:
344
-
-0 = EDID_ContentType_NODATA, content type none.
345
-
-1 = EDID_ContentType_Graphics, content type graphics, ITC must be set to 1
346
-
-2 = EDID_ContentType_Photo, content type photo
347
-
-3 = EDID_ContentType_Cinema, content type cinema
348
-
-4 = EDID_ContentType_Game, content type game
350
+
-`0` = `EDID_ContentType_NODATA`, content type none.
351
+
-`1` = `EDID_ContentType_Graphics`, content type graphics, ITC must be set to 1
352
+
-`2` = `EDID_ContentType_Photo`, content type photo
353
+
-`3` = `EDID_ContentType_Cinema`, content type cinema
354
+
-`4` = `EDID_ContentType_Game`, content type game
349
355
350
356
## Which values are valid for my monitor?
351
357
@@ -363,7 +369,9 @@ The `edid.dat` should also be provided when troubleshooting problems with the de
363
369
364
370
If your monitor requires a mode that is not in one of the tables above, then it's possible to define a custom [CVT](https://en.wikipedia.org/wiki/Coordinated_Video_Timings) mode for it instead:
@@ -379,10 +387,12 @@ Fields at the end can be omitted to use the default values.
379
387
380
388
Note that this simply **creates** the mode (group 2 mode 87). In order to make the Pi use this by default, you must add some additional settings. For example, the following selects an 800 × 480 resolution and enables audio drive:
381
389
382
-
hdmi_cvt=800 480 60 6
383
-
hdmi_group=2
384
-
hdmi_mode=87
385
-
hdmi_drive=2
390
+
```
391
+
hdmi_cvt=800 480 60 6
392
+
hdmi_group=2
393
+
hdmi_mode=87
394
+
hdmi_drive=2
395
+
```
386
396
387
397
This may not work if your monitor does not support standard CVT timings.
388
398
@@ -428,8 +438,11 @@ More details on using the DPI modes and the output format can be found [here](..
428
438
429
439
This allows setting of raw DPI timing values for a custom mode, selected using `dpi_group=2` and `dpi_mode=87`.
<h_front_porch> = horizontal forward padding from DE acitve edge
@@ -444,12 +457,14 @@ This allows setting of raw DPI timing values for a custom mode, selected using `
444
457
<v_sync_offset_b> = leave at zero
445
458
<pixel_rep> = leave at zero
446
459
<frame_rate> = screen refresh rate in Hz
447
-
<interlaced> = leave at zero
460
+
<interlaced> = leave at zero
448
461
<pixel_freq> = clock frequency (width*height*framerate)
449
-
<aspect_ratio> = *
462
+
<aspect_ratio> = *
463
+
```
450
464
451
-
* The aspect ratio can be set to one of eight values (choose the closest for your screen):
465
+
`*` The aspect ratio can be set to one of eight values (choose the closest for your screen):
452
466
467
+
```
453
468
HDMI_ASPECT_4_3 = 1
454
469
HDMI_ASPECT_14_9 = 2
455
470
HDMI_ASPECT_16_9 = 3
@@ -458,6 +473,7 @@ HDMI_ASPECT_16_10 = 5
458
473
HDMI_ASPECT_15_9 = 6
459
474
HDMI_ASPECT_21_9 = 7
460
475
HDMI_ASPECT_64_27 = 8
476
+
```
461
477
462
478
## Generic display options
463
479
@@ -524,7 +540,6 @@ Set `framebuffer_ignore_alpha` to `1` to disable the alpha channel. Can help wit
524
540
525
541
The `test_mode` command displays a test image and sound during boot (over the composite video and analogue audio outputs only) for the given number of seconds, before continuing to boot the OS as normal. This is used as a manufacturing test; the default value is `0`.
526
542
527
-
528
543
### display_hdmi_rotate
529
544
530
545
Use `display_hdmi_rotate` to rotate or flip the HDMI display orientation. The default value is `0`.
0 commit comments