On windows, everybody uses afterburner to overclock/undervolt.

What options do we have on linux (I have an nvidia gpu)?

  • zelifcam@lemmy.world
    link
    fedilink
    English
    arrow-up
    8
    ·
    edit-2
    1 year ago

    You cant under volt with Linux / NVIDIA But you can lower the power total power usage and maybe squeeze out some performance at lower temps that way.

    Personally, I use gamemode ( https://github.com/FeralInteractive/gamemode/releases ) every time I launch a game. Leveraging the pre/post scripts section to optimize my desktop for gaming. In that pre script I “tune” my GPU using some commands found here.

    NVIDIA Cheat Sheet

    ( https://pastebin.com/ieJmnJDp )

    • Digester@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 year ago

      Did you manage to get similar performance on Linux? Halo Infinite on windows 10 gives me an average of 150fps with medium settings, on Linux I get 70fps with he low prest and more stuttering. I use gamemode as well. My GPU is rtx 3070.

      • zelifcam@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        edit-2
        1 year ago

        Slightly less performance on Linux most of the time but all within reason. Nothing like you’re reporting.

        If you’re using an NVIDIA card make sure to use X11 NOT Wayland. Disable the compositor before playing. Play full screen and not windowed. If you’re using a gsync monitor be sure gsync is enabled in NVIDIA-settings /advanced and you don’t have composition pipeline enabled.

        Overall I’ve been very happy with my 3090 on Linux. Minus the ongoing NVIDIA not playing nice with Wayland thing.

        • Digester@lemmy.world
          link
          fedilink
          English
          arrow-up
          1
          ·
          1 year ago

          Would you be able to point me to some documentation to configure NVIDIA to use X11 and to enable NVIDIA-settings?