- android - 多次调用 OnPrimaryClipChangedListener
- android - 无法更新 RecyclerView 中的 TextView 字段
- android.database.CursorIndexOutOfBoundsException : Index 0 requested, 光标大小为 0
- android - 使用 AppCompat 时,我们是否需要明确指定其 UI 组件(Spinner、EditText)颜色
我在 virt-manager 中设置了一个 Windows 10 虚拟机,它在我的笔记本电脑上运行起来就像一个魅力。但当我在工作时,我想使用双显示器设置。我尝试添加第二个 QXL 监视器,我可以在 Windows 设置中激活它,但一旦我这样做,我的光标就消失了,我不知道为什么。
这是我的虚拟机配置:
<domain type='kvm'>
<name>win10-dm</name>
<uuid>66354ae7-c40c-4f3c-aad0-6605e032004e</uuid>
<metadata>
<libosinfo:libosinfo xmlns:libosinfo="http://libosinfo.org/xmlns/libvirt/domain/1.0">
<libosinfo:os id="http://microsoft.com/win/10"/>
</libosinfo:libosinfo>
</metadata>
<memory unit='KiB'>12582912</memory>
<currentMemory unit='KiB'>12582912</currentMemory>
<vcpu placement='static'>6</vcpu>
<os>
<type arch='x86_64' machine='pc-q35-3.1'>hvm</type>
<bootmenu enable='yes'/>
</os>
<features>
<acpi/>
<apic/>
<hyperv>
<relaxed state='on'/>
<vapic state='on'/>
<spinlocks state='on' retries='8191'/>
</hyperv>
<vmport state='off'/>
</features>
<cpu mode='host-model' check='partial'>
<model fallback='allow'/>
<topology sockets='1' cores='6' threads='1'/>
</cpu>
<clock offset='localtime'>
<timer name='hpet' present='yes'/>
<timer name='hypervclock' present='yes'/>
</clock>
<on_poweroff>destroy</on_poweroff>
<on_reboot>restart</on_reboot>
<on_crash>destroy</on_crash>
<pm>
<suspend-to-mem enabled='no'/>
<suspend-to-disk enabled='no'/>
</pm>
<devices>
<emulator>/usr/bin/qemu-system-x86_64</emulator>
<disk type='file' device='disk'>
<driver name='qemu' type='raw' cache='none'/>
<source file='/var/lib/libvirt/images/kvm_storage/win10.img'/>
<target dev='vda' bus='virtio'/>
<shareable/>
<boot order='1'/>
<address type='pci' domain='0x0000' bus='0x03' slot='0x00' function='0x0'/>
</disk>
<controller type='usb' index='0' model='qemu-xhci' ports='15'>
<address type='pci' domain='0x0000' bus='0x02' slot='0x00' function='0x0'/>
</controller>
<controller type='sata' index='0'>
<address type='pci' domain='0x0000' bus='0x00' slot='0x1f' function='0x2'/>
</controller>
<controller type='pci' index='0' model='pcie-root'/>
<controller type='pci' index='1' model='pcie-root-port'>
<model name='pcie-root-port'/>
<target chassis='1' port='0x10'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0' multifunction='on'/>
</controller>
<controller type='pci' index='2' model='pcie-root-port'>
<model name='pcie-root-port'/>
<target chassis='2' port='0x11'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x1'/>
</controller>
<controller type='pci' index='3' model='pcie-root-port'>
<model name='pcie-root-port'/>
<target chassis='3' port='0x12'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x2'/>
</controller>
<controller type='pci' index='4' model='pcie-root-port'>
<model name='pcie-root-port'/>
<target chassis='4' port='0x13'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x3'/>
</controller>
<controller type='pci' index='5' model='pcie-root-port'>
<model name='pcie-root-port'/>
<target chassis='5' port='0x14'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x4'/>
</controller>
<controller type='pci' index='6' model='pcie-root-port'>
<model name='pcie-root-port'/>
<target chassis='6' port='0x15'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x5'/>
</controller>
<controller type='pci' index='7' model='pcie-to-pci-bridge'>
<model name='pcie-pci-bridge'/>
<address type='pci' domain='0x0000' bus='0x05' slot='0x00' function='0x0'/>
</controller>
<controller type='pci' index='8' model='pcie-root-port'>
<model name='pcie-root-port'/>
<target chassis='8' port='0x16'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x6'/>
</controller>
<interface type='network'>
<mac address='52:54:00:16:f2:c0'/>
<source network='default'/>
<model type='virtio'/>
<address type='pci' domain='0x0000' bus='0x01' slot='0x00' function='0x0'/>
</interface>
<serial type='pty'>
<target type='isa-serial' port='0'>
<model name='isa-serial'/>
</target>
</serial>
<console type='pty'>
<target type='serial' port='0'/>
</console>
<input type='keyboard' bus='ps2'/>
<input type='tablet' bus='usb'>
<address type='usb' bus='0' port='1'/>
</input>
<input type='mouse' bus='ps2'/>
<graphics type='spice' autoport='yes'>
<listen type='address'/>
<image compression='off'/>
<gl enable='no'/>
</graphics>
<sound model='ich9'>
<address type='pci' domain='0x0000' bus='0x00' slot='0x1b' function='0x0'/>
</sound>
<video>
<model type='qxl' ram='65536' vram='65536' vgamem='16384' heads='1' primary='yes'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x0'/>
</video>
<video>
<model type='qxl' ram='65536' vram='65536' vgamem='16384' heads='1'/>
<address type='pci' domain='0x0000' bus='0x07' slot='0x01' function='0x0'/>
</video>
<redirdev bus='usb' type='spicevmc'>
<address type='usb' bus='0' port='2'/>
</redirdev>
<redirdev bus='usb' type='spicevmc'>
<address type='usb' bus='0' port='3'/>
</redirdev>
<memballoon model='virtio'>
<address type='pci' domain='0x0000' bus='0x04' slot='0x00' function='0x0'/>
</memballoon>
</devices>
</domain>
最佳答案
我猜你的问题被否决了,因为它更适合服务器故障或 super 用户。
使用 QXL 进行多头操作的更现代方法是删除第二个 QXL 设备,但更改为对第一个 QXL 设备使用 heads='2'
。
virt-manager 不支持 qxl 多显示器。使用 virt-viewer 代替,它是一个独立的 SPICE/VNC 客户端,View->Displays
将让您触发它。您还需要确保在 Windows 虚拟机中安装了 SPICE vdagent 和 QXL 驱动程序。
关于linux - virt-manager 双显示器鼠标不工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58996310/
我在生产环境中有一个 python 应用程序(在 CentOS 6.2/Python 2.6.6 上)占用了: 800M VIRT / 15M RES / 2M SHR 在 (Fedora 16/Py
我在 virt-manager 中设置了一个 Windows 10 虚拟机,它在我的笔记本电脑上运行起来就像一个魅力。但当我在工作时,我想使用双显示器设置。我尝试添加第二个 QXL 监视器,我可以在
看完wiki libvirt我开始 virt-install 从 Debian10 netinstall ISO 镜像安装 VM: % sudo virt-install --debug --conn
我安装了Ubuntu18.04 kvm-qemu 虚拟化设置中的桌面,它正在工作。我发现在虚拟机的 virt-manager 设置中有一个直接内核启动选项。我想从主机使用 gdb 调试内核。 请帮助查
我在 Android Studio 模拟器中遇到问题,我在运行项目时收到此消息 C:\Users\User\AppData\Local\Android\sdk\tools\emulator.exe
在容器中运行 libvirtd 服务 - 使用以下链接中列出的步骤 - http://www.projectatomic.io/blog/2014/10/libvirtd_in_containers/
我在 ubuntu 服务器上,我一直在寻找如何通过 vnc 连接到本地虚拟机以继续设置。我使用 安装虚拟机 sudo virt-install --virt-type kvm --name debia
我有一个运行了很多线程的进程。当我使用该进程 ID 执行 top -H -p 时,输出中的 VIRT 和 RES 对于进程运行期间的所有线程始终相同。 这是什么意思? 最佳答案 您会看到相同的值,因为
我有一个设置,我通过 virt-install 执行新 VM 的 kickstart。 一切运行正常,但虚拟机没有按照 kickstart 文件中的指示执行重启,而是关闭了。 VM主机为运行libvi
有没有人成功让 community.libvirt.virt 模块与 Ansible 一起工作?我找不到包含所有必要步骤的完整指南。我在 AWS EC2 上运行 Ubuntu 18。 我一直试图让这个
安装了 virt-manager, 目标虚拟机是安装了 spice-vdagent 的 debian jessie 共享剪贴板,无延迟鼠标输入有效 展示:香料 视频:QXL channel spice
我已经在 Linux Mint 20 上安装了 qemu virt-manager libvirt,我有一个 AMD FX(tm)-4300 四核处理器,在 bios 中启用了 AMD-V,重新启动了
是否可以让 virt-viewer 以 2 个显示器启动? 背景:我们有一个基于 linux 的零售系统,通常在具有多个显示器的终端上运行。基本上,当 X 启动时,我们会检测连接了多少显示器并基于此配
我已经在笔记本电脑上安装了 KVM/QEMU/libvirt,并尝试使用 virt-manager 访问它。当我运行 sudo virt-manager -c qemu:///system 时,出现以
此 HTOP 输出中的 VIRT 列是什么意思?它以红色和粗体显示。 我正在运行一个具有 4 个节点 的 Elasticsearch 集群并为海量数据编制索引。 1700 个索引,包含 3 个分片,一
我在带有 ubuntu64 16.04 的 MacOS 上使用 Vagrant。运行 htop,我可以看到 vagrant ssh 进程实际上可以使用 530G(在 VIRT 列中)。 这是Vagra
我正在使用 Ubuntu 12.10 64 位上的 kvm 虚拟化 Windows 7 镜像。以下是我机器的规范: CPU:英特尔 i7-2860WM ,8G 内存 我正在使用使用 Windows 7
我想使用 docker 下载一个 vagrant windows 镜像并在其上下载 selenium jar 并让它启动一个 selenium 集线器。我不确定最好的方法是什么,或者即使它是可能的。我
扩展 org.teiid.translator.ws 以通过迭代分页 Web 服务返回的所有页面来读取完整的记录集的好方法是什么? 最佳答案 由于结果分页不是任何 REST API 标准的一部分(与
我正在使用 jasper 报告服务器 6.2.0,我们有一些生成多达 50k、60k 页的巨大报告。前 300 页将存储在内存中,其余页面将在/opt/jasper-report-server/apa
我是一名优秀的程序员,十分优秀!