I’m Hunter Perrin. I’m a software engineer.

I wrote an email service: https://port87.com

I write free software: https://github.com/sciactive

  • 2 Posts
  • 23 Comments
Joined 1 year ago
cake
Cake day: June 14th, 2023

help-circle


  • I’m sorry but I just don’t buy that.

    First of all, you can’t solve a problem you’re not willing to work on.

    Second, no one is expecting a solution that bans 100% of cheaters and has zero false positives. We all know that’s unrealistic. So saying no one has solved it yet is kind of misleading. There are existing solutions that work well enough for most people.

    Third, there are solutions that can run entirely on the server side that would work for every system. Riot just isn’t willing to use them.

    My comment stands. Bad engineers that can’t solve a problem other people have already come up with solutions for.



  • I switched from Windows to Linux during the whole Vista debacle back in 2008. For basically ten years I was out of the PC gaming scene. I fucking love Proton and what its done for Linux as a gaming platform. Now I play (almost) everything on Linux, no sweat. The only things I ever need my Windows partition for anymore are things with those shitty anticheat platforms that just assume you’re a cheater if you use Linux. Cause, you know, Linux scary.














  • hperrin@lemmy.worldtoLinux Gaming@lemmy.worldCannot get a single game working on Linux
    link
    fedilink
    English
    arrow-up
    36
    arrow-down
    1
    ·
    edit-2
    10 months ago

    One thing that would be good to check is to make sure the Nvidia proprietary driver is actually controlling your video card.

    Run

    sudo lshw -c video
    

    in the terminal, and make sure that under “configuration” you see “driver=nvidia” and not “driver=nouveau”.

    Also make sure there’s only one entry that comes up. I’m pretty sure your CPU doesn’t have an iGPU, but good to make sure.