Advertisement
Guest User

Untitled

a guest
Aug 25th, 2018
294
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1.  
  2. # For more options and information see
  3. # http://rpf.io/configtxt
  4. # Some settings may impact device functionality. See link above for details
  5.  
  6. # uncomment if you get no picture on HDMI for a default "safe" mode
  7. #hdmi_safe=1
  8.  
  9. # uncomment this if your display has a black border of unused pixels visible
  10. # and your display can output without overscan
  11. #disable_overscan=1
  12.  
  13. # uncomment the following to adjust overscan. Use positive numbers if console
  14. # goes off screen, and negative if there is too much border
  15. overscan_left=22
  16. overscan_right=22
  17. overscan_top=0
  18. overscan_bottom=0
  19.  
  20. # uncomment to force a console size. By default it will be display's size minus
  21. # overscan.
  22. #framebuffer_width=800
  23. #framebuffer_height=600
  24.  
  25. # uncomment if hdmi display is not detected and composite is being output
  26. # hdmi_force_hotplug=1
  27. # hdmi_ignore_hotplug=1
  28.  
  29. # uncomment to force a specific HDMI mode (this will force VGA)
  30. # hdmi_group=2
  31. # hdmi_mode=16
  32.  
  33. # uncomment to force a HDMI mode rather than DVI. This can make audio work in
  34. # DMT (computer monitor) modes
  35. # hdmi_drive=2
  36.  
  37. # uncomment to increase signal to HDMI, if you have interference, blanking, or
  38. # no display
  39. #config_hdmi_boost=4
  40.  
  41. # uncomment for composite PAL
  42. sdtv_mode=16
  43. sdtv_aspect=1
  44.  
  45. #uncomment to overclock the arm. 700 MHz is the default.
  46. #arm_freq=800
  47.  
  48. # Uncomment some or all of these to enable the optional hardware interfaces
  49. #dtparam=i2c_arm=on
  50. #dtparam=i2s=on
  51. #dtparam=spi=on
  52.  
  53. # Uncomment this to enable the lirc-rpi module
  54. #dtoverlay=lirc-rpix
  55.  
  56. # Additional overlays and parameters are documented /boot/overlays/README
  57.  
  58. # Enable audio (loads snd_bcm2835)
  59. dtparam=audio=on
  60. gpu_mem_256=128
  61. gpu_mem_512=256
  62. gpu_mem_1024=256
  63. overscan_scale=1
  64. hdmi_ignore_hotplug=1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement