Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.