{"id":20433002,"url":"https://github.com/cdzombak/pi-disable-hdmi","last_synced_at":"2026-04-20T07:03:47.993Z","repository":{"id":207643553,"uuid":"719757280","full_name":"cdzombak/pi-disable-hdmi","owner":"cdzombak","description":"Disable Raspberry Pi HDMI output","archived":false,"fork":false,"pushed_at":"2024-09-03T22:33:40.000Z","size":9,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-06T11:10:02.004Z","etag":null,"topics":["raspberry-pi"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cdzombak.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2023-11-16T20:52:55.000Z","updated_at":"2023-11-16T21:02:54.000Z","dependencies_parsed_at":"2025-01-15T18:17:20.419Z","dependency_job_id":"e3999e0a-3a08-4c77-9139-fe3da011d278","html_url":"https://github.com/cdzombak/pi-disable-hdmi","commit_stats":null,"previous_names":["cdzombak/pi-disable-hdmi"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/cdzombak/pi-disable-hdmi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdzombak%2Fpi-disable-hdmi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdzombak%2Fpi-disable-hdmi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdzombak%2Fpi-disable-hdmi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdzombak%2Fpi-disable-hdmi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cdzombak","download_url":"https://codeload.github.com/cdzombak/pi-disable-hdmi/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdzombak%2Fpi-disable-hdmi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32036803,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T00:18:06.643Z","status":"online","status_checked_at":"2026-04-20T02:00:06.527Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["raspberry-pi"],"created_at":"2024-11-15T08:17:23.817Z","updated_at":"2026-04-20T07:03:47.960Z","avatar_url":"https://github.com/cdzombak.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pi-disable-hdmi\n\nThis is a Debian package which, installed on a Raspberry Pi, disables its HDMI output. The change will persist after a reboot.\n\n## Note\n\nInstallation will switch your Pi to the \"Original non-GL desktop driver.\" This is required to use the underlying `/opt/vc/bin/tvservice` tool to disable HDMI.\n\nAfter uninstallation, the driver is not switched back automatically; to switch to it, run `raspi-config` and navigate to \"Advanced Options \u003e GL Driver.\"\n\n## Installation\n\n### Debian via Apt repository\n\nInstall my Debian repository if you haven't already:\n\n```shell\nsudo apt-get install ca-certificates curl gnupg\nsudo install -m 0755 -d /etc/apt/keyrings\ncurl -fsSL https://dist.cdzombak.net/deb.key | sudo gpg --dearmor -o /etc/apt/keyrings/dist-cdzombak-net.gpg\nsudo chmod 0644 /etc/apt/keyrings/dist-cdzombak-net.gpg\necho -e \"deb [signed-by=/etc/apt/keyrings/dist-cdzombak-net.gpg] https://dist.cdzombak.net/deb/oss any oss\\n\" | sudo tee -a /etc/apt/sources.list.d/dist-cdzombak-net.list \u003e /dev/null\nsudo apt update\n```\n\nThen install `pi-disable-hdmi`:\n\n```shell\nsudo apt install pi-disable-hdmi\n```\n\n### Manual installation from build artifacts\n\nPre-built `.deb` packages are downloadable from each [GitHub Release](https://github.com/cdzombak/pi-disable-hdmi/releases).\n\n## License\n\nUnlicense; see [LICENSE](https://github.com/cdzombak/pi-disable-hdmi/blob/main/UNLICENSE) in this repo.\n\n## Author\n\n[Chris Dzombak](https://www.dzombak.com) (GitHub [@cdzombak](https://github.com/cdzombak))\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcdzombak%2Fpi-disable-hdmi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcdzombak%2Fpi-disable-hdmi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcdzombak%2Fpi-disable-hdmi/lists"}