|
| 1 | +# ro-Control |
| 2 | + |
| 3 | +Native Qt6/QML desktop application for NVIDIA driver management and Linux system monitoring. |
| 4 | + |
| 5 | +## Overview |
| 6 | + |
| 7 | +ro-Control focuses on three things: |
| 8 | + |
| 9 | +- installing, updating, and cleaning NVIDIA drivers on Fedora-oriented Linux systems |
| 10 | +- monitoring CPU, GPU, and RAM telemetry in a native desktop UI |
| 11 | +- exposing a small CLI for diagnostics and scripted driver operations |
| 12 | + |
| 13 | +The application ships runtime translations for: |
| 14 | + |
| 15 | +- English |
| 16 | +- German |
| 17 | +- Spanish |
| 18 | +- Turkish |
| 19 | + |
| 20 | +## Features |
| 21 | + |
| 22 | +- Driver install, update, deep-clean, and rescan workflows |
| 23 | +- Secure Boot detection and related driver warnings |
| 24 | +- CPU, GPU, and RAM telemetry dashboard |
| 25 | +- Qt-based localization and persistent UI preferences |
| 26 | +- CLI commands for status, diagnostics, and driver actions |
| 27 | + |
| 28 | +## Build |
| 29 | + |
| 30 | +Quick local build: |
| 31 | + |
| 32 | +```bash |
| 33 | +cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTS=ON |
| 34 | +cmake --build build --parallel |
| 35 | +ctest --test-dir build --output-on-failure |
| 36 | +``` |
| 37 | + |
| 38 | +## Packaging |
| 39 | + |
| 40 | +The repository includes: |
| 41 | + |
| 42 | +- desktop entry metadata |
| 43 | +- AppStream metadata |
| 44 | +- PolicyKit policy |
| 45 | +- shell completions |
| 46 | +- RPM packaging files |
| 47 | + |
| 48 | +## Contributing |
| 49 | + |
| 50 | +Use short-lived branches from `main` and open pull requests back to `main`. |
| 51 | + |
| 52 | +See [CONTRIBUTING.md](CONTRIBUTING.md). |
| 53 | + |
| 54 | +## Security |
| 55 | + |
| 56 | +Report vulnerabilities privately when possible. |
| 57 | + |
| 58 | +See [SECURITY.md](SECURITY.md). |
| 59 | + |
| 60 | +## License |
| 61 | + |
| 62 | +GPL-3.0-or-later. See [LICENSE](LICENSE). |
0 commit comments