Skip to content
CurlyMoo edited this page Jan 4, 2013 · 8 revisions

Empty

root@xbian:~# xbian-config overclocking
Available arguments for module 'overclocking' are:
select update values list

[select]

root@xbian:~# xbian-config overclocking update turbo
1
root@xbian:~# xbian-config overclocking select
turbo
root@xbian:~# xbian-config overclocking update custom 950 500 500 6
1
root@xbian:~# xbian-config overclocking select
custom
root@xbian:~# xbian-config overclocking update custom 1000 500 500 6
1
root@xbian:~# xbian-config overclocking select
turbo

[update]

(ARM, CORE, SDRAM, VOLTAGE)

root@xbian:~# xbian-config overclocking update turbo
1
root@xbian:~# xbian-config overclocking update junk
-1
root@xbian:~# xbian-config overclocking update custom 1000 500 500 6
1
root@xbian:~# xbian-config overclocking update custom 1000 500 500
-2
root@xbian:~# xbian-config overclocking update custom 1000 500 500 a
-3

0 = failed, 1 = success, -1 preset doesn't exist, -2 invalid number of arguments, -3 non-numeric arguments

[values]

root@xbian:~# xbian-config overclocking update turbo
1
root@xbian:~# xbian-config overclocking values
1000 500 500 6
root@xbian:~# xbian-config overclocking values xbian
840 375 400 0
root@xbian:~# xbian-config overclocking values junk
-1

-1 preset doesn't exist, @ oc values (ARM, CORE, SDRAM, VOLTAGE)

[list]

root@xbian:~# xbian-config overclocking list
None 
Modest 
XBian 
Medium 
High 
Turbo 
Custom

@ list of presets

Clone this wiki locally