xCuri0 / ReBarUEFI

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

Can't change bar size #108

Closed Toyo-tez closed 4 months ago

Toyo-tez commented 4 months ago

System

Description

I have managed to mod the bios with rebar and now the rebar is working at 4GB, but according to the wiki (https://github.com/xCuri0/ReBarUEFI/wiki/Common-issues-(and-fixes)#how-do-i-enable-resizable-bar-on-unsupported-amd-gpus-) i should downgrade my bar to 2GB because my gpu is unsupported, but when i change the bar size with ReBarState and i reset, the bar size is still 4GB. bar size

xCuri0 commented 4 months ago

@Toyo-tez Disable Resizable BAR in your BIOS menu, that's the only thing that can cause an issue like this. If you're going to use ReBarUEFI you should always have Resizable BAR in BIOS menu off but 4G decoding on.

Toyo-tez commented 4 months ago

Thank you so much!