AMAZINGINDEX.COM 日报快照
49.5
VOL. 2026.08
2026.08.09
← 返回 2026.08.09 日报
日报快照 · Daily Snapshot
NO. 005

QEMU 虚拟机原生跑 DX11 游戏

#ARTICLE HackerNews 2026.08.09
推荐指数 70.0 NO. 005 · 2026.08.09
发布2026/08/08Score66Comments7

Triton 是专为 Windows 虚拟机设计的 DirectX 11 驱动,配合 Neptune 协议转发层,让 QEMU 里的 Windows 系统直接调用宿主机 GPU,无需 GPU 直通。这对需要 Windows 环境做图形开发或游戏的 Linux 用户是重大利好,终于不用折腾双系统或忍受 DXVK 性能损耗。

目前 QEMU/KVM 场景下 Windows 图形加速的主流方案是 GPU 直通(PCIe passthrough),配置复杂且牺牲宿主机 GPU 可用性;另一路线是 Virgil 3D,但只支持到 OpenGL 4.x,DirectX 支持很差。Triton + Neptune 走的是第三条路:paravirtualized 3D,类似 VMware SVGA 或 VirtualBox 的 3D 加速,但直接对接 Windows 原生 D3D11 运行时而非转译层。

关键优势在于 Windows guest 不需要知道自己在虚拟机里,现有游戏和应用零修改运行。对比 DXVK(把 D3D 转 Vulkan,再经 VirtIO-GPU 到宿主机),Triton 省掉一层转译,延迟更低且兼容性更好,尤其对老游戏和反作弊系统更友好。

做云游戏、VDI 远程桌面或 CI/CD 图形测试的团队值得关注,这可能会成为替代 NVIDIA GRID/vGPU 方案的开源选项。项目目前还在早期,DirectX 12 支持是明确的路线图,但稳定性和大作兼容性需要持续观察。

意见分歧 3 条评论

核心争论:AI智能体能否替代人工编写优化底层图形驱动代码

ramshanker

Maybe this is one of those topics to let an army of agents get loose. Nothing to lose and a lot to gain.

truncate

This is also one of things that needs to be well optimized to be any useful. Army of agents may get an implementation, but not sure it will be actually useful, and I'm also not sure if optimizing that implementation is going to be easier than more well paced use of LLM where person actually understa

wrobelda

You seem to contradict yourself. Army of agents doesn't mean the person doing that doesn't understand the code. And optimization is required no matter whether the bulk of the code is written by hand or by the machine. LLMs definitely make things actually doable where previously they were nearly impo

替代方案: DXVKGPU直通
查看原文 →