Dreaming-Codes / nvidia_oc

A simple command line tool to overclock Nvidia GPUs using the NVML library on Linux. This supports both X11 and Wayland.
https://crates.io/crates/nvidia_oc
MIT License
50 stars 1 forks source link

Provide systemd file with enviroment file #7

Open ptr1337 opened 2 months ago

ptr1337 commented 2 months ago

Hey together,

Thanks for working on this.

I would like to ship this as package in CachyOS, since many user request such ability. I think it would be cool to make:

Aditonally, in the future we could even think about a simple GUI or equal

Dreaming-Codes commented 2 months ago

Hi @ptr1337,

First of all, thank you for your incredible work with CachyOS! It has been my go-to distro for a long time, and I still recommend it to those who don't want to invest time in learning NixOS, which is now my preferred distro.

Regarding the configuration file, I've just released version 0.1.15. This update allows the program to read from a default configuration file if no additional arguments are specified. By default, it searches for the configuration file at /etc/nvidia_oc.json, but this can be changed using the --file [path to your config file] option. You can find a sample configuration file here.