Skip to content

Latest commit

 

History

History
90 lines (54 loc) · 2.79 KB

README.md

File metadata and controls

90 lines (54 loc) · 2.79 KB

tuneD-gui

This is a GUI tool developed to utilize tunedD power daemon with a simple to use GUI for Ubuntu 24.04 and Fedora 40. Other distros will want to installed tuneD and use tuned-adm --help.



Ubuntu 24.04 and Intel (AMD uses PPD defaults that is provided during the Ubuntu Install)

(Ubuntu with Intel Core Ultra Series 1)

Coming soon



(Ubuntu with Intel 11th, 12th and 13th Gen)

  • Open a terminal, past in the following, press enter.

    sudo apt install curl -y && curl https://raw.githubusercontent.com/FrameworkComputer/tuned-gui/main/intel-13thGen.sh | bash
    
  • Reboot




Fedora 40 and Intel (AMD uses PPD defaults that is provided during the Fedora Install)

(Fedora with Intel Core Ultra Series 1)

Coming soon



(Fedora with Intel 11th, 12th and 13th Gen)

  • Open a terminal, past in the following, press enter.

    sudo dnf install curl -y && curl https://raw.githubusercontent.com/FrameworkComputer/tuned-gui/main/intel-13thGen-Fedora.sh | bash
    
  • Reboot




image

image

FAQ

  • What does this thing do, though? \

Using tuneD (a system tuning daemon), users can select the power profile that best fits their individual needs.

  • Do I need to disable PPD (Power Profile Daemon) for GNOME? \

Yes, both scripts do the heavy lifting for you - install, reboot and good to go.

  • How do I use this? \

When installed and running on reboot, simply select the profile you wish to use.

image

  • How do I know if this is working corrrectly? \

Run the following in a terminal, make sure it matches the profile you selected.

tuned-adm active
  • What about dynamic tuning for tuneD? \

Coming soon.

  • Why does this download the launcher graphic every time it runs? \

This was done during developement, it's going to be removed soon. But leave it as it's fine for now. This allows us to update the graphics remotely if needed. Besides, after it's installed, it will load the cached graphic if there is no internet acccess.

  • What do I do with the Intel zipped folder?

For the Fedora 40 installers, the zipped folder is handled for you so long as it is downloaded into the tuned-install directory that was suggested to be created and placed into your home directory previously. For Ubuntu 24.04 users, download it into home. Extract it. Browse inside of it, locate the deb package. Install the deb package. Follow the rest of the guide above.