Merge branch 'kholia:master' into master

This commit is contained in:
Sam Sneed 2024-05-05 21:57:14 +00:00 committed by GitHub
commit f8ed54bbbe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 7 additions and 6 deletions

View file

@ -1083,7 +1083,7 @@
<key>PasswordSalt</key> <key>PasswordSalt</key>
<data></data> <data></data>
<key>ScanPolicy</key> <key>ScanPolicy</key>
<integer>0</integer> <integer>17761027</integer>
<key>SecureBootModel</key> <key>SecureBootModel</key>
<string>Disabled</string> <string>Disabled</string>
<key>Vault</key> <key>Vault</key>
@ -1795,7 +1795,7 @@
<key>ReplaceTabWithSpace</key> <key>ReplaceTabWithSpace</key>
<false/> <false/>
<key>Resolution</key> <key>Resolution</key>
<string>1344x840@32</string> <string>1920x1080@32</string>
<key>SanitiseClearScreen</key> <key>SanitiseClearScreen</key>
<false/> <false/>
<key>TextRenderer</key> <key>TextRenderer</key>

View file

@ -64,7 +64,7 @@ processors work just fine (even for macOS Sonoma).
``` ```
sudo apt-get install qemu uml-utilities virt-manager git \ sudo apt-get install qemu uml-utilities virt-manager git \
wget libguestfs-tools p7zip-full make dmg2img tesseract-ocr \ wget libguestfs-tools p7zip-full make dmg2img tesseract-ocr \
tesseract-ocr-eng genisoimage -y tesseract-ocr-eng genisoimage vim net-tools screen -y
``` ```
This step may need to be adapted for your Linux distribution. This step may need to be adapted for your Linux distribution.

View file

@ -82,8 +82,8 @@ These steps will need to be adapted for your particular setup. A host machine
with IOMMU support is required. Consult [this Arch Wiki article](https://wiki.archlinux.org/title/PCI_passthrough_via_OVMF) with IOMMU support is required. Consult [this Arch Wiki article](https://wiki.archlinux.org/title/PCI_passthrough_via_OVMF)
for general-purpose guidance and details. for general-purpose guidance and details.
I am running Ubuntu 20.04.2 LTS on Intel i5-6500 + ASUS Z170-AR motherboard + I am running Ubuntu 22.04.4 LTS on Intel i5-6500 + ASUS Z170-AR motherboard +
AMD RX 570 GPU (May 2021). AMD RX 6600 GPU (April 2024).
- Blacklist the required kernel modules. - Blacklist the required kernel modules.
@ -213,7 +213,8 @@ to dump the AMD GPU bios, and pass on to QEMU. This is especially required if
your AMD GPU is not starting up properly (resulting in "no signal" on the your AMD GPU is not starting up properly (resulting in "no signal" on the
monitor). monitor).
Tested GPUs: ZOTAC GeForce GT 710 DDR3 (<= Big Sur), Sapphire Radeon RX 570. Tested GPUs: Sapphire AMD RX 6600 (RECOMMENDED!), ZOTAC GeForce GT 710 DDR3 (<=
Big Sur), Sapphire Radeon RX 570.
UPDATE: Project sponsors get access to the `Private OSX-KVM repository`, and UPDATE: Project sponsors get access to the `Private OSX-KVM repository`, and
direct support. This private repository has a playbook to automate 95% of this direct support. This private repository has a playbook to automate 95% of this