有谁成功的在deepin上完成KVM显卡直通配置
Tofloor
poster avatar
ynhhgjtj
deepin
2020-12-17 18:50
Author

最近对虚拟远程桌面搭建有点兴趣,在VM、VBox、KVM平台对比下来还是内核级的KVM对客户端外围设备支持比较好,但对图形支持上不理想,查看过很多资料,KVM要想有比较理想的图形支持要做显卡直通,按照资料操作配置发现Deepin配置路径和Ubuntu等主流的Linux系统有的差异,想请教下有研究KVM虚拟机的高人,有谁成功配置了Deepin下KVM虚拟机显卡直通?本人主要是在Qemu前端来进行配置操作,命令行下看着有点头晕

Reply Favorite View the author
All Replies
liwl
deepin
2020-12-17 18:56
#1

试试这个,大兄弟

Reply View the author
ynhhgjtj
deepin
2020-12-18 17:06
#2
liwl

试试这个,大兄弟


兄弟,不行啊

Reply View the author
斌哥哥
deepin
2023-01-27 01:25
#3

试试这个:

1、配置/etc/default/grub
GRUB_CMDLINE_LINUX="crashkernel=auto rd.lvm.lv=centos/root rd.lvm.lv=centos/swap rhgb quiet intel_iommu=on" #在末尾加上ntel_iommu=on

2、更新grub
grub-mkconfig -o /boot/grub/grub.cfg

Reply View the author
菰城鸥鹭
deepin
2025-08-06 17:37
#4
斌哥哥

试试这个:

1、配置/etc/default/grub
GRUB_CMDLINE_LINUX="crashkernel=auto rd.lvm.lv=centos/root rd.lvm.lv=centos/swap rhgb quiet intel_iommu=on" #在末尾加上ntel_iommu=on

2、更新grub
grub-mkconfig -o /boot/grub/grub.cfg

补充:GRUB_CMDLINE_LINUX="intel_iommu=on",如果是AMD GRUB_CMDLINE_LINUX="amd_iommu=on"

Reply View the author