config.txt 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. # For more options and information see
  2. # http://www.raspberrypi.org/documentation/configuration/config-txt.md
  3. # Some settings may impact device functionality. See link above for details
  4. # uncomment if you get no picture on HDMI for a default "safe" mode
  5. #hdmi_safe=1
  6. # uncomment this if your display has a black border of unused pixels visible
  7. # and your display can output without overscan
  8. disable_overscan=1
  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. # uncomment to force a console size. By default it will be display's size minus
  16. # overscan.
  17. framebuffer_width=1920
  18. framebuffer_height=1080
  19. # uncomment if hdmi display is not detected and composite is being output
  20. #hdmi_force_hotplug=1
  21. # uncomment to force a specific HDMI mode (this will force VGA)
  22. #hdmi_group=1
  23. #hdmi_mode=1
  24. # uncomment to force a HDMI mode rather than DVI. This can make audio work in
  25. # DMT (computer monitor) modes
  26. hdmi_drive=1
  27. hdmi_ignore_edid_audio=1
  28. # uncomment to increase signal to HDMI, if you have interference, blanking, or
  29. # no display
  30. #config_hdmi_boost=4
  31. # uncomment for composite PAL
  32. #sdtv_mode=2
  33. #uncomment to overclock the arm. 700 MHz is the default.
  34. arm_freq=800
  35. # Uncomment some or all of these to enable the optional hardware interfaces
  36. #dtparam=i2c_arm=on
  37. #dtparam=i2s=on
  38. #dtparam=spi=on
  39. # Uncomment this to enable the lirc-rpi module
  40. #dtoverlay=lirc-rpi
  41. # Additional overlays and parameters are documented /boot/overlays/README
  42. core_freq=250
  43. sdram_freq=400
  44. over_voltage=0
  45. # 128 MB of vram, 880 for CPU
  46. gpu_mem=128
  47. gpu_mem_1024=128