Advertisement
Guest User

Untitled

a guest
Aug 19th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 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=0
  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.  
  46. # Raspyboy
  47. dtoverlay=pwm-2chan,pin=18,func=2,pin2=13,func2=4
  48. overscan_left=0
  49. overscan_right=0
  50. overscan_top=0
  51. overscan_bottom=0
  52. framebuffer_width=320
  53. framebuffer_height=240
  54. overscan_scale=1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement