# For more options and information see # https://www.raspberrypi.org/documentation/configuration/config-txt/README.md # Some settings may impact device functionality. See link above for details ### Overclocking ### Hammen: ALL of these (except my comments) were removed when opening My OSMC, although I initially set them through there # Disable turbo mode altogether initial_turbo=0 force_turbo=0 # Safe voltage adjustment over_voltage=2 # USB to 1.2A max_usb_current=1 # Don't overclock RAM over_voltage_sdram=0 # Lil CPU overclock arm_freq=1000 core_freq=500 ### HDMI ### Hammen: All of these were kept, also added through My OSMC using the Display tab # No overscan disable_overscan=1 hdmi_group=1 hdmi_mode=16 # Use EDID file instead of reading from monitor hdmi_edid_file=1 # Disable rainbow splash screen disable_splash=1 # Start X on boot start_x=1 # Aspect ratio for SDTV sdtv_aspect=3 # Normal PAL sdtv_mode=2 # Always pretend there's an HDMI signal hdmi_force_hotplug=1 # Ignore CEC init (like turn on your TV on rPI reboot) #hdmi_ignore_cec_init=1 # DVI or HDMI mode (only affects audio etc) hdmi_drive=2 ### Various GPU memory sizes for different Raspberry models ### Hammen: Same as HDMI, except used GPU Mem & Codec tab to add them gpu_mem_256=112 gpu_mem_512=144 gpu_mem_1024=256 ### Some device trees ### Hammen: All gone too, set these through SSH > vim /boot/config.txt # Temp sensor uses w1 and GPIO 4 # BMP280 pls dtparam=i2c1=on dtparam=i2c_arm=on # IR RC dtoverlay=lirc-rpi dtparam=gpio_in_pin=18 dtparam=gpio_out_pin=17 # RTC dtparam=i2c_arm=on dtoverlay=i2c-rtc,ds3231