Missing graphicsrules.sgr file
- 3 years ago
@cameron0133x Okay, first, add your card to graphicscards.sgr. Open the file and search for Intel , which will bring you to these lines:
vendor "Intel" 0x8086
card 0x0042 "Havendale"
card 0x0046 "Havendale"Under the line that contains "Intel," copy and paste this:
card 0x8a53 "Iris Plus Graphics"
There should be four spaces at the beginning of the line, as with the ones below it. Save, close the file, and open graphics rules. Search for Havendale , which will bring you here:
elseif (match("${cardVendor}", "Intel"))
seti intelShadowColorFix true
if (match("${cardName}", "*Havendale*"))
seti cardLevel $cardLevelMedium
seti isCardMatched trueChange Havendale to Iris Plus Graphics (exactly that), but don't change or delete anything else, not even the asterisks. This will rate your card as Medium. You can change the graphics in-game as you like; the rating doesn't matter so much. But if you want to rate the GPU as high, change the Medium to High (be sure to capitalize the H) in $cardLevelMedium .
Launch the game and quit, then check deviceconfig again to see whether your card is now found and matched.