I’ve dabbled with Linux and I’ve finally decided to try and switch to it for real, mostly because I’m starting a new job soonish that will require more Linux knowledge, but also because I’m getting sick of all the Windows privacy issues.

I’m actually liking it better than I thought. Taking an attitude that I’m sticking with it is giving me more of a drive to actually fix the issues I’m having rather than moaning about them, and it’s a good opportunity to learn.

The one thing I’m struggling with though is gaming. I’ve got a 2060S which I need for CUDA, but I’ve got the drivers working. I’ve not exactly been through my whole Steam library but I’ve not had anything running acceptably yet. DEATHLOOP, for example, on Windows runs at smooth at near 4k. On Wayland the input latency is unplayable and it crashes out every few minutes anyway. I improved it by switching to X11 but I’m still only getting 10-15 FPS when it was smooth in Windows. Even Skyrim has input latency and it’s clearly not running as fast as it should be.

When I check on ProtonDB for help I see no consistency in the settings people are using. Most of the time they just say Experimental, and I figure that changes over time anyway so it’s no help to me anyway.

Is there any helpful advice online as most of the time I just get told to try every proton version and fork until I find something that works? I’ve not even gotten into figuring out what stuff like Lutris is.

I’m on Fedora in case that’s important.

  • twinnieOP
    link
    fedilink
    arrow-up
    1
    ·
    5 months ago

    Using a guide I read, done through the terminal. That’s all I remember. How could I tell if I’m using Nouveau?

    • ainen@lemmy.ml
      link
      fedilink
      arrow-up
      1
      ·
      5 months ago

      Enter this command into your terminal:

      lspci -k | grep -A 2 -E “(VGA|3D)”

      The output will contain “NVIDIA Corporation” in the compatible controller and subsystem section and “nvidia” in the kernel driver in use section.