xCuri0 / ReBarUEFI

Resizable BAR for (almost) any UEFI system
MIT License
1.32k stars 59 forks source link

ASUS Z87-A - No 4G Decode option/support? #76

Closed ghost closed 10 months ago

ghost commented 10 months ago

System

Description Hi,

I am able to set the Resizable Bar to 1GB, but anything higher will result in black screen. I guess this means my motherboard doesn't actually have 4G decode enabled. (GPU-Z was reporting 'Yes')

I exported the IFR text and couldn't find the 'Above 4G Decoding' option, the only reference is in the BIOS strings. I read in other bug reports that swapping the pcihostbridge and/or pcibus modules could potentially work? Checking other Asus Z87 boards, couldn't find 4G either. (I did find 'Max TOLUD' in the bios file, not sure what to do with this? it's set to 'Dynamic')

Is there anything else I can try? I've been checking the DSDT patching guide but I'm not sure if I understand it correctly. So Without 4G decode bios support, I can only get this working in Linux?

Thanks!

image

xCuri0 commented 10 months ago

@xYuuna

So Without 4G decode bios support, I can only get this working in Linux?

yes to my knowledge, it is technically possible to re allocate the GPU to above 4GB through a custom bootloader though if anyone wants to try that

duplicate of #14