• 0 Posts
  • 13 Comments
Joined 1 year ago
cake
Cake day: June 2nd, 2023

help-circle

  • Odd. Things continue to improve, maybe it has gotten better? The majority of issues/glitches ive experienced on Linux while gaming have been glitches present on Windows too. Out of my library, there are no games that are outright unplayable on Linux, and 1 game that I need to host lobbies to play multiplayer. I tend to get better performance on Linux as well.

    I recommend for anyone considering Linux for gaming, look at ProtonDB to see if your fav games are playable or require workarounds. I find it rare that I actually need to look anything up.


  • Security is preemptive. Keylogging is not a hypothetical, it just hasn’t happened to you. Neither is it random, desktop linux is differentiated from linux server by its GUI. It is much harder to make linux desktop secure. I see threat as one of many in a long list of the weaknesses present in desktop linux.

    I am not trying to say you shouldn’t have the choice to use X11, my original comment was about how Linux Mint doesn’t offer the choice of a DE that supports Wayland.


  • The reason I mentioned keyloggers is because it allows an attacker to perform privilege escalation by recording your sudo/root password and automating an attack. I searched it up and I do see automation tools for Wayland, maybe they aren’t as developed as those for X11. For you, your usecase makes sense, though i (personally) wouldnt take that risk. The majority of users do not use such tools and should probably use Wayland.


  • Just because a malicious application is installed on your computer doesn’t mean it should be allowed to freely exfiltrate data. It does not require root to perform this attack, a malicious script or AppImage could just as easily steal your keypresses. Or an extension in your browser, or a mod for your favorite game. You shouldn’t need to read all the code for every application (including each subsequent patch and update) just to be sure it isn’t stealing your data. Plus, why not use Wayland?


  • My point was that X11 is insecure. Security through obscurity is not security. Wayland does not send every keypress to every application, which protects against this attack vector. Wayland is both significantly smaller and more secure than X11. X11 was designed in a time when software was built to simply trust anything that runs on the computer. We need to move past just putting our trust in the software we run. At the very least raise the barrier to perform such an attack.