Advertisement
Guest User

Untitled

a guest
Mar 21st, 2021
370
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.78 KB | None | 0 0
  1. #############################################################
  2. # Boot loader configuration #
  3. # This file can be modified to your needs #
  4. #############################################################
  5.  
  6. # uncomment if you get no picture on HDMI for a default "safe" mode
  7. #hdmi_safe=1
  8.  
  9. disable_overscan=1
  10.  
  11. # uncomment to force a specific HDMI mode (this will force VGA)
  12. #hdmi_group=1
  13. #hdmi_mode=1
  14.  
  15. # Sound output. Set to 0 or comment for autodetect, 1 for DVI, 2 to force HDMI.
  16. #hdmi_drive=2
  17.  
  18. config_hdmi_boost=0
  19.  
  20. # Force hdmi while the tv can take time before sending the signal on the hdmi output
  21. #hdmi_force_hotplug=1
  22.  
  23. # Uncomment if you have a black screen issue
  24. #hdmi_ignore_hotplug=1
  25.  
  26. # uncomment for composite PAL - Uncomment if you have a black screen issue
  27. #sdtv_mode=0
  28.  
  29. # uncomment for lirc-rpi
  30. #dtoverlay=lirc-rpi
  31.  
  32. # enable fake-kms overlay
  33. # possible alternatives are
  34. # * vc4-kms-v3d
  35. # * vc4-kms-v3d-pi4
  36. dtoverlay=vc4-fkms-v3d
  37.  
  38. # allow only one framebuffer (the one marked 0, closest to the power input)
  39. max_framebuffers=1
  40.  
  41. # disable 4k 60hz - enabling can cause random freezes
  42. #hdmi_enable_4kp60=0
  43.  
  44. # total amount of GPU memory
  45. gpu_mem=448
  46.  
  47. ###########################
  48. # do not remove this line !
  49. include recalbox-config.txt
  50.  
  51. # custom config
  52. [all]
  53. enable_tvout=1
  54. sdtv_mode=0
  55. sdtv_aspect=1
  56. sdtv_aspect=4:3
  57. disable_overscan=1
  58.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement