Skip to content
Update after install System configuration authored by Projekt:Root's avatar Projekt:Root
......@@ -77,16 +77,18 @@ $ `sudo nano /etc/default/cpupower`
Save changes with Ctrl+o and exit Ctrl+x
Now open terminal and enable service:
$ `sudo systemctl enable cpupower.service`
Now cpupower service can be enabled & disabled via obmenu
RecBox Settings > CPU Power
**RecBox Settings** > **CPU Power**
![cpupower-service](uploads/cf88fe661f0ce5ab2f962282102e2e20/cpupower-service.png)
or **WorkFlow**
```
> Studio (enable)
> Daily (disable)
```
-------------------------------------------
......@@ -96,13 +98,13 @@ RecBox Settings > CPU Power
GRUB_CMDLINE_LINUX_DEFAULT="quiet threadirqs"
```
$ `sudo nano /etc/default/grub`
$ `nano ~/.config/openbox/obconfigs/grub.studio`
![threadirqs.png](https://gitlab.com/ProjektRoot/RecBox-config/raw/master/screen-shots/threadirqs.png)
$ `sudo update-grub`
Usually we're making this changes in `/etc/default/grub` but in this case default grub config file is overwritten by *grub.daily* and *grub.studio* when we are changing **WorkFlow**.
Note that if you update RecBox you need to check *grub.daily* and *grub.studio* in `~/.config/openbox/obconfigs/` because **Configure RecBox** (recbox-install.sh) option is copying grub file from `/etc/default/` to *grub.studio* and *grub.daily*.
-------------------------------------------
......@@ -150,10 +152,16 @@ That part is automated via *recbox-install.sh* script so no need to configure it
To enable, disable RTC at boot go to obmenu
Recbox Settings > RTC Increasing
**Recbox Settings** > **Increas RTC**
![rtc](uploads/a61d169143c9d60cd7ed70afa429a1f6/rtc.png)
or change **WorkFlow**
```
> Daily (disable)
> Studio (enable)
```
--------------------------------------------
### **More details about** [Professional Audio](https://wiki.archlinux.org/index.php/Professional_audio)
\ No newline at end of file