No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

config.txt 472B

123456789101112131415161718192021
  1. kernel=zImage
  2. # To use an external initramfs file
  3. #initramfs rootfs.cpio.gz
  4. # Disable overscan assuming the display supports displaying the full resolution
  5. # If the text shown on the screen disappears off the edge, comment this out
  6. disable_overscan=1
  7. # How much memory in MB to assign to the GPU on Pi models having
  8. # 256, 512 or 1024 MB total memory
  9. gpu_mem_256=128
  10. gpu_mem_512=256
  11. gpu_mem_1024=512
  12. # 0=NTSC, 2=PAL
  13. sdtv_mode=0
  14. # 1=4:3, 2=14:9, 3=16:9
  15. sdtv_aspect=3