Linux kernel driver packages for MacroSilicon MS912x USB to HDMI/VGA display adapters.
| Package | Distribution | Size |
|---|---|---|
| ms912x-dkms-1.0.0.deb | Ubuntu, Debian, Mint | 13 KB |
| ms912x-dkms-1.0.0-1.noarch.rpm | Fedora, RHEL, CentOS | 22 KB |
- MacroSilicon MS9120 (VID:PID
534d:6021) - MacroSilicon MS9120 (VID:PID
534d:0821)
Check compatibility: lsusb | grep 534d
sudo apt install dkms libdrm-tests
sudo dpkg -i ms912x-dkms-1.0.0.debsudo dnf install dkms libdrm
sudo rpm -ivh ms912x-dkms-1.0.0-1.noarch.rpm- ✅ Automatic compilation for any kernel (DKMS)
- ✅ Hotplug support via udev rules
- ✅ Auto-detection and activation of displays
- ✅ Resolutions up to 1920x1080@60Hz
- ✅ Compatible with Linux kernel 6.14+
See INSTALLATION.md for:
- Detailed installation instructions
- Troubleshooting guide
- Usage examples
- Technical details
- Original Driver: rhgndf/ms912x
- Kernel 6.14+ Adaptations & Packaging: Carlos
GPL-2.0 (same as Linux kernel)
Need help? Read the INSTALLATION.md guide or check the original repository.