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