Advertisement
Guest User

Untitled

a guest
Oct 15th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. # uncomment if you get no picture on HDMI for a default "safe" mode
  2. #hdmi_safe=1
  3.  
  4. #disable_overscan=1
  5.  
  6. # uncomment to force a specific HDMI mode (this will force VGA)
  7. #hdmi_group=1
  8. #hdmi_mode=1
  9.  
  10. # comment to get jack audio
  11. hdmi_drive=2
  12.  
  13. # Using /etc/modules is deprecated and no longer supported on 4.4 kernel
  14. # So manually enable audio
  15. dtparam=audio=on
  16.  
  17. #config_hdmi_boost=0
  18.  
  19. # force hdmi while the tv can take time before sending the signal on the hdmi output
  20. #hdmi_force_hotplug=1
  21.  
  22. #force to jack audio at boot
  23. hdmi_ignore_edid_audio=1
  24.  
  25. # uncomment for composite PAL
  26. #sdtv_mode=2
  27.  
  28. # uncomment for lirc-rpi
  29. #dtoverlay=lirc-rpi
  30.  
  31. # if you plug your tv at the same time as your rpi and that the rpi switches from the hdmi or give a low resolution because tv had no enough time to initialize it
  32. boot_delay=3
  33.  
  34. # uncomment if you don't want the rainbow at startup
  35. disable_splash=1
  36.  
  37. # Overclock
  38. gpu_mem_256=128
  39. gpu_mem_512=256
  40. gpu_mem_1024=512
  41.  
  42. avoid_safe_mode=1
  43.  
  44. kernel=zImage
  45. hdmi_cvt=1920 240 60 1 1 0 0
  46. #hdmi_cvt=1920 288 50 1 1 0 0
  47. #hdmi_cvt=1920 288 60 1 1 0 0
  48. hdmi_disable_edid=0xa5000080 #Enables the ignoring of EDID/display data if your display doesn't have an accurate EDID.
  49.  
  50. #hdmi_pixel_encoding=0 default (limited for CEA, full for DMT)
  51. #hdmi_pixel_encoding=1 RGB limited (16-235)
  52. #hdmi_pixel_encoding=2 RGB full ( 0-255)
  53. #hdmi_pixel_encoding=3 YCbCr limited (16-235)
  54. #hdmi_pixel_encoding=4 YCbCr full ( 0-255)
  55.  
  56. hdmi_pixel_encoding=2 #Force the pixel encoding mode. By default it will use the mode requested from edid so shouldn't need changing.
  57. avoid_safe_mode=1
  58. disable_overscan=0 #oversan enabled
  59. hdmi_drive=2
  60. hdmi_group=1
  61. hdmi_mode=6
  62. hdmi_force=1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement