this post was submitted on 06 Aug 2023
6 points (87.5% liked)

Linux Gaming

15455 readers
26 users here now

Gaming on the GNU/Linux operating system.

Recommended news sources:

Related chat:

Related Communities:

Please be nice to other members. Anyone not being nice will be banned. Keep it fun, respectful and just be awesome to each other.

founded 4 years ago
MODERATORS
 

I can see launcher and hit play but then nothing happens, It just stays on launcher. I tried --skip-launcher option and other Proton versions but none of them have worked. I'm on amd gpu and Proton-GE sometimes throws and error of "failed to collect displays" message, any idea?

SOLVED:

apparently sway was the problem and fixed it with below startup command

echo env --unset=SDL_VIDEODRIVER mangohud "%command%

top 4 comments
sorted by: hot top controversial new old
[–] [email protected] 5 points 1 year ago (1 children)

In general I recommend checking protondb.com if you're having issues with any game on linux. Lookup the game and scroll past the steam deck entries. Often somebody has posted a solution there.

I your case, switch to Proton experimental and use these launch options:

eval $( echo "%command%" | sed "s/Launcher/LariLauncher.exe'.*/bin/bg3_dx11.exe'/" )

It switches the game to launch the dx11 version. Alternatively, rename bg3_dx11.exe to bg3.exe or change the game from vulkan to dx11 in the launcher (if that can be done in the launcher). Vulkan is known to crash for some on Linux.

[–] [email protected] 1 points 1 year ago

I tried this command from looking up protondb but not working. I can hear a startup sound effect but It displays nothing

[–] [email protected] 4 points 1 year ago (1 children)

As a sway user, thank you for coming back and posting the solution. ProtonDB is great but not many sway users there and we sometimes run into more unique problems than users running with an actual DE do.

[–] [email protected] 2 points 1 year ago

Did it fix it for you?