39
this post was submitted on 15 Sep 2023
39 points (71.9% liked)
Linux
48044 readers
799 users here now
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
The gaming performance issues you were facing might be related to Vulkan support for the card, if it works better on Windows, as apparently Kepler cards don't have great support for Vulkan: https://bbs.archlinux.org/viewtopic.php?id=273935
I see Vulkan 1.2 is actually the latest version of Vulkan that supported Kepler architecture GPUs like the GT 730, which stopped receiving non-security updates after October 2021: https://nvidia.custhelp.com/app/answers/detail/a_id/5202/~/support-plan-for-kepler-series-geforce-gpus-for-desktop
On Windows, games probably used OpenGL. If you were playing games with Proton, it prefers DXVK because it offers better compatibility and performance than wined3d's OpenGL translation layer. DXVK 2.0 and onwards have used Vulkan 1.3, which requires a GPU newer than yours. I don't know whether Steam (and Proton 8+) falls back to using DXVK 1.10 or falls back to OpenGL/wined3d.
Either way, that means you haven't been getting the latest performance improvement updates in DXVK since late 2022. So force-enabling wined3d's OpenGL translation layer with
PROTON_USE_WINED3D
might help, if it's not doing that already? I don't know if OpenGL would actually perform better, so this is kind of a long shot...If you were playing Native GNU/Linux games, it might be different.
I second the openSUSE recommendation. My brief experience with it was really nice.
Edit: Ah, I see you've quit gaming, lol. Well, either way, if you use Wine with DXVK, maybe the above will help.