Advertisement
Guest User

config.txt

a guest
Oct 31st, 2021
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. pi@retropie:~ $ cat /boot/config.txt
  2. # uncomment if you get no picture on HDMI for a default "safe" mode
  3. #hdmi_safe=1
  4.  
  5. # uncomment this if your display has a black border of unused pixels visible
  6. # and your display can output without overscan
  7. #disable_overscan=1
  8.  
  9. # uncomment the following to adjust overscan. Use positive numbers if console
  10. # goes off screen, and negative if there is too much border
  11. #overscan_left=16
  12. #overscan_right=16
  13. #overscan_top=16
  14. #overscan_bottom=16
  15.  
  16. # uncomment to force a console size. By default it will be display's size minus
  17. # overscan.
  18. #framebuffer_width=1280
  19. #framebuffer_height=720
  20.  
  21. # uncomment if hdmi display is not detected and composite is being output
  22. hdmi_force_hotplug=1
  23.  
  24. # uncomment to force a specific HDMI mode (this will force VGA)
  25. hdmi_group=1
  26. hdmi_mode=16
  27.  
  28. # uncomment to force a HDMI mode rather than DVI. This can make audio work in
  29. # DMT (computer monitor) modes
  30. hdmi_drive=2
  31. hdmi_force_edid_audio=1
  32. dtparam=audio=on
  33.  
  34. # uncomment to increase signal to HDMI, if you have interference, blanking, or
  35. # no display
  36. #config_hdmi_boost=4
  37.  
  38. # uncomment for composite PAL
  39. #sdtv_mode=2
  40.  
  41. #uncomment to overclock the arm. 700 MHz is the default.
  42. #arm_freq=950
  43.  
  44. # for more options see http://elinux.org/RPi_config.txt
  45. core_freq=250
  46. sdram_freq=450
  47. over_voltage=6
  48. avoid_safe_mode=1
  49. gpu_mem=256
  50. gpu_mem_256=128
  51. gpu_mem_512=256
  52. overscan_scale=1
  53.  
  54. gpu_mem_1024=256
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement