KLA-Plasma-KDE-CE ( stable release )

Moderator: Forum moderators

User avatar
Sofiya
Posts: 2299
Joined: Tue Dec 07, 2021 9:49 pm
Has thanked: 1483 times
Been thanked: 1548 times

Re: KLA-Plasma-KDE-CE ( stable release )

Post by Sofiya »

Gnimmelf wrote: Tue Nov 19, 2024 6:03 pm

hi there
i tried KLA-Plasma-KDE-CE 1.3 and wonder if its possible to set the cpu freq govenor to "performance" - installed xfce4-cpufreq-plugin but it doesnt seem to give me a frontend?

could someone guide me into how to do this?

kindly Gnimmelf

CPU Power Mode

sudo pacman -Syu cpupower
cpupower - Linux kernel tool to examine and tune power saving related features of your processor

Check the processor operating mode cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor

scripts for switching processor modes:
You can also install the GUI from AUR cpupower-gui

Attachments
CPU_Mode.tar.gz
scripts for switching processor modes
(424 Bytes) Downloaded 23 times
cpupower-gui-1.0.0-5.3-any.pkg.tar.zst.FALSE.gz
(47.48 KiB) Downloaded 16 times
2024-11-23_02-03.png
2024-11-23_02-03.png (23.09 KiB) Viewed 449 times
Last edited by Sofiya on Sat Nov 23, 2024 4:18 am, edited 2 times in total.

KL
PUPPY LINUX Simple fast free

User avatar
Sofiya
Posts: 2299
Joined: Tue Dec 07, 2021 9:49 pm
Has thanked: 1483 times
Been thanked: 1548 times

Re: KLA-Plasma-KDE-CE ( stable release )

Post by Sofiya »

view available processor frequency regulators: cpupower frequency-info

  • Modern desktop processors support 3 main modes: powersave, ondemand and performance.
    powersave — power saving mode, the core will operate at reduced frequencies
    ondemand — mode depending on the current load on the core
    performance — maximum power mode, sets the maximum possible frequency

Attachments
2024-11-23_02-11.png
2024-11-23_02-11.png (64.8 KiB) Viewed 445 times

KL
PUPPY LINUX Simple fast free

User avatar
Sofiya
Posts: 2299
Joined: Tue Dec 07, 2021 9:49 pm
Has thanked: 1483 times
Been thanked: 1548 times

Re: KLA-Plasma-KDE-CE ( stable release )

Post by Sofiya »

You can also write a script to switch between the three modes. "You can specify your own modes - the main thing is to SPECIFY them correctly.

modes - "schedutil" "performance" "powersave"

powermode.sh

Code: Select all

#!/bin/bash

if [ "`cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor`" == "schedutil" ]; then
    sudo cpupower frequency-set -g performance > /dev/null
    notify-send -i cpu.svg "PERFOMANCE CPU MODE ON"
elif [ "`cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor`" == "performance" ]; then
    sudo cpupower frequency-set -g powersave > /dev/null
    notify-send -i cpu.svg "POWERSAVE CPU MODE ON"
else
    sudo cpupower frequency-set -g schedutil > /dev/null
    notify-send -i cpu.svg "SCHEDUTIL CPU MODE ON"
fi
Attachments
powermode.sh.FALSE.gz
(532 Bytes) Downloaded 19 times

KL
PUPPY LINUX Simple fast free

User avatar
Sofiya
Posts: 2299
Joined: Tue Dec 07, 2021 9:49 pm
Has thanked: 1483 times
Been thanked: 1548 times

Re: KLA-Plasma-KDE-CE ( stable release )

Post by Sofiya »

KLA-Plasma-KDE-CE :thumbup:

Attachments
Снимок экрана_20241123_094417.png
Снимок экрана_20241123_094417.png (402.8 KiB) Viewed 386 times

KL
PUPPY LINUX Simple fast free

User avatar
Sofiya
Posts: 2299
Joined: Tue Dec 07, 2021 9:49 pm
Has thanked: 1483 times
Been thanked: 1548 times

Re: KLA-Plasma-KDE-CE ( stable release )

Post by Sofiya »

Announcement:

Pamac package manager - fixed. Can be updated, but don't forget to remove it from ignored ( libpamac-aur , pamac-aur )

If you have followed these procedures.
viewtopic.php?p=135609#p135609

KL
PUPPY LINUX Simple fast free

Clarity
Posts: 3920
Joined: Fri Jul 24, 2020 10:59 pm
Has thanked: 1651 times
Been thanked: 535 times

Re: KLA-Plasma-KDE-CE ( stable release )

Post by Clarity »

Hello @Sofiya and @rockedge
KLA-Plasma-KDE-CE ( stable release ) seems to have 2 sites: This thread is one and Here is the other

User avatar
rockedge
Site Admin
Posts: 6594
Joined: Mon Dec 02, 2019 1:38 am
Location: Connecticut,U.S.A.
Has thanked: 2794 times
Been thanked: 2664 times
Contact:

Re: KLA-Plasma-KDE-CE ( stable release )

Post by rockedge »

Clarity wrote: Thu Dec 05, 2024 10:36 am

Hello @Sofiya and @rockedge
KLA-Plasma-KDE-CE ( stable release ) seems to have 2 sites: This thread is one and Here is the other

@Sofiya and I have decided there are good reasons to keep both threads.

Post Reply

Return to “KL-Dev_Work”