{"id":35324200,"url":"https://github.com/jcrobles76/ms912x-linux-driver","last_synced_at":"2026-04-06T08:31:38.592Z","repository":{"id":326453181,"uuid":"1105605222","full_name":"jcrobles76/ms912x-linux-driver","owner":"jcrobles76","description":"Linux kernel driver for MacroSilicon MS912x USB Display Adapters with DKMS support for Debian/Ubuntu and Fedora/RHEL","archived":false,"fork":false,"pushed_at":"2025-11-27T23:14:17.000Z","size":70,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-30T12:32:03.722Z","etag":null,"topics":["debian","display","dkms","driver","fedora","hdmi","kernel-driver","kernel-module","linux","macrosilicon","rhel","ubuntu","usb","usb-display","vga"],"latest_commit_sha":null,"homepage":"https://github.com/jcrobles76/ms912x-linux-driver","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jcrobles76.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-27T21:59:04.000Z","updated_at":"2025-11-27T23:14:20.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/jcrobles76/ms912x-linux-driver","commit_stats":null,"previous_names":["jcrobles76/ms912x-linux-driver"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/jcrobles76/ms912x-linux-driver","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcrobles76%2Fms912x-linux-driver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcrobles76%2Fms912x-linux-driver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcrobles76%2Fms912x-linux-driver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcrobles76%2Fms912x-linux-driver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jcrobles76","download_url":"https://codeload.github.com/jcrobles76/ms912x-linux-driver/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcrobles76%2Fms912x-linux-driver/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31464604,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T21:22:52.476Z","status":"online","status_checked_at":"2026-04-06T02:00:07.287Z","response_time":112,"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":["debian","display","dkms","driver","fedora","hdmi","kernel-driver","kernel-module","linux","macrosilicon","rhel","ubuntu","usb","usb-display","vga"],"created_at":"2025-12-31T01:01:37.152Z","updated_at":"2026-04-06T08:31:38.586Z","avatar_url":"https://github.com/jcrobles76.png","language":"Shell","readme":"# MacroSilicon MS912x Linux Driver Packages\n\n![License](https://img.shields.io/badge/license-GPL--2.0-blue.svg)\n![Version](https://img.shields.io/badge/version-1.0.0-green.svg)\n![Kernel](https://img.shields.io/badge/kernel-5.10+-orange.svg)\n\nLinux kernel driver packages for **MacroSilicon MS912x** USB to HDMI/VGA display adapters.\n\n## 📦 Download\n\n| Package | Distribution | Size |\n|---------|-------------|------|\n| [ms912x-dkms-1.0.0.deb](ms912x-dkms-1.0.0.deb) | Ubuntu, Debian, Mint | 13 KB |\n| [ms912x-dkms-1.0.0-1.noarch.rpm](ms912x-dkms-1.0.0-1.noarch.rpm) | Fedora, RHEL, CentOS | 22 KB |\n\n## 🔌 Supported Hardware\n\n- **MacroSilicon MS9120** (VID:PID `534d:6021`)\n- **MacroSilicon MS9120** (VID:PID `534d:0821`)\n\nCheck compatibility: `lsusb | grep 534d`\n\n## ⚡ Quick Install\n\n### Ubuntu/Debian\n```bash\nsudo apt install dkms libdrm-tests\nsudo dpkg -i ms912x-dkms-1.0.0.deb\n```\n\n### Fedora/RHEL\n```bash\nsudo dnf install dkms libdrm\nsudo rpm -ivh ms912x-dkms-1.0.0-1.noarch.rpm\n```\n\n## ✨ Features\n\n- ✅ Automatic compilation for any kernel (DKMS)\n- ✅ Hotplug support via udev rules\n- ✅ Auto-detection and activation of displays\n- ✅ Resolutions up to 1920x1080@60Hz\n- ✅ Compatible with Linux kernel 6.14+\n\n## 📖 Full Documentation\n\nSee [INSTALLATION.md](INSTALLATION.md) for:\n- Detailed installation instructions\n- Troubleshooting guide\n- Usage examples\n- Technical details\n\n## 🏆 Credits\n\n- **Original Driver:** [rhgndf/ms912x](https://github.com/rhgndf/ms912x)\n- **Kernel 6.14+ Adaptations \u0026 Packaging:** Carlos\n\n## 📄 License\n\nGPL-2.0 (same as Linux kernel)\n\n---\n\n**Need help?** Read the [INSTALLATION.md](INSTALLATION.md) guide or check the [original repository](https://github.com/rhgndf/ms912x).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjcrobles76%2Fms912x-linux-driver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjcrobles76%2Fms912x-linux-driver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjcrobles76%2Fms912x-linux-driver/lists"}