Moved CPU & GPU settings into separate Tuning window#87
Open
Matthias-VdC wants to merge 1 commit into
Open
Conversation
Build ArtifactsBuilt from commit Download g-helper-linux-pr-87.zip
Contents:
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-87Option A — AppImage (easiest): chmod +x GHelper-x86_64.AppImage
./GHelper-x86_64.AppImageOption B — Native binary: chmod +x ghelper
./ghelperInstall udev rules (required for hardware access): sudo cp 90-ghelper.rules /etc/udev/rules.d/
sudo udevadm control --reload-rules && sudo udevadm trigger
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
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
UI changes: