Re: Unrecognized Video Card
@annieoath From your device ID, it sounds like you have an Intel Graphics G1 chip. It's easy enough to add the chip to Sims 4's database.
You're going to edit a file called graphicscards.sgr, which is in the game's program files. Unless you changed the default install location in Origin, the full file path will be:
Program Files (x86)\Origin Games\The Sims 4\Game\Bin
Open graphicscards.sgr with Notepad, search for 5927, and you'll see these lines:
card 0x5926 "Intel (R) HD 640" $cardLevelMedium $resolutionMedium
card 0x3ea6 "Intel (R) HD 645" $cardLevelMedium $resolutionMedium
card 0x5927 "Intel (R) HD 650" $cardLevelMedium $resolutionMedium
Create a line under the one with 5927, and add this:
card 0x8a56 "Intel Iris Plus Graphics G1" $cardLevelMedium $resolutionMedium
Save, quit, load the game, quit, and check config.log again. You should see a [Found: 1, Supported: 1] next to the card name. Let me know if it doesn't work.