Advertisement
QuimeyTorres

Config.txt that is in the boot folder of the micro SD

Mar 11th, 2018
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 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. # uncomment for composite PAL
  23. #sdtv_mode=2
  24.  
  25. # uncomment for lirc-rpi
  26. #dtoverlay=lirc-rpi
  27.  
  28. # 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
  29. boot_delay=3
  30.  
  31. # uncomment if you don't want the rainbow at startup
  32. disable_splash=1
  33.  
  34. # default CEC name
  35. cec_osd_name=recalbox
  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. max_usb_current=1
  46. #these lines below are the ones that made the display work
  47. hdmi_group=2
  48. hdmi_mode=87
  49. hdmi_cvt 800 480 60 6 0 0 0
  50. hdmi_drive=1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement