2019-03-20 01:11:59 +07:00
<!DOCTYPE html>
2019-02-27 02:06:13 +07:00
< html >
2019-02-27 20:00:19 +07:00
< head >
2019-02-27 20:12:58 +07:00
< title > Ryzen Controller< / title >
2019-02-27 20:00:19 +07:00
< meta charset = "utf-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
< link rel = "stylesheet" href = "./node_modules/uikit/dist/css/uikit.min.css" / >
< script src = "./node_modules/uikit/dist/js/uikit.min.js" > < / script >
< script src = "./node_modules/uikit/dist/js/uikit-icons.min.js" > < / script >
2019-03-08 19:02:14 +07:00
< style >
#release-tab.uk-active {
position:absolute;display: inline-block;width: 100%;height: 100%;
}
< / style >
2019-02-27 20:00:19 +07:00
< / head >
2019-03-08 19:02:14 +07:00
< body class = "uk-animation-fade" uk-height-viewport = "expand: true" >
2019-03-01 21:38:59 +07:00
< h1 > Ryzen Controller < span id = "version" class = "uk-badge" > < / span > < / h1 >
2019-03-08 02:00:12 +07:00
2019-03-08 19:02:14 +07:00
< ul uk-switcher = "animation: uk-animation-fade" uk-tab uk-sticky class = "uk-background-default uk-margin-remove" >
2019-02-28 14:11:03 +07:00
< li > < a href = "#" > Controller< / a > < / li >
2019-03-20 02:42:47 +07:00
< li > < a href = "#" > Experimental< / a > < / li >
2019-02-27 20:00:19 +07:00
< li > < a href = "#" > Presets< / a > < / li >
2019-03-08 01:57:28 +07:00
< li > < a href = "#" > Settings< / a > < / li >
2019-03-08 19:02:14 +07:00
< li > < a href = "#" > Releases< / a > < / li >
2019-02-27 20:00:19 +07:00
< li > < a href = "#" > Logs< / a > < / li >
< / ul >
2019-03-08 19:02:14 +07:00
< ul class = "uk-switcher uk-margin-remove" uk-height-viewport = "expand: true" style = "position:relative;" >
2019-03-08 02:00:12 +07:00
2019-03-08 19:02:14 +07:00
< li class = "uk-margin-top uk-margin-bottom uk-container" id = "controller-tab" >
2019-03-20 02:44:58 +07:00
< h3 > < label > < input class = "uk-checkbox uk-margin-small-right" type = "checkbox" id = "apply_stapm_time_ms" > STAPM Constant Time (Ms)< / label > < / h3 >
2019-03-20 01:11:59 +07:00
< div class = "uk-grid-small" uk-grid >
< div class = "uk-width-1-6" >
< input class = "uk-input " type = "number" min = "1000" max = "5000" value = "1000" id = "stapm_time_ms" repeat = "stapm_time_ms_range" >
< / div >
< div class = "uk-width-expand" >
< input class = "uk-range" type = "range" min = "1000" max = "5000" value = "0" repeat = "stapm_time_ms" id = "stapm_time_ms_range" >
< / div >
< / div >
2019-03-20 02:44:58 +07:00
< h3 > < label > < input class = "uk-checkbox uk-margin-small-right" type = "checkbox" id = "apply_stapm_limit_w" > STAPM Limit (W)< / label > < / h3 >
2019-02-28 23:53:13 +07:00
< div class = "uk-grid-small" uk-grid >
2019-03-01 04:18:38 +07:00
< div class = "uk-width-1-6" >
2019-02-28 23:53:13 +07:00
< input class = "uk-input" type = "number" min = "5" max = "60" value = "20" id = "stapm_limit_w" repeat = "stapm_limit_w_range" >
< / div >
2019-03-01 04:18:38 +07:00
< div class = "uk-width-expand" >
2019-02-28 23:53:13 +07:00
< input class = "uk-range" type = "range" min = "5" max = "60" value = "20" repeat = "stapm_limit_w" id = "stapm_limit_w_range" >
< / div >
< / div >
2019-03-20 02:44:58 +07:00
< h3 > < label > < input class = "uk-checkbox uk-margin-small-right" type = "checkbox" id = "apply_ppt_fast_limit_w" > PPT Fast Limit (W)< / label > < / h3 >
2019-02-28 23:53:13 +07:00
< div class = "uk-grid-small" uk-grid >
2019-03-01 04:18:38 +07:00
< div class = "uk-width-1-6" >
2019-02-28 23:53:13 +07:00
< input class = "uk-input" type = "number" min = "5" max = "60" value = "25" id = "ppt_fast_limit_w" repeat = "ppt_fast_limit_w_range" >
< / div >
2019-03-01 04:18:38 +07:00
< div class = "uk-width-expand" >
2019-02-28 23:53:13 +07:00
< input class = "uk-range" type = "range" min = "5" max = "60" value = "25" repeat = "ppt_fast_limit_w" id = "ppt_fast_limit_w_range" >
< / div >
< / div >
2019-03-20 02:44:58 +07:00
< h3 > < label > < input class = "uk-checkbox uk-margin-small-right" type = "checkbox" id = "apply_ppt_slow_limit_w" > PPT Slow Limit (W)< / label > < / h3 >
2019-02-28 23:53:13 +07:00
< div class = "uk-grid-small" uk-grid >
2019-03-01 04:18:38 +07:00
< div class = "uk-width-1-6" >
2019-02-28 23:53:13 +07:00
< input class = "uk-input" type = "number" min = "5" max = "60" value = "10" id = "ppt_slow_limit_w" repeat = "ppt_slow_limit_w_range" >
< / div >
2019-03-01 04:18:38 +07:00
< div class = "uk-width-expand" >
2019-02-28 23:53:13 +07:00
< input class = "uk-range" type = "range" min = "5" max = "60" value = "10" repeat = "ppt_slow_limit_w" id = "ppt_slow_limit_w_range" >
< / div >
< / div >
2019-03-20 02:44:58 +07:00
< h3 > < label > < input class = "uk-checkbox uk-margin-small-right" type = "checkbox" id = "apply_temperature_limit_c" > Temperature Limit (°C)< / label > < / h3 >
2019-02-28 23:53:13 +07:00
< div class = "uk-grid-small" uk-grid >
2019-03-01 04:18:38 +07:00
< div class = "uk-width-1-6" >
2019-02-28 23:53:13 +07:00
< input class = "uk-input" type = "number" min = "50" max = "100" value = "80" id = "temperature_limit_c" repeat = "temperature_limit_c_range" >
< / div >
2019-03-01 04:18:38 +07:00
< div class = "uk-width-expand" >
2019-02-28 23:53:13 +07:00
< input class = "uk-range" type = "range" min = "50" max = "100" value = "80" repeat = "temperature_limit_c" id = "temperature_limit_c_range" >
< / div >
< / div >
2019-03-20 02:44:58 +07:00
< h3 > < label > < input class = "uk-checkbox uk-margin-small-right" type = "checkbox" id = "apply_vrm_current_m_a" > VRM Current (A)< / label > < / h3 >
2019-02-28 23:53:13 +07:00
< div class = "uk-grid-small" uk-grid >
2019-03-01 04:18:38 +07:00
< div class = "uk-width-1-6" >
2019-03-24 00:23:51 +07:00
< input class = "uk-input" type = "number" min = "20" max = "75" value = "30" id = "vrm_current_m_a" repeat = "vrm_current_m_a_range" >
2019-02-28 23:53:13 +07:00
< / div >
2019-03-01 04:18:38 +07:00
< div class = "uk-width-expand" >
2019-03-24 00:23:51 +07:00
< input class = "uk-range" type = "range" min = "20" max = "75" value = "30" repeat = "vrm_current_m_a" id = "vrm_current_m_a_range" >
2019-02-28 23:53:13 +07:00
< / div >
< / div >
2019-03-20 02:44:58 +07:00
< h3 > < label > < input class = "uk-checkbox uk-margin-small-right" type = "checkbox" id = "apply_min_fclk_frequency" > Minimum transmission frequency (Mhz)< / label > < / h3 >
2019-03-10 16:17:28 +07:00
< div class = "uk-grid-small" uk-grid >
< div class = "uk-width-1-6" >
< input class = "uk-input" type = "number" min = "800" max = "1600" value = "800" step = "10" id = "min_fclk_frequency" repeat = "min_fclk_frequency_range" >
< / div >
< div class = "uk-width-expand" >
< input class = "uk-range" type = "range" min = "800" max = "1600" value = "800" step = "10" repeat = "min_fclk_frequency" id = "min_fclk_frequency_range" >
< / div >
< / div >
2019-03-20 02:44:58 +07:00
< h3 > < label > < input class = "uk-checkbox uk-margin-small-right" type = "checkbox" id = "apply_max_fclk_frequency" > Maximum transmission frequency (Mhz)< / label > < / h3 >
2019-03-10 16:17:28 +07:00
< div class = "uk-grid-small" uk-grid >
< div class = "uk-width-1-6" >
< input class = "uk-input" type = "number" min = "800" max = "1600" value = "1200" step = "10" id = "max_fclk_frequency" repeat = "max_fclk_frequency_range" >
< / div >
< div class = "uk-width-expand" >
< input class = "uk-range" type = "range" min = "800" max = "1600" value = "1200" step = "10" repeat = "max_fclk_frequency" id = "max_fclk_frequency_range" >
< / div >
< / div >
2019-03-08 02:00:12 +07:00
< p class = "uk-margin" >
2019-03-08 01:58:53 +07:00
< button class = "uk-button uk-button-primary" onClick = "applyRyzenSettings()" > Apply< / button >
2019-03-08 02:00:12 +07:00
< button class = "uk-button uk-button-secondary" uk-toggle = "target: #modal-new-preset" > Save to preset< / button >
< / p >
2019-02-27 20:00:19 +07:00
< / li >
2019-03-08 02:00:12 +07:00
2019-03-20 01:11:59 +07:00
< li class = "uk-margin-top uk-margin-bottom uk-container" id = "experimental-tab" >
2019-03-20 02:45:12 +07:00
< h3 > < label > < input class = "uk-checkbox uk-margin-small-right" type = "checkbox" id = "apply_psi0_current_limit" > PSI0 Current Limit (mA)< / label > < / h3 >
2019-03-20 01:11:59 +07:00
< div class = "uk-grid-small" uk-grid >
< div class = "uk-width-1-6" >
< input class = "uk-input" type = "number" min = "20" max = "100" value = "20" id = "psi0_current_ma" repeat = "psi0_current_limit_range" >
< / div >
< div class = "uk-width-expand" >
< input class = "uk-range" type = "range" min = "20" max = "100" value = "20" repeat = "psi0_current_ma" id = "psi0_current_limit_range" >
< / div >
< / div >
2019-03-22 04:37:47 +07:00
< h3 > < label > < input class = "uk-checkbox uk-margin-small-right" type = "checkbox" id = "apply_stapm_timer_ms" > STAPM Timer (Ms)< / label > < / h3 >
2019-03-20 05:10:57 +07:00
< div class = "uk-grid-small" uk-grid >
< div class = "uk-width-1-6" >
2019-03-22 04:37:47 +07:00
< input class = "uk-input" type = "number" min = "1000" max = "5000" value = "1000" id = "stapm_timer_ms" repeat = "stapm_timer_ms_range" >
2019-03-20 05:10:57 +07:00
< / div >
< div class = "uk-width-expand" >
2019-03-22 04:37:47 +07:00
< input class = "uk-range" type = "range" min = "1000" max = "5000" value = "1000" repeat = "stapm_timer_ms" id = "stapm_timer_ms_range" >
2019-03-20 05:10:57 +07:00
< / div >
< / div >
2019-03-20 01:11:59 +07:00
< l >
2019-03-08 19:02:14 +07:00
< li class = "uk-margin-top uk-margin-bottom uk-container" id = "presetTab" > < / li >
2019-03-08 01:57:28 +07:00
2019-03-08 19:02:14 +07:00
< li class = "uk-margin-top uk-margin-bottom uk-container" >
2019-03-11 18:55:37 +07:00
<!-- <h3>Auto start with system:</h3> -->
<!-- <label><input class="uk - checkbox" type="checkbox" id="start_at_boot"> When checked, Ryzen Controller will start on system login.</label> -->
2019-03-01 00:40:42 +07:00
< h3 > Auto apply on launch:< / h3 >
< label > < input class = "uk-checkbox" type = "checkbox" id = "apply_last_settings_on_launch" > When checked, Ryzen Controller will try to apply latest used settings on launch.< / label >
2019-03-01 22:24:43 +07:00
< h3 > Minimize to tray:< / h3 >
< label > < input class = "uk-checkbox" type = "checkbox" id = "minimize_to_tray" > When checked, Ryzen Controller will minimize to tray instead of taskbar.< / label >
2019-04-07 18:57:01 +07:00
<!-- <h3 class="windows - only">HPET:</h3>
2019-04-06 05:40:09 +07:00
< p class = "uk-margin windows-only" >
High Precision Event Timer: Allow application to get time with precision below microseconds, but is slower than most other other timer facilities.< br / >
Try running benchmark with and without to see if you get any difference.< br / >
If it doesn't make any difference, it's recommanded to let it enable.< br / >
< em > You must reboot to apply changes.< / em >
< / p >
< p class = "uk-margin windows-only" >
< button class = "uk-button uk-button-primary" onClick = "toggleHpet('true')" > Enable< / button >
< button class = "uk-button uk-button-secondary" onClick = "toggleHpet('false')" > Disable< / button >
2019-04-07 18:57:01 +07:00
< / p > -->
2019-03-01 23:12:05 +07:00
< h3 > Re-apply ryzenadj periodically:< / h3 >
< p > Ryzen Controller will re-apply ryzenadj every X seconds. Set to 0 to disable.< / p >
< div class = "uk-grid-small" uk-grid >
< div class = "uk-width-1-6" >
< input class = "uk-input" type = "number" min = "0" step = "10" max = "3600" value = "0" id = "reapply_periodically" repeat = "reapply_periodically_range" >
< / div >
< div class = "uk-width-expand" >
< input class = "uk-range" type = "range" min = "0" step = "10" max = "3600" value = "0" repeat = "reapply_periodically" id = "reapply_periodically_range" >
< / div >
< / div >
2019-02-28 23:53:13 +07:00
< h3 > Ryzenadj path:< / h3 >
2019-02-28 14:11:03 +07:00
< div class = "uk-grid-small" uk-grid >
< div class = "uk-width-2-3@s" >
< input class = "uk-input" type = "text" id = "ryzen_adj_path" >
< / div >
< div class = "uk-width-1-3@s" >
2019-03-08 01:58:53 +07:00
< button class = "uk-button uk-button-default uk-button-small" type = "button" onClick = "askingForRyzenAdjExecutablePath()" >
2019-02-28 14:11:03 +07:00
Select path to ryzenadj.exe
< / button >
< / div >
< / div >
< / li >
2019-03-08 01:57:28 +07:00
2019-03-08 19:02:14 +07:00
< li id = "release-tab" >
< webview
style="height:100%;"
frameborder="0"
src="https://gitlab.com/le.storm1er/ryzen-controller/releases"
>< / webview >
< / li >
< li class = "uk-margin-top uk-margin-bottom uk-container" >
2019-03-01 00:03:51 +07:00
< textarea class = "uk-textarea" rows = "20" id = "logs" readonly > < / textarea >
< / li >
2019-03-08 02:00:12 +07:00
2019-02-27 20:00:19 +07:00
< / ul >
2019-03-08 02:00:12 +07:00
<!-- Add a preset modal -->
< div id = "modal-new-preset" uk-modal >
< div class = "uk-modal-dialog uk-modal-body" >
< h2 class = "uk-modal-title" > Save current settings to preset< / h2 >
< p > The current settings will be saved to a new preset. Give it a name then you'll be able to reapply it fastly from the preset tab.< / p >
< div class = "uk-margin" >
< input class = "uk-input" type = "text" id = "new_preset_name" placeholder = "Preset name: performance, low energy, unicorn power, ..." >
< / div >
< button class = "uk-button uk-button-primary uk-modal-close" type = "button" onClick = "saveToNewPreset()" > Save< / button >
< button class = "uk-button uk-button-secondary uk-modal-close" type = "button" > Close< / button >
< / div >
< / div >
< script type = "text/javascript" src = "./js/methods.js" > < / script >
< script type = "text/javascript" src = "./js/app.js" > < / script >
2019-02-27 20:00:19 +07:00
< / body >
2019-02-27 02:06:13 +07:00
< / html >