Advertisement
Guest User

Untitled

a guest
Feb 11th, 2019
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # For more options and information see
  2. # http://rpf.io/configtxtreadme
  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. # uncomment this if your display has a black border of unused pixels visible
  9. # and your display can output without overscan
  10. disable_overscan=1
  11.  
  12. # uncomment the following to adjust overscan. Use positive numbers if console
  13. # goes off screen, and negative if there is too much border
  14. #overscan_left=16
  15. #overscan_right=16
  16. #overscan_top=16
  17. #overscan_bottom=16
  18.  
  19. # uncomment to force a console size. By default it will be display's size minus
  20. # overscan.
  21. #framebuffer_width=1280
  22. #framebuffer_height=720
  23. framebuffer_width=3840
  24. framebuffer_height=2160
  25. max_framebuffer_width=3840
  26. max_framebuffer_height=2160
  27.  
  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. hdmi_group=2
  35. hdmi_mode=87
  36.  
  37. # uncomment to force a HDMI mode rather than DVI. This can make audio work in
  38. # DMT (computer monitor) modes
  39. #hdmi_drive=2
  40.  
  41. # uncomment to increase signal to HDMI, if you have interference, blanking, or
  42. # no display
  43. #config_hdmi_boost=4
  44.  
  45. # uncomment for composite PAL
  46. #sdtv_mode=2
  47.  
  48. #uncomment to overclock the arm. 700 MHz is the default.
  49. #arm_freq=800
  50.  
  51. # Uncomment some or all of these to enable the optional hardware interfaces
  52. #dtparam=i2c_arm=on
  53. #dtparam=i2s=on
  54. #dtparam=spi=on
  55.  
  56. # Uncomment this to enable the lirc-rpi module
  57. #dtoverlay=lirc-rpi
  58.  
  59. # Additional overlays and parameters are documented /boot/overlays/README
  60.  
  61. # Enable audio (loads snd_bcm2835)
  62. dtparam=audio=on
  63.  
  64. hdmi_ignore_edid=0xa5000080
  65. hdmi_timings=3840 1 48 32 80 2160 1 3 5 54 0 0 0 28 0 248140000 3
  66. gpu_mem=128
  67. hdmi_pixel_freq_limit=400000000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement