Decided to ask here because I feel I’d be grilled on Reddit or anywhere else for this.

With data leaks, security concerns, and Microsoft’s spaghetti coding I really think it’s time for me to make the switch to Linux.

I will preface that I am used to SteamOS and KDE Plasma on my Steam Deck and love the functionality. It’s very intuitive for someone who isn’t prone to using a terminal, but I know a general understanding of when to use it and how to not brick my device.

I’m switching due to the security concerns of Windows 11, annoyances I’m sure we’ve all had, and looking for that hands-on experience for my new personal computer.

I’m going to be building a new gaming PC soon and I’m looking for a number of variables to note, warnings, and suggestions of:

    1. What distro to use that is as customizable as KDE, safe, and intuitive. Or should I stick with it? Any common issues with it or a recommendation?
    1. What games will I need to say goodbye to? I know many games using anticheat won’t always work but I understand how Proton and Wine can help for workarounds, I’ve used some to run Roblox and Rust before on the Deck.
    1. Will I need to replace parts? Maybe a stupid question, but still gotta know.
    1. Is it worth switching for the games I play or is it better to dual-boot/VM?
    1. Any other warnings that may stray me away from Linux (so that I can research and not fall into lol)
    1. Tips on applications for workarounds.
  • mirshafie@europe.pub
    link
    fedilink
    arrow-up
    1
    ·
    14 hours ago

    So KDE Plasma is just a graphical environment that you can use on any distro. It’s my preferred desktop environment, but Gnome and XFCE are famous ones, and lots of nerds/programmers love i3 (a tiling graphical environment which encourages you to use keyboard only).

    So when choosing a distro, we’re looking at other qualities.

    A Linux distro is basically a collection of tools that constitute your OS. The most notable difference between distros is package managrment – how do you install new packages?

    This might sound weird but the reason is that open source software comes with tons of different options that can be toggled before compiling to binaries, and at the same time we need our ecosystem of software to play nice accross different packages. They often depend on each other! So that’s why different philosophies split the community into so many different distros.

    When installing new software, you essentially run a specific command from the terminal. Your package manager (which is a core part of your distro) then downloads and installs all dependencies. There are graphical tools to help beginners with this, but in fairness I think you should be prepared to learn to use the command line to search for applications and install them. You won’t avoid the terminal as a Linux user.

    A really common distro is Debian. It’s the basis for tons of other popular distros, including Ubuntu. My problem with Debian is that they are a bit conservative, which means that they’re often slow with rolling out updates for KDE.

    Since I’m also a KDE Plasma person, I run Neon https://neon.kde.org/ which is based on Debian but focuses on rolling out stable updates for KDE packages.

    I do not recommend starting with a hobbyist distro like Gentoo, Nix or even Arch if your focus is productivity or gaming. If you want to learn about computers, then those distros can be incredibly rewarding, but they are time-consuming. Go with something Debian-based, or alternatively OpenSUSE or Fedora.

    Regarding your other questions, you likely do not need to swap out hardware. But some graphics cards have poor support for Linux, so research your model in advance. You can also try running a distro of your choice live from a USB stick (most distros support this). It’s slower than running from hard drive, but you can get a feeling for what works out of the box and what may need further configuration.

    Many games will not work properly on Linux, at least not without extensive tinkering. If you’re serious about certain games, I’d say Windows is unavoidable. I detest dual-booting but if you only have one computer then it may be your only option. However games that work on Deck should work fine on any Linux machine.

    Hope this helps.