4. Clipboard copy and paste in QEMU

preview_player
Показать описание
Copy and paste and vice versa from windows host to any Guest Operating System in QEMU.

Please subscribe my channel for more video's just like this....Thanks!!!

Create Virtual machine using QEMU in Windows 10

binaries

qemu-system-x86_64
-cpu base
-vga virtio
-display gtk,gl=on
-machine type=q35,accel=hax
-device AC97
-smp 2,sockets=2,cores=1,threads=1
-boot d
-usb
-device usb-tablet
-display default,show-cursor=on

HAXM

Debian Installation:

Fix for Debian GUI
sudo apt-get update && sudo apt-get install task-gnome-desktop

Fix Sudoers

My Programming Channel:

Buy me a coffee:
Рекомендации по теме
Комментарии
Автор

how did you get display gtk, gl=on to work?

markinius