CorkHQ / Cork

A fast, platform-agnostic and minimal bootstrapper for Roblox and Roblox Studio
zlib License
35 stars 3 forks source link

using discrete gpu instead of integrated? #22

Closed mitsuaka closed 1 year ago

mitsuaka commented 1 year ago

when launching the game, it uses integrated gpu instead of discrete one. is there any way to use discrete gpu for Roblox? if it includes modifying wine, please, tell the proper way to do it.

Monsler commented 1 year ago

Try manjaro

Bugadinho commented 1 year ago

By default, it uses the default GPU, which in this case is the integrated one. You can switch to using the dedicated one by either using DXVK or Proton, which automatically uses the dedicated GPU, or by adding PRIME's environment variables to the settings.json file.

mitsuaka commented 1 year ago

issue resolved