Skip to content

Moved CPU & GPU settings into separate Tuning window#87

Open
Matthias-VdC wants to merge 1 commit into
utajum:masterfrom
Matthias-VdC:feature/ui-refactor
Open

Moved CPU & GPU settings into separate Tuning window#87
Matthias-VdC wants to merge 1 commit into
utajum:masterfrom
Matthias-VdC:feature/ui-refactor

Conversation

@Matthias-VdC
Copy link
Copy Markdown
Contributor

UI changes:

  • Tuning window added under GPU Mode
  • Moved CPU Power Limits and CPU Undervolting into Tuning Window
  • Moved GPU Tuning from Extra into GPU tab
  • Moved Extra settings button out of Laptop Keyboard header. It is next to Updates now at the Bottom
image

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 2, 2026

Build Artifacts

Built from commit 8e8f4dd — version 0.0.0-pr.87.8e8f4dd

Download g-helper-linux-pr-87.zip

View on GitHub Actions (requires login)


Contents:

File Description
GHelper-x86_64.AppImage All-in-one AppImage (easiest to run)
ghelper Native AOT binary (self-contained, native libs embedded)
90-ghelper.rules Udev rules for hardware access without sudo
ghelper-gpu-boot.sh GPU mode boot script (applies Eco/Standard before display manager)
ghelper-gpu-boot.service Systemd service for GPU boot script

Quick test (download + extract):

wget https://nightly.link/utajum/g-helper-linux/actions/runs/25260549520/g-helper-linux-pr-87.zip && unzip g-helper-linux-pr-87.zip -d g-helper-linux-pr-87 && cd g-helper-linux-pr-87

Option A — AppImage (easiest):

chmod +x GHelper-x86_64.AppImage
./GHelper-x86_64.AppImage

Option B — Native binary:

chmod +x ghelper
./ghelper

Install udev rules (required for hardware access):

sudo cp 90-ghelper.rules /etc/udev/rules.d/
sudo udevadm control --reload-rules && sudo udevadm trigger

Note: Without udev rules, ghelper needs sudo to access fan curves, performance modes, keyboard backlight, etc.

Install GPU boot service (required for GPU mode switching across reboots):

sudo mkdir -p /usr/local/lib/ghelper
sudo cp ghelper-gpu-boot.sh /usr/local/lib/ghelper/
sudo chmod 755 /usr/local/lib/ghelper/ghelper-gpu-boot.sh
sudo cp ghelper-gpu-boot.service /etc/systemd/system/
sudo systemctl daemon-reload
sudo systemctl enable ghelper-gpu-boot.service

Artifacts expire in 7 days.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant