Squishie PP
kiwifarms.net
- Joined
- May 19, 2023
Ah nice to know! thank you.It works just fine with both AMD and Nvidia GPUs, I use it myself. All you need is a motherboard that supports it, which most should because as far as I can tell it's implemented in the AGESA/IME, and of course a CPU with an integrated GPU (non-K Intels, all AMD Gs, or AMD zen4/zen5.
Go into your BIOS and look for a setting called something like "HybridGraphics", set it to True. It'll work the same way graphics on laptops work, default output is handled by the iGPU but specific tasks, like games, will use the dGPU. With most games this is automatic, but some older titles require you to set an environment variable. I've no idea how you'd do that on Windows, but on Linux it's as simple as adding DRI_PRIME=PCIe address of the GPU you want to use in front of the launch command of the game. Like on Steam I put "DRI_PRIME=pci-0000_01_00_0 %command%" as the launch argument for games that won't use the dGPU automatically.