meta data for this page
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision Next revision Both sides next revision | ||
en:wiki:cpupower [2021/04/28 09:39] Fabio Pesari created |
en:wiki:cpupower [2021/04/28 10:18] Daniel Sammut Formatting |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | To be edited. | + | ====== CPUPOWER Settings ====== |
+ | |||
+ | |||
+ | In order to get the best performance from your processor for audio work, you need to set the CPU mode to ' | ||
+ | |||
+ | ===== To Set Temporarily ===== | ||
+ | |||
+ | To temporarily change this setting which resets upon reboot, run this command in your console: | ||
+ | |||
+ | '' | ||
+ | |||
+ | This will set your CPU to it's maximum rated speed. This will draw more power, and if you are using a laptop, it will drain the battery quicker. | ||
+ | |||
+ | |||
+ | ===== To Set Permanently ===== | ||
+ | |||
+ | If you wish to make this change permanent, you need to create a special text file. | ||
+ | |||
+ | Using your console text editor of choice create the following file (for this example, I will use nano which is pre-installed with openSUSE). | ||
+ | |||
+ | '' | ||
+ | |||
+ | Copy and paste the following text into the newly created file: | ||
+ | |||
+ | |||
+ | ---- | ||
+ | [Unit] | ||
+ | |||
+ | Description=CPU powersave | ||
+ | |||
+ | [Service] | ||
+ | Type=oneshot | ||
+ | ExecStart=/ | ||
+ | |||
+ | [Install] | ||
+ | |||
+ | WantedBy=multi-user.target | ||
+ | |||
+ | ---- | ||
+ | |||
+ | Then save and close the file (in nano it's **ctrl + o** then **enter** to save. To exit press **ctrl + x** | ||
+ | |||
+ | Then run the following command: | ||
+ | |||
+ | '' | ||
+ | |||
+ | Followed by: | ||
+ | |||
+ | '' |