From 4908cac249d3911db7fcce56162c7c32219e7666 Mon Sep 17 00:00:00 2001 From: Dhiru Kholia Date: Fri, 10 Mar 2017 23:24:14 +0530 Subject: [PATCH] Add a note on accelerated graphics --- notes.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/notes.md b/notes.md index 1b6e3d9..75f172f 100644 --- a/notes.md +++ b/notes.md @@ -55,6 +55,25 @@ For example, setting the resolution to 2560x1440x32 will not work. OS X will boot with the next lowest supported resolution which is 1920x1200x32. Instead, use 2560x1600x32 and it will work. +### Accelerated Graphics + +Install VMsvga2 from [this location](https://sourceforge.net/projects/vmsvga2/). No support +is provided for this unmaintained project! + +* Add `-vga vmware` to QEMU parameters in boot-macOS.sh. + +* Add the following to `/Extra/org.chameleon.Boot.plist` file. + + ``` + Kernel Flags + vmw_options_fb=0x06 + ``` + +Thanks to Kfir Ozer for finding this. + +GPU passthrough is out of scope for this project. No support for it is provided +whatsoever. + ### Boot Notes Type the following after boot,