Advertisement
Guest User

Untitled

a guest
Aug 21st, 2018
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 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. # Sound output. Set to 0 or comment for autodetect, 1 for DVI, 2 to force HDMI.
  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=18
  24. sdtv_aspect=3
  25. overscan_left=18
  26. overscan_bottom=6
  27.  
  28. #To get better sound through the composite output, enable the experimental audio driver for the raspberry pi
  29. #audio_pwm_mode=2
  30.  
  31. #usb power
  32. max_usb_current=1
  33.  
  34. # uncomment for lirc-rpi
  35. #dtoverlay=lirc-rpi
  36.  
  37. # 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
  38. boot_delay=3
  39.  
  40. # uncomment if you don't want the rainbow at startup
  41. disable_splash=1
  42.  
  43. # default CEC name
  44. cec_osd_name=recalbox
  45.  
  46. # Overclock
  47. gpu_mem_256=128
  48. gpu_mem_512=256
  49. gpu_mem_1024=512
  50.  
  51. avoid_safe_mode=1
  52.  
  53. kernel=zImage
  54. overscan_scale=1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement