Hello,

I'm a gamer and everything works smoothly with my Radeon card in Solus. But I have a problem with Baldur's Gate 3. Every time I start the game and running it my video card sounds like it's taking off and fly into space. None of my other games do that. Have anyone experiencing the same behavior in Baldur's Gate 3 or any other game?

  • Solved it! Changed Vsync in BG3 from triple to double and the video card is running as it should without noise. 🙂

Try this, can't hurt:

`$ mkdir -p ~/.local/share/pipewire/pipewire-pulse.conf.d

$ echo "pulse.rules = [{matches = [{application.process.binary = \"wine64-preloader\" }], actions = {update-props = {pulse.min.quantum = 1024/48000}}}] " | tee ~/.local/share/pipewire/pipewire-pulse.conf.d/wine_gaming.conf
`

What does the audio have to do with my video card running bananas in BG3? I'm using proton on Steam, so I don't think adding/editing wine gaming will do anything? Though Proton and Wine is like two relatives.

    Solved it! Changed Vsync in BG3 from triple to double and the video card is running as it should without noise. 🙂