Advertisement
Nikoh77

Untitled

Feb 24th, 2021
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.83 KB | None | 0 0
  1. dpi_timings=320 1 10 30 40 240 1 3 4 6 0 0 0 60 0 6400000 1
  2.  
  3.  
  4. ## RGB-Pi Custom Configuration
  5. ## IMPORTANT! hdmi_timings must be always in the first line
  6. ## hdmi_timings=<h_active_pixels> <h_sync_polarity <h_front_porch> <h_sync_pulse> <h_back_porch> <v_active_lines> <v_sync_polarity> <v_front_porch> <v_sync_pulse> <v_back_porch> <v_sync_offset_a> <v_sync_offset_b> <pixel_rep> <frame_rate> <interlaced> <pixel_freq> <aspect_ratio>
  7. ## Usable Pixel clock are : 4800000 - 6400000 - 9600000 - 19200000 and anything over 38400000
  8.  
  9. disable_overscan=1
  10. hdmi_force_hotplug=1
  11. config_hdmi_boost=0
  12. dtparam=audio=on
  13. display_rotate=0
  14. audio_pwm_mode=2
  15. disable_audio_dither=1
  16. hdmi_drive=2
  17. boot_delay=3
  18. disable_splash=1
  19. avoid_safe_mode=1
  20. dtoverlay=pwm-2chan,pin=18,func=2,pin2=19,func2=2
  21. framebuffer_depth=32
  22. framebuffer_ignore_alpha=1
  23. dtoverlay=rgb-pi
  24. enable_dpi_lcd=1
  25. display_default_lcd=1
  26. dpi_output_format=6
  27. dpi_group=2
  28. dpi_mode=87
  29. kernel=zImage
  30. overscan_scale=0
  31. avoid_warnings=1
  32. gpu_mem_256=64
  33. gpu_mem_512=128
  34. gpu_mem_1024=256
  35. dtparam=i2c_vc=on
  36. dtoverlay=i2c-gpio,i2c_gpio_sda=10,i2c_gpio_scl=11
  37.  
  38. # Docs: https://www.raspberrypi.org/documentation/configuration/config-txt/
  39.  
  40. #-------Display---------
  41. # If you get no picture, set the following to "1" to apply most compatible HDMI settings.
  42. #hdmi_safe=1
  43.  
  44. # Uncomment to adjust the HDMI signal strength if you have interferences, blanking, or no display.
  45. # - Values from "0" to "11" are allowed, use values above "7" only if required, e.g. with very long HDMI cable.
  46. # - Default on first RPi1 A/B is "2", else "5", on RPi4 this setting is ignored.
  47. #config_hdmi_boost=5
  48.  
  49. # Uncomment if HDMI display is not detected and composite is being outputted.
  50. #hdmi_force_hotplug=1
  51.  
  52. # Uncomment to disable HDMI even if plugged, e.g. to force composite output.
  53. #hdmi_ignore_hotplug=1
  54.  
  55. # Uncomment to force a console size. By default it will be display's size minus overscan.
  56. #framebuffer_width=16
  57. #framebuffer_height=16
  58.  
  59. # Uncomment to enable SDTV/composite output on RPi4. This has no effect on previous RPi models.
  60. #enable_tvout=0
  61. # SDTV mode
  62. #sdtv_mode=0
  63.  
  64. # Uncomment to force a specific HDMI mode (this will force VGA).
  65. #hdmi_group=1
  66. #hdmi_mode=1
  67.  
  68. # Uncomment to force an HDMI mode rather than DVI. This can make audio work in DMT (computer monitor) modes.
  69. #hdmi_drive=2
  70.  
  71. # Set "hdmi_blanking=1" to allow the display going into standby after 10 minutes without input.
  72. # With default value "0", the display shows a blank screen instead, but will not go into standby.
  73. # NB: With "1" some applications (e.g. Kodi, OMXPlayer) cannot prevent display standby due to missing DPMS signal.
  74. #hdmi_blanking=1
  75.  
  76. # Set to "1" if your display has a black border of unused pixels visible.
  77. disable_overscan=1
  78.  
  79. # Uncomment the following to adjust overscan. Use positive numbers if console goes off screen, and negative if there is too much border.
  80. #overscan_left=16
  81. #overscan_right=16
  82. #overscan_top=16
  83. #overscan_bottom=16
  84.  
  85. # Rotation
  86. display_hdmi_rotate=0
  87. lcd_rotate=0
  88.  
  89. #-------RPi camera module-------
  90. #start_x=1
  91. #disable_camera_led=1
  92.  
  93. #-------GPU memory splits-------
  94. gpu_mem_256=64
  95. gpu_mem_512=64
  96. gpu_mem_1024=64
  97.  
  98. #-------Boot splash screen------
  99. disable_splash=1
  100.  
  101. #-------Onboard sound----------
  102. dtparam=audio=on
  103.  
  104. #-------I2C-------------
  105. dtparam=i2c_arm=off
  106. dtparam=i2c1=off
  107. #dtparam=i2c_arm_baudrate=100000
  108.  
  109. #-------SPI-------------
  110. dtparam=spi=off
  111.  
  112. #-------Serial/UART-----
  113. # NB: Enabled for 1st run only. If you want to keep this setting, please set CONFIG_SERIAL_CONSOLE_ENABLE=1 in dietpi.txt before 1st boot.
  114. core_freq=400
  115. enable_uart=1
  116.  
  117. #-------Overclock-------
  118. temp_limit=75
  119. initial_turbo=20
  120.  
  121. over_voltage=4
  122. arm_freq=1325
  123. #core_freq=400
  124. #sdram_freq=450
  125.  
  126. #over_voltage_min=0
  127. #arm_freq_min=300
  128. #core_freq_min=250
  129. #sdram_freq_min=400
  130. dtoverlay=vc4-fkms-v3d
  131. boot_delay=0
  132.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement