{"id":18247490,"url":"https://github.com/vagr9k/nvidia-zerodb","last_synced_at":"2026-04-28T18:33:52.444Z","repository":{"id":86408537,"uuid":"576052522","full_name":"Vagr9K/nvidia-zerodb","owner":"Vagr9K","description":"A 0dB fan control service for the nvidia driver.","archived":false,"fork":false,"pushed_at":"2022-12-11T17:02:48.000Z","size":64,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-08T19:42:47.074Z","etag":null,"topics":["fan-control","linux","nvidia","nvidia-driver"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Vagr9K.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-12-08T22:39:35.000Z","updated_at":"2025-03-30T00:40:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"6a0f3ef2-6735-4e6f-a765-0e2c7f990da1","html_url":"https://github.com/Vagr9K/nvidia-zerodb","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Vagr9K/nvidia-zerodb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vagr9K%2Fnvidia-zerodb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vagr9K%2Fnvidia-zerodb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vagr9K%2Fnvidia-zerodb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vagr9K%2Fnvidia-zerodb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Vagr9K","download_url":"https://codeload.github.com/Vagr9K/nvidia-zerodb/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vagr9K%2Fnvidia-zerodb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32394465,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T14:34:11.604Z","status":"ssl_error","status_checked_at":"2026-04-28T14:32:37.009Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fan-control","linux","nvidia","nvidia-driver"],"created_at":"2024-11-05T09:31:24.168Z","updated_at":"2026-04-28T18:33:52.426Z","avatar_url":"https://github.com/Vagr9K.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NVIDIA-ZERODB\n\nA 0dB service for the `nvidia` driver.\n\nSince the zero RPM fan mode doesn't always properly work with the `nvidia` driver, even when the GPU BIOS supports it (e.g. Zotac RTX 3080 AMP Holo). This service manually monitors GPU temperature via `nvidia-settings` and manually switches fan control from automatic to zero RPM, based on your configuration.\n\n## WARNING\n\nDisabling fans can potentially damage your hardware depending on your GPU type, cooling requirements and your configuration.\n\n**By using this software you take full responsibility for the potential damage caused to your hardware.**\n\n## Configuration\n\nEdit `/etc/nvidia-zerodb.conf`:\n\n```ini\n[MAIN]\n# Delay between checking the temperature in milliseconds\nREFRESH_DELAY = 1000\n\n[TEMPERATURES]\n# Peak temperature in degrees C at which fans are disabled\nMAX_TEMP = 50\n# Minimal temperature in degrees C at which fans are active (after hitting MAX_TEMP)\nMIN_TEMP = 40\n\n[FAILSAFES]\n# The time in milliseconds after a failed attempt to re-enable fans, after which system will be forced to shutdown\nSHUTDOWN_DELAY = 30000\n```\n\n## Running\n\nDue to `nvidia-settings` requiring a running instance of X.org server, it doesn't make sense to run the service as a root systemd service. On top of that, the additional functionality of D-Bus based desktop notifications depends on the service having access to user level D-Bus environment variables. That being said, the service will invoke `sudo` when running the actual fan control commands (since `nvidia-settings` requires it) so make sure that your user is whitelisted in `sudoers`.\n\nExecute `systemctl --user start nvidia-zerodb.service` to start the daemon.\n\nOptionally you can execute `systemctl --user enable nvidia-zerodb.service` to automatically start the service after a reboot.\n\nMake sure to do a test run and check the logs with `journalctl --user --unit nvidia-zerodb.service` before enabling the service.\n\n\n## License\n\nCopyright © 2022, [Ruben Harutyunyan](https://github.com/Vagr9K/). Released under [GPLv3 license](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvagr9k%2Fnvidia-zerodb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvagr9k%2Fnvidia-zerodb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvagr9k%2Fnvidia-zerodb/lists"}