Advertisement
Guest User

Recalbox config

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