QEMU 虚拟机原生跑 DX11 游戏
推荐指数 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智能体能否替代人工编写优化底层图形驱动代码
相关内容
如何在Windows虛擬機玩遊戲 ~ Linux QEMU/KVM雙GPU直通 + Looking Glass安裝過程 详细介绍Linux下QEMU/KVM双显卡直通配置,配合Looking Glass实现低延迟游戏,含完整XML配置和安装步骤。 在 Win 11 WSL 上玩虛擬化 Part 1 - QEMU / KVM 演示在WSL2环境中运行QEMU/KVM虚拟机,包含qemu-system-x86_64启动参数配置与Debian安装过程。 QEMU/KVM - Linux 201 QEMU技术原理解析,涵盖TCG动态二进制翻译机制、KVM硬件加速原理及性能对比分析。 QEMU虚拟机全仿真,全过pafish测试,单显卡直通过检测 B站视频展示QEMU全仿真方案过反虚拟机检测,支持单显卡直通及游戏运行,含KVM显卡直通教程合集。
Maybe this is one of those topics to let an army of agents get loose. Nothing to lose and a lot to gain.
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
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