meta data for this page
Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
en:wiki:cpupower [2021/04/28 10:18] Daniel Sammut Formatting |
en:wiki:cpupower [2021/06/14 12:50] Daniel Sammut |
||
---|---|---|---|
Line 2: | Line 2: | ||
- | In order to get the best performance from your processor for audio work, you need to set the CPU mode to ' | + | In order to get the best performance from your processor for audio work, you need to set the CPU governor |
===== To Set Temporarily ===== | ===== To Set Temporarily ===== | ||
Line 15: | Line 15: | ||
===== To Set Permanently ===== | ===== To Set Permanently ===== | ||
- | If you wish to make this change permanent, you need to create a special text file. | + | In OpenSuSE, the quickest way to set the CPU Governor is through YaST.Follow these steps: |
- | Using your console | + | - Open System Settings. |
+ | - Under ' | ||
+ | - Type in the administrator password to open YaST. | ||
+ | - Under ' | ||
+ | - Click on ' | ||
+ | - In the text box that is labelled ' | ||
+ | | ||
+ | - Close YaST. | ||
+ | - Reboot your computer to ensure that the CPU governor is working as expected (use the RealtimeConfigQuickScan application to check). | ||
- | '' | ||
- | 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: | ||
- | |||
- | '' |