Recently, I switched from Windows to Linux, tried many distros, and ended up with the Ubuntu rolling-release. Things went well for some days, but I started facing some issues like printer issues, gaming performance issues, and overall Ubuntu performance issues. So, I switched to where it all started, which is Windows 10. Now I’m on Windows, but the likeness and pleasure of using Linux are still with me. 

So, what I wanted was a faster, rolling-release, easy-to-use distro with easy installation of Nvidia proprietary drivers. 

What I have now planned is Fedora, because I like it. The issue with Fedora is that I can easily install the Nvidia driver, unlike Ubuntu. Can I search for the driver in the store or something else?

Or anything better than a fedora.

Graphics card: GT 730. I quit gaming, so gaming was not an issue anymore.

  • @Spectacle8011@lemmy.comfysnug.space
    link
    fedilink
    4
    edit-2
    10 months ago

    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.