While you're here, please consider supporting GamingOnLinux on:
Reward Tiers:
Patreon. Plain Donations:
PayPal.
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Reward Tiers:
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Login / Register
- The "video game preservation service" Myrient is shutting down in March
- Discord delay global rollout of age verification to improve transparency and add more options
- Firefox 148.0 arrives with AI controls
- FINAL FANTASY VII arrives on GOG with a new edition live on Steam too
- SpaghettiKart the Mario Kart 64 fan-made PC port gets a big upgrade
- > See more over 30 days here
- steam overlay performance monitor - issues
- Xpander - Nacon under financial troubles... no new WRC game (?)
- Xpander - Establishing root of ownership for Steam account
- Nonjuffo - Total Noob general questions about gaming and squeezing every oun…
- GustyGhost - Looking for Linux MMORPG sandbox players (Open Source–friendly …
- Jarmer - See more posts
How to setup OpenMW for modern Morrowind on Linux / SteamOS and Steam Deck
How to install Hollow Knight: Silksong mods on Linux, SteamOS and Steam Deck
He gave up a year ago (after a few months or so of running Linux) and just stayed on Windows. But with that recent “Windows Recall” feature, that lit a fire under his ass to start dual booting and make another attempt at switching. So, I can tell he's panicked (even though he doesn't act like it) and is wanting an easy way out. Like as if that will happen with someone who has his rigid preferences.
So, I have to ask, is there any kind of support for triple buffering out of the box? How can this be set through Proton (WINE)? He’s been complaining about this in recent days. Because he wants an equivalent for the AMD control bloatware that comes with the Windows drivers; where he can specify a game profile that forces the GPU to use triple buffering.
He’s a very finicky gamer (with a software developing background and acts like a snob all the while) who likes to make his life difficult regarding computing; I don't know why. And to top it off, he wants to blame me as an easy cop out (a Linux user of course, for 8 years) for how things are on Linux. And says I ignore the problems on Linux in general; no, I acknowledge them and I accept them (and would gladly take that over anything Apple and Microsoft has today). To me, any sacrifice is worth being able to avoid much of big tech today. So, I did what was necessary for the preparation of pure tech dystopia; which is why I also went through the effort of removing much of Google from my life and use a de-googled phone with Proton mail (and block all Google domains on that device). Don't even care for YouTube anymore. How about that? If anything, Google made the decision easy for me by making it horrible. Now, YouTube is full of crap with mostly degenerative people desperate for attention. Hello, Odysee and Peertube. Along with RSS feeds.
Anyway, I keep my gaming simple to remain sane; as I don't care for much of this AAA BS today. But with crud like Ubisoft not optimizing their games right, there's extra tinkering steps that need to be done. For reference, my brother uses an AMD 6800xt (I think) and he's on Wayland using KDE Plasma as the desktop environment.
A very simple solution to this for this problem would be greatly appreciated. Please help me make this torture end. These veteran whiny Windows gamers are just unbearable today; especially when they blame me because they don't like how Linux isn't a one to one replacement for their current setup. What's worse, is that I'm living under the same roof with one...
Long story. I know. But I hope someone can help out with this.
Last edited by dreaper on 16 Jul 2024 at 8:40 am UTC
Try sticking a dxvk.conf into the game exe directory, with
dxgi.numBackBuffers = 3or greater.
Instructions here about .conf file:
https://github.com/doitsujin/dxvk/wiki/Configuration
Got this from doitsujin:
https://github.com/doitsujin/dxvk/issues/1456
But my understanding is that triple buffering is on by default with vsync on , in linux, unless something is borked. Which is always possible! :grin:
With double buffering, you have a buffer the display can read from, and a buffer the application can write to, and you flip which is which. The limitation is that if the write buffer is full, because you're filling it up much faster than you're flipping, you can't write to it any more (because the flip might happen while you're writing to it). So the writes stall. But with triple buffering you have the same read buffer and two write buffers; the read buffer can always flip to the most recent complete buffer, and the write doesn't stall because it can write to the other buffer.
Although Microsoft did call some non-awesome thing "triple buffering" as well, which muddied the waters.