Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Low graphics score in geekbench #30

Closed
22dm opened this issue Aug 12, 2019 · 5 comments
Closed

Low graphics score in geekbench #30

22dm opened this issue Aug 12, 2019 · 5 comments
Labels
configuration Configuration issues graphics Graphics/GPU issues

Comments

@22dm
Copy link

22dm commented Aug 12, 2019

I'm running macOS 10.14.6 on nuc8i7hvk, thanks to this project, everything works fine, except for one thing:

I noticed some game got a very low fps. Then I have done the geekbench compute benchmark (for graphics) for many times, got only about 65000, for example:

https://browser.geekbench.com/v4/compute/4424008

However, I noticed that lots of people have got a really high score for more than 90000:

https://browser.geekbench.com/v4/compute/4179987

I did some research and found that the "Compute Units" is only 12 on mine while others have 24.

From the Intel-8809G Product Specifications, Vega M GH actually have 24 compute units.

I can't confirm whether it's geekbench's bug or hac-mini's bug.

@gaowenzhen
Copy link

gaowenzhen commented Aug 16, 2019

my config.plist > Properties
<key>PciRoot(0x0)/Pci(0x1,0x0)/Pci(0x0,0x0)</key> <dict> <key>device-id</key> <data> 32cAAA== </data> <key>revision-id</key> <data> wgAAAA== </data> </dict>

@22dm
Copy link
Author

22dm commented Aug 16, 2019

my config.plist > Properties
<key>PciRoot(0x0)/Pci(0x1,0x0)/Pci(0x0,0x0)</key> <dict> <key>device-id</key> <data> 32cAAA== </data> <key>revision-id</key> <data> wgAAAA== </data> </dict>

Wow, it works like a charm. Thanks.

@osy osy added the configuration Configuration issues label Aug 19, 2019
@Dagvelo
Copy link

Dagvelo commented Aug 24, 2019

d

my config.plist > Properties
<key>PciRoot(0x0)/Pci(0x1,0x0)/Pci(0x0,0x0)</key> <dict> <key>device-id</key> <data> 32cAAA== </data> <key>revision-id</key> <data> wgAAAA== </data> </dict>

do i need to replace it with something else or just add it ?

@22dm
Copy link
Author

22dm commented Aug 24, 2019

d

my config.plist > Properties
<key>PciRoot(0x0)/Pci(0x1,0x0)/Pci(0x0,0x0)</key> <dict> <key>device-id</key> <data> 32cAAA== </data> <key>revision-id</key> <data> wgAAAA== </data> </dict>

do i need to replace it with something else or just add it ?

replace the <key>PciRoot(0)/Pci(1,0)/Pci(0,0)</key> <dict> ... </dict> part

@osy
Copy link
Owner

osy commented Sep 2, 2019

Anyone knows what happens if you run this on a NUC8i7HNK which only has 20 compute units? I will update the config to use this, but I don't want to break compatibility with NUC8i7HNK.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
configuration Configuration issues graphics Graphics/GPU issues
Projects
None yet
Development

No branches or pull requests

4 participants