TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Hypervisor setup for gaming/servers

1 点作者 bndw超过 6 年前
I&#x27;m interested in converting my home workstation from one-OS-per-disk to a hypervisor running VMs. I like the idea of having more reproducible, ephemeral instances without having to dual boot (think containers).<p>My use case is primarily to run containerized services in a 24&#x2F;7 linux vm, while having a Windows VM for gaming that sits in a stopped&#x2F;paused state most of the time.<p>- Is anyone else running a similar setup?<p>- What hypervisor would you recommend (Xen, KVM)?<p>- Is it realistic to get decent gpu perf through VT-d&#x2F;gpu passthrough?<p>- Can I do this on my fairly consumer-grade machine (MSI mobo, nvidia gpu)?

2 条评论

chmielewski超过 6 年前
The fact that your server would be locally on site eases two of the major pain points... If the Windows games you&#x27;re playing on your VM are resource intensive, why not instead just do a V2P to a bare metal gaming rig each time you want to refresh the OS from your &quot;reproducible&quot; image? This would eliminate many more difficult scenarios... however if the games you&#x27;re playing on the VM are not resource-intensive, especially if they&#x27;re 2D, then sure GPU passthrough stuff may be the easiest and best-performing option for you considering all the overhead of maintaining a separate, physical box.<p>Use a Type I hypervisor and expect to tweak your configuration endlessly... and once it&#x27;s working, endlessly still more...<p>I&#x27;d recommend ProxMox... here&#x27;s a setup that worked for somebody: <a href="https:&#x2F;&#x2F;forum.proxmox.com&#x2F;threads&#x2F;gpu-passthrough-tutorial-reference.34303&#x2F;" rel="nofollow">https:&#x2F;&#x2F;forum.proxmox.com&#x2F;threads&#x2F;gpu-passthrough-tutorial-r...</a><p>I&#x27;ve set up an online gaming company&#x2F;system that&#x27;s rather novel but my implementation is far removed from yours, as you have dedicated graphics on a local hypervisor.
sarcasmatwork超过 6 年前
I have not done passthrough with a GPU, so I cant comment on how &quot;good&quot; it will be. You will need to see if your hardware supports it, and then see how stable it is and is it really worth it. I&#x27;d also make sure your system has enough resources (cpu, memory, disk) to do what you want to do with this setup.<p>I work with passthrough networking devices everyday in KVM, so I would suggest KVM, vs HyperV.<p>Have you seen this? <a href="https:&#x2F;&#x2F;blog.zerosector.io&#x2F;2018&#x2F;07&#x2F;28&#x2F;kvm-qemu-windows-10-gpu-passthrough&#x2F;" rel="nofollow">https:&#x2F;&#x2F;blog.zerosector.io&#x2F;2018&#x2F;07&#x2F;28&#x2F;kvm-qemu-windows-10-gp...</a>