Guest User

Untitled

a guest
Jul 30th, 2024
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 KB | None | 0 0
  1. # For more options and information see
  2. # http://rptl.io/configtxt
  3. # Some settings may impact device functionality. See link above for details
  4.  
  5. # Uncomment some or all of these to enable the optional hardware interfaces
  6. #dtparam=i2c_arm=on
  7. dtparam=i2s=on
  8. #dtparam=spi=on
  9.  
  10. # Enable audio (loads snd_bcm2835)
  11. dtparam=audio=on
  12.  
  13.  
  14. # uncomment if hdmi display is not detected and composite is being output
  15.  
  16. # Additional overlays and parameters are documented
  17. # /boot/firmware/overlays/README
  18.  
  19. # Automatically load overlays for detected cameras
  20. #camera_auto_detect=1
  21.  
  22. # Automatically load overlays for detected DSI displays
  23. display_auto_detect=1
  24.  
  25. # Automatically load initramfs files, if found
  26. auto_initramfs=1
  27.  
  28. # Enable DRM VC4 V3D driver
  29. dtoverlay=vc4-kms-v3d
  30. max_framebuffers=2
  31.  
  32. # Don't have the firmware create an initial video= setting in cmdline.txt.
  33. # Use the kernel's default instead.
  34. disable_fw_kms_setup=1
  35.  
  36. # Run in 64-bit mode
  37. arm_64bit=1
  38.  
  39. # Disable compensation for displays with overscan
  40. disable_overscan=1
  41.  
  42. # Run as fast as firmware / board allows
  43. arm_boost=1
  44.  
  45. [cm4]
  46. # Enable host mode on the 2711 built-in XHCI USB controller.
  47. # This line should be removed if the legacy DWC2 controller is required
  48. # (e.g. for USB device mode) or if USB support is not required.
  49. otg_mode=1
  50.  
  51. #NEW SETUP
  52. disable_audio_dither=1
  53. hdmi_force_hotplug=1
  54. avoid_warnings=1
  55. hdmi_group=2
  56. hdmi_mode=1
  57. hdmi_mode=87
  58. hdmi_cvt=800 480 60 6 0 0 0
  59. dtparam=spi=on
  60. dtparam=i2c_arm=on
  61. kernel=kernel8.img
  62.  
  63. #new overclock
  64. # Tell the DVFS algorithm to increase voltage by this amount (in µV; default 0).
  65. # IMPORTANT: See note below
  66. over_voltage_delta=50000
  67.  
  68. # Set the Arm A76 core frequency (in MHz; default 2400).
  69. arm_freq=3000
  70.  
  71. # Set the VideoCore VII core frequency (in MHz; default 800).
  72. gpu_freq=1000
  73.  
  74. [all]
  75.  
  76.  
Advertisement
Add Comment
Please, Sign In to add comment