Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ssprea/ssprea-nvidia-control
A GUI tool to manage NVidia GPUs overclock, fans and power limit. Supports both Wayland and X11
https://github.com/ssprea/ssprea-nvidia-control
avaloniaui gpu linux nvidia nvml overclocking wayland x11
Last synced: 23 days ago
JSON representation
A GUI tool to manage NVidia GPUs overclock, fans and power limit. Supports both Wayland and X11
- Host: GitHub
- URL: https://github.com/ssprea/ssprea-nvidia-control
- Owner: ssprea
- Created: 2024-11-12T15:28:52.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-12-10T21:58:27.000Z (about 2 months ago)
- Last Synced: 2024-12-10T22:29:22.510Z (about 2 months ago)
- Topics: avaloniaui, gpu, linux, nvidia, nvml, overclocking, wayland, x11
- Language: C#
- Homepage:
- Size: 292 KB
- Stars: 39
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ssprea-nvidia-control
ssprea-nvidia-control is a GUI overclocking tool for NVidia GPUs that supports both Wayland and X11
## Features
- Overclock profiles
- Fan control and curve
- Power limit management
- Works on Wayland, X11 and Windows## Requirements
- NVidia proprietary driver 555+
- .NET core 8## Building and installing
To install GUI and CLI:
```bash
git clone https://github.com/ssprea/ssprea-nvidia-control.git
cd ssprea-nvidia-control
sudo make installgui
```Install CLI only:
```bash
git clone https://github.com/ssprea/ssprea-nvidia-control.git
cd ssprea-nvidia-control
sudo make installcli
```Without make:
```bash
git clone https://github.com/ssprea/ssprea-nvidia-control.git
cd ssprea-nvidia-control
dotnet run --configuration Release
```If you get an "NVML_ERROR_NO_PERMISSION" error in the console when applying a profile, try running the tool with sudo.