From 05b030c9b0a56cd5be23e232aec5c0cbabfc0d12 Mon Sep 17 00:00:00 2001 From: qaidvoid <12017109+QaidVoid@users.noreply.github.com> Date: Mon, 10 Aug 2020 16:25:42 +0545 Subject: [PATCH] Almost there. --- README.org | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/README.org b/README.org index f2168b8..81f25be 100644 --- a/README.org +++ b/README.org @@ -50,13 +50,22 @@ Using GPU-Z in Windows is the easiest method of dumping VBIOS. The following com ***** Patch VBIOS file Use Hex Editor and search string "VIDEO", and remove everything before HEX value *55*. There are bunch of 0s or fs usually.. -***** Using Pactched VBIOS file -You need to edit configution file of VM. Search for *hostdev*. Add ** before address. +***** Using Patched VBIOS file +You need to edit configution file of VM. #+BEGIN_SRC bash sudo virsh edit win10 #+END_SRC +Search for *hostdev*. Add +#+BEGIN_SRC xml + +#+END_SRC +before *address* tag. ** Keyboard/mouse Passthrough -You need to modify libvirt configuration. Modify first line +You need to modify libvirt configuration. +#+BEGIN_SRC bash + sudo virsh edit win10 +#+END_SRC +Modify first line #+BEGIN_SRC xml #+END_SRC @@ -84,6 +93,3 @@ virsh edit win10 #+END_SRC -#+BEGIN_SRC bash - sudo virsh edit win10 -#+END_SRC