Xbian overclock presets [RPi 4B]
|
23rd Jan, 2025, 07:40 PM
Post: #1
|
|||
|
|||
Xbian overclock presets [RPi 4B]
Hi ,
my Raspberry Pi 4B has a passive aluminium cooler "enclosure". I use it as audio kodi server (no video stream). With no overclock, sometimes during reproduction big .flac files the player stop working for somes seconds, so I little overclocked adding to /boot/config.txt: Code: arm_freq=900 and it's better but no perfect. The temperature is ok: Terminal root@xbian ~ # vcgencmd measure_temp temp=39.0'C Now, using xbian-config command and choosing -> Settings -> System -> Overclocking a window appear with advice: Terminal Xbian has tested different overclocking settings and created a most preferable combination of settings but ones closed the advice I see no presets to choose, there are only two options to manually insert. My question is how to load the tested overclocking settings combinations? And which you use as good compromise? Thank you |
|||
4th Feb, 2025, 08:22 PM
Post: #2
|
|||
|
|||
RE: Xbian overclock presets [RPi 4B]
This can't be a Raspberry Pi 4B you're talking about
|
|||
6th Feb, 2025, 11:33 PM
Post: #3
|
|||
|
|||
RE: Xbian overclock presets [RPi 4B] | |||
7th Feb, 2025, 12:06 AM
Post: #4
|
|||
|
|||
RE: Xbian overclock presets [RPi 4B]
The Raspberry Pi 4 is now only on standby for me.
When I was still developing/testing with it, I always had Code: arm_freq=1800 In my opinion overclocking doesn't make sense anymore |
|||
5th Mar, 2025, 12:06 PM
Post: #5
|
|||
|
|||
RE: Xbian overclock presets [RPi 4B]
(23rd Jan, 2025 07:40 PM)kenuser Wrote: Hi , Xbian’s overclocking presets should appear in `/etc/xbian/overclock.conf`. If they don’t, update your system: ```bash sudo apt update && sudo apt upgrade -y sudo reboot ``` For better FLAC playback, manually set in `/boot/config.txt`: ```ini arm_freq=1750 core_freq=600 gpu_freq=600 over_voltage=2 sdram_freq=500 ``` Then reboot: ```bash sudo reboot ``` Your cooling is good, so this should be stable. Let me know if issues persist! |
|||
12th Mar, 2025, 07:00 PM
Post: #6
|
|||
|
|||
RE: Xbian overclock presets [RPi 4B]
(23rd Jan, 2025 07:40 PM)kenuser Wrote: Hi Sprunki,Xbian used to provide predefined overclocking settings, but on the Pi 4, this feature might not work correctly due to differences in firmware. That’s why you only see manual entry options in xbian-config. |
|||
« Next Oldest | Next Newest »
|
Possibly Related Threads... | |||||
Thread: | Author | Replies | Views: | Last Post | |
[Solved] Xbian-config overclock settings | Smultie | 10 | 30,422 |
14th Dec, 2013 07:27 PM Last Post: mk01 |