Advertisement
Guest User

Untitled

a guest
Mar 17th, 2013
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. # uncomment if you get no picture on HDMI for a default "safe" mode
  2. #hdmi_safe=1
  3.  
  4. # uncomment this if your display has a black border of unused pixels visible
  5. # and your display can output without overscan
  6. #disable_overscan=1
  7.  
  8. # uncomment the following to adjust overscan. Use positive numbers if console
  9. # goes off screen, and negative if there is too much border
  10. #overscan_left=16
  11. #overscan_right=16
  12. #overscan_top=16
  13. #overscan_bottom=16
  14.  
  15. # uncomment to force a console size. By default it will be display's size minus
  16. # overscan.
  17. #framebuffer_width=1280
  18. #framebuffer_height=720
  19.  
  20. # uncomment if hdmi display is not detected and composite is being output
  21. #hdmi_force_hotplug=1
  22.  
  23. # uncomment to force a specific HDMI mode (this will force VGA)
  24. #hdmi_group=1
  25. #hdmi_mode=1
  26.  
  27. # uncomment to force a HDMI mode rather than DVI. This can make audio work in
  28. # DMT (computer monitor) modes
  29. #hdmi_drive=2
  30.  
  31. # uncomment to increase signal to HDMI, if you have interference, blanking, or
  32. # no display
  33. #config_hdmi_boost=4
  34.  
  35. # uncomment for composite PAL
  36. #sdtv_mode=2
  37.  
  38. #uncomment to overclock the arm. 700 MHz is the default.
  39. #arm_freq=800
  40.  
  41. # for more options see http://elinux.org/RPi_config.txt
  42.  
  43. ## Some over clocking settings, govenor already set to ondemand
  44.  
  45. ##None
  46. #arm_freq=700
  47. #core_freq=250
  48. #sdram_freq=400
  49. #over_voltage=0
  50.  
  51. ##Modest
  52. #arm_freq=800
  53. #core_freq=300
  54. #sdram_freq=400
  55. #over_voltage=0
  56.  
  57. ##Medium
  58. #arm_freq=900
  59. #core_freq=333
  60. #sdram_freq=450
  61. #over_voltage=2
  62.  
  63. ##High
  64. #arm_freq=950
  65. #core_freq=450
  66. #sdram_freq=450
  67. #over_voltage=6
  68.  
  69. ##Turbo
  70. #arm_freq=1000
  71. #core_freq=500
  72. #sdram_freq=500
  73. #over_voltage=6
  74.  
  75. gpu_mem_512=256
  76. gpu_mem_256=256
  77. cma_lwm=16
  78. cma_hwm=32
  79. cma_offline_start=16
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement