Skip to content

Releases: djparentx/CPU-Manager

Simple CPU Manager v2.3.1

Choose a tag to compare

@djparentx djparentx released this 19 Jun 21:45
edc210d

ko-fi

v2.3.1 by djparent

Derived from ArkOS Manager by @lcdyk


v2.3.1 Change Log

  • added 'Enable Settings Persistence' to the GPU Frequency Manager
  • fixed a race condition in the zram autostart service

v2.2 Change Log

  • minor housekeeping

Overview

A lightweight system management tool for the R36S, designed to simplify performance tuning by focusing only on essential CPU, GPU, and memory controls.

This script removes unnecessary complexity from ArkOS Manager and provides a fast, controller-friendly interface for managing system performance.


Features

  • B button now functions as back button
  • GPU frequency management with formatted MHz display
  • CPU governor selection applied across all cores
  • CPU max frequency control with sorted frequency list
  • ZRAM management with preset profiles based on system RAM
  • Optional persistence for CPU settings across reboots
  • Automatic ZRAM service creation and persistence
  • Multi-language support (EN, FR, ES, PT, IT, DE, PL)
  • Clean, controller-friendly menu interface

CPU & GPU Controls

CPU

  • Set governor (performance, ondemand, etc.) across all cores
  • Adjust maximum CPU frequency using a sorted list
  • Optional persistence across reboots

GPU

  • Adjust GPU frequency with readable MHz values
  • Simple selection interface for quick tuning

ZRAM

  • Enable and configure compressed RAM (ZRAM)
  • Uses preset profiles based on system RAM
  • Automatically creates and enables systemd service for persistence

Persistence

  • Optional CPU settings persistence via systemd
  • ZRAM configuration automatically persists across reboots
  • Writes configuration to system directories (e.g., /etc)

Installation

  1. Copy the script to your R36S Tools folder

  2. Run it


Requirements

  • R36S running ArkOS or dArkOS
  • Root privileges (auto-elevates with sudo)

Notes

  • Designed for RK3326-based devices like the R36S
  • Directly interacts with sysfs for CPU and GPU control
  • Safe to re-run without breaking existing configuration

Credits

  • Original ArkOS Manager by @lcdyk
  • Simplified and enhanced version by djparent

Simple CPU Manager v2.2

Choose a tag to compare

@djparentx djparentx released this 18 May 22:45
edc210d

Simple CPU Manager (R36S - ArkOS/dArkOS/RE)

v2.2 by djparent

Derived from ArkOS Manager by @lcdyk


v2.2 Change Log

  • minor housekeeping

Overview

A lightweight system management tool for the R36S, designed to simplify performance tuning by focusing only on essential CPU, GPU, and memory controls.

This script removes unnecessary complexity from ArkOS Manager and provides a fast, controller-friendly interface for managing system performance.


Features

  • B button now functions as back button
  • GPU frequency management with formatted MHz display
  • CPU governor selection applied across all cores
  • CPU max frequency control with sorted frequency list
  • ZRAM management with preset profiles based on system RAM
  • Optional persistence for CPU settings across reboots
  • Automatic ZRAM service creation and persistence
  • Multi-language support (EN, FR, ES, PT, IT, DE, PL)
  • Clean, controller-friendly menu interface

CPU & GPU Controls

CPU

  • Set governor (performance, ondemand, etc.) across all cores
  • Adjust maximum CPU frequency using a sorted list
  • Optional persistence across reboots

GPU

  • Adjust GPU frequency with readable MHz values
  • Simple selection interface for quick tuning

ZRAM

  • Enable and configure compressed RAM (ZRAM)
  • Uses preset profiles based on system RAM
  • Automatically creates and enables systemd service for persistence

Persistence

  • Optional CPU settings persistence via systemd
  • ZRAM configuration automatically persists across reboots
  • Writes configuration to system directories (e.g., /etc)

Installation

  1. Copy the script to your R36S Tools folder

  2. Run it


Requirements

  • R36S running ArkOS or dArkOS
  • Root privileges (auto-elevates with sudo)

Notes

  • Designed for RK3326-based devices like the R36S
  • Directly interacts with sysfs for CPU and GPU control
  • Safe to re-run without breaking existing configuration

Credits

  • Original ArkOS Manager by @lcdyk
  • Simplified and enhanced version by djparent