Advertisement
hanni76

config.txt

Jan 17th, 2018
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  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.  
  5. # uncomment if you get no picture on HDMI for a default "safe" mode
  6. #hdmi_safe=1
  7.  
  8.  
  9. # CONFIG_DRM_VC4: This driver requires that "avoid_warnings=2" be present in
  10. # the config.txt for the firmware, to keep it from smashing our display setup.
  11. avoid_warnings=2
  12.  
  13. # uncomment this if your display has a black border of unused pixels visible
  14. # and your display can output without overscan
  15. #disable_overscan=1
  16.  
  17. # uncomment the following to adjust overscan. Use positive numbers if console
  18. # goes off screen, and negative if there is too much border
  19. #overscan_left=16
  20. #overscan_right=16
  21. #overscan_top=16
  22. #overscan_bottom=16
  23.  
  24. # uncomment to force a console size. By default it will be display's size minus
  25. # overscan.
  26. #framebuffer_width=1280
  27. #framebuffer_height=1024
  28. # uncomment if hdmi display is not detected and composite is being output
  29. hdmi_force_hotplug=1
  30.  
  31. # uncomment to force a specific HDMI mode (this will force VGA)
  32. #hdmi_group=1
  33. #hdmi_mode=1
  34.  
  35. # uncomment to force a HDMI mode rather than DVI. This can make audio work in
  36. # DMT (computer monitor) modes
  37. #hdmi_drive=2
  38.  
  39. # uncomment to increase signal to HDMI, if you have interference, blanking, or
  40. # no display
  41. config_hdmi_boost=4
  42.  
  43. # uncomment for composite PAL
  44. #sdtv_mode=2
  45.  
  46. # uncomment to overclock the arm. 700 MHz is the default.
  47. #arm_freq=700
  48.  
  49. # boot u-boot kernel
  50. kernel=u-boot.bin
  51.  
  52. # enable serial console
  53. enable_uart=1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement