Matrox G200 and G200e server console graphics
Display support for Matrox G200-family graphics cores, originally a late-1990s desktop GPU but today found almost exclusively as the tiny integrated VGA console chip baked into server baseboard management controllers. Modern variants like the G200eH3 and G200eW3 still ship in current HPE and Dell rack systems, where they drive the crash-cart console and remote KVM rather than any real 3D workload.
recommendation
Worth keeping but documenting its niche, because while almost nobody runs a desktop Matrox card anymore, the G200e core is still embedded in BMCs on brand-new 2025 servers from HPE (Synergy Gen12) and Dell (Precision 7960 Rack), and there is no real replacement — the generic simpledrm fallback does not cover these PCI IDs. Upstream activity as recent as 2026 shows the driver is still being actively maintained rather than abandoned.
repository signals
sources
- lore.kernel.org
Recent 2026 upstream patch traffic still touches mgag200, indicating active maintenance rather than abandonment or removal.
- hpe.com
HPE Synergy 480 Gen12 QuickSpecs list an integrated VGA-compatible Matrox G200eH3 core, showing the hardware family is still present in current server products.
- dell.com
Dell Precision 7960 Rack documentation lists an integrated Matrox G200eW3 graphics controller, reinforcing ongoing niche deployment in rack/workstation-server platforms.
- cateee.net
LKDDb shows CONFIG_DRM_MGAG200 remains present in current kernels and covers multiple Matrox G200/G200e PCI IDs including newer server variants such as G200eW3 and G200eH3.
codex reasoning notes (technical)
`lore_file_timeline` on the directory returned no hits, so the fast removal-discussion probe was inconclusive; `lore_activity` on `mgag200_drv.c` produced a March 2026 lore URL showing ongoing non-removal maintenance. Web search returned current OEM product docs from HPE and Dell showing G200eH3/G200eW3 still shipping in server/rack systems. A second web search returned LKDDb confirming the driver still binds both legacy desktop G200 and server-only G200e variants in current kernels. Conclusion: this is legacy, low-volume server-console hardware, but not obsolete enough for deprecation; keep it, annotate it as niche server/BMC VGA support with low modern deployment. No real upstream replacement covers the same PCI IDs; `simpledrm` is only a generic fallback, not a device-driver replacement.