Re: No shadows on Parallels Desktop on M1 Pro mac
@puzzlezaddictso i looked up this guide https://forums.thesims.com/en_US/discussion/300915/a-help-for-pixelated-shadows-ati-cards/p2 and i edit the graphicsrules files. Now it says it found 0 but matched 1 which is confusing to me. How can you find nothing but actually found a match. However, the shadows are still missing.
What i did:
I found out that the card vendor has no name, the GPU name is Parallels Display Adapter (WDDM).
So I added this to my graphicsrules file:
elseif (match("${cardVendor}", "")) < no vendor name so blank
if (match("${cardName}", "*Parallels Display Adapter (WDDM)*")) < GPU name
seti cardLevel $cardLevelUber
seti isCardMatched true
else
seti cardLevel $cardLevelUber
seti isCardMatched false
I also edit my graphicscards file. It actually had a vendor "Parallels" at the bottom, but not my GPU name. I did this:
vendor "Parallels" 0x5250
card 0x3030 "Parallels Display Adapter" < this was already there
card 353030 "Parallels Display Adapter (WDDM)" < this was not so added my GPU name
end
Not sure if its going to the right direction?
Edit:
Omg okay i got shadows but they looks very pixelated. I have no idea. I added this and the shadows came:
setProp $ConfigGroup RenderShadowMode 2
setProp $ConfigGroup ShadowMapAllowNullColor 1
See screenshots for my GraphicsRule file and the shadows. Also note that antilaliasing looks horrible, even though it's on highest.