Skip Navigation

Thinking on switching to linux

Approaching the end of window 10 and have no plans on upgrading to 11.

I am trying to find alternatives to applications I regularly use before jumping ship (it is mostly a gaming focused pc) any suggestions?

There’s oculus software for my vr but don’t know what I’m going to do with that

Small update: probably going to do Linux mint as that appears to be the most beginner friendly

Update two: that's a lot of comments, and Thanks for all the info

252 comments
  • SoftwareLinux support
    AMD driver✅ open-source drivers for CPU and GPU are included in the Linux Kernel and work very well. If you have bleeding edge news hardware, check online in which Kernel version they are supposed and choose Linux distro accordingly
    Web Browser✅ Chrome/chromium, ✅ Firefox. All are commonly available in your distro software repository by default, or otherwise with Flatpak
    Web-based email✅ not dependent on OS. Local Email client software are available, one exemple is Thunderbird.
    Office suite✅ LibreOffice, or anything web-based such as Google Docs will work independently of the OS
    ItunesMany music players/library managers are available on Linux, I don't have any specific recommendations here, I am self-hosting Jellyfin for my music needs
    JBLnot sure what you mean here ? Your headset/speakers ? Don't see why it wouldn't work
    Music score reader/editor✅ MuseScore, I also use Guitar Pro (7, 8) inside Bottle (wine) and it works with some tweaks needed for fixing font bug
    Antivirus✅ ClamAV, arguable if you need an antivirus at all
    Python✅ many IDEs are available, a scary amount of Linux distribution rely on Python under the hood 😅
    Remote desktop✅ RDP protocol (many clients available), ✅ Rustdesk, ✅ anydesk, ✅ TeamViewer)
    Game platforms✅ Steam, ✅ Heroic Games Launcher (for Epic and GOG), ✅ Lutris
    VPN✅ OpenVPN and ✅ Wireguard protocols are supported (maybe others), you can find many providers using these protocols. Most ask you to use their app, but digging a little you often have options to configure the VPN connection without installing anything extra. I know Nord on client works on Linux, I haven't tried other. Mulldav is a very frequent recommendation in Linux communities
    Windows games compatibility✅ Wine/Proton via Steam, Lutris, Heroic and Bottles. The only thing that will block you is competitive multiplayer games with Anti-Cheat
  • I honestly think mint is an outdated suggestion for beginners, I think immutability is extremely important for someone who is just starting out, as well as starting on KDE since it’s by far the most developed DE that isn’t gnome and their… design decisions are unfortunate for people coming from windows.

    I don’t think we should be recommending mint to beginners anymore, if mint makes an immutable, up to date KDE distro, that’ll change, but until then, I think bazzite is objectively a better starting place for beginners.

    The mere fact that it generates a new system for you on update and lets you switch between and rollback automatically is enough for me to say it’s better, but it also has more up to date software, and tons of guides (fedora is one of the most popular distros, and bazzite is essentially identical except with some QoL upgrades).

    How common is the story of “I was new to linux and completely broke it”? that’s not a good user experience for someone who’s just starting, it’s intimidating, scary, and I just don’t think it’s the best in the modern era. There’s something to be said about learning from these mistakes, but bazzite essentially makes these mistakes impossible.

    Furthermore because of the way bazzite works, package management is completely graphical and requires essentially no intervention on the users part, flathub and immutability pair excellently for this reason.

    Cinnamon (the default mint environment) doesn’t and won’t support HDR, the security/performance improvements from wayland, mixed refresh rate displays, mixed DPI displays, fractional scaling, and many other things for a very very long time if at all. I don’t understand the usecase for cinnamon tbh, xfce is great if you need performance but don’t want to make major sacrifices, lmde is great if you need A LOT of performance, cinnamon isn’t particularly performant and just a strictly worse version of kde in my eyes from the perspective of a beginner, anyway.

    I have 15 years of linux experience and am willing to infinitely troubleshoot if you add me on matrix.

  • Star Citizen runs just fine under linux. For the most part, anyway. Being under active dev it breaks occasionally, but the Linux User Group has always gotten it working again so far.

    https://github.com/starcitizen-lug/lug-helper

    I would recommend using Wine directly over using Lutris right now, but that's an option you can pick in this script. Join the discord if you have trouble, people are friendly there if you're polite.

    Don't use Proton/Steam for it.

  • Depending on what VPN software you use, they may already have a linux version. All of the big-name ones do, as well as a good chunk of the smaller ones.

    For anti-virus, you don't need one in Linux. Even for Windows I would recommend using the built-in AV, rather than Norton.

    Edit: I see you use Norton VPN. That one doesn't have a linux version. Check out Mullvlad or Nord VPN.

    • Most VPNs support Wireguard, which is built in to Linux. If your VPN provider doesn't have a Linux app, you can usually usually download a Wireguard config file from them and use it on Linux. You can import a WireGuard config into NetworkManager using a command like:

       
          
      sudo nmcli connection import type wireguard file /tmp/example.conf
      
        

      Then it should appear in the network list in KDE / GNOME / whatever other desktop environment you're using.

    • Honestly a VPN that doesn't support Linux at least through manual connection settings, run away. All reputable and even the sketchier VPN providers support Linux, because that's what the privacy crowd uses, not supporting it implies those aren't even the target user base at all. It's a red flag. It's not a VPN for privacy or getting another country's Netflix.

      I'd trust Norton about as much as my ISP, so unless you use public WiFi somewhat often, it doesn't add much value, just the downsides of captchas everywhere. They're probably analyzing the traffic to map out malware campaigns and such, which would make sense but isn't very private.

      The business model of antivirus companies is fear, and they sell the solution to that fear. They have a VPN because people assume VPN means more security, of course they'll sell you one. At best they block known malware domains and IPs, which is utterly useless on Linux anyway.

      If you want a VPN get a real VPN.

  • If you have nothing to lose, ie. if you don't play anything with anticheat or you don't use any productivity software with crazy DRM platform-locking you into Windows, do it, switch over.

    The bulk of all games will run in Proton or even vanilla WINE now and the minority that's platform-locked into Windows is anything that uses kernel-level anticheat, if you only play single-player games or even virtual board games like Civilization, those will broadly work fine in WINE/Proton and even in the case of the aforementioned Civilization, those games starting from Civ5 onward even have native Linux ports, but the Windows versions tend to perform better in Proton, and as for productivity software, there's plenty of alternatives to things like Maya, Photoshop, Lightroom, or Premiere/AfterEffects to choose from that isn't platform-locked anywhere, eg. Blender as a Maya alternative, Krita or GIMP as a Photoshop alternative, RawTherapee or Darktable as a Lightroom alternative, and KdenLive or Davinci Resolve as a Premiere/AfterEffects alternative.

    Oh, and as for Illustrator, you have Inkscape as an alternative, and for Paint Tool SAI, you got MyPaint as an alternative.

    As for a good distro to get you started, Debian or OpenSUSE seem pretty solid for beginners, and Debian Stable at least has a backports repo for newer software, and there's also ChimeraOS if you're building your PC into a games console.

    Also, if you're looking for a good Foobar2k or iTunes alternative, Fooyin is great for that, and Whipper's a good CD ripper and basically an open Exact Audio Copy clone, although it's text-based. You could also use CUERipper in WINE as another good open alternative to Exact Audio Copy, which is proprietary. CUETools will work fine in Mono as well.

  • If wine does not work try adding the game in steam and use proton that way.

    For ppx SoftMaker is better, for Documents that have objekts can leave the paperarea (even partial) like circles i suggest using LibreOffice draw

  • To start, I’d recommend checking out Flathub and seeing what’s available there. Flatpaks are relatively new but anything there can be installed on basically any Linux distro. It’s organized by category so you can see your options.

    Chrome is available on Linux if you’re worried about switching. Firefox is usually the default and what I use just because I’ve always used it (plus, it fully supports ad blockers whereas Chrome now cripples them). Also, Chromium is essentially the exact same as Google Chrome. Both are made by Google and Chrome is just Chromium before Google adds all its branding and stuff.

    Don’t worry about antivirus. ClamAV is there if you want to run a scan but you don’t need anything like Norton.

    VPN: check your provider. Most work with OpenVPN or have a Linux client.

    Gmail obviously works in the browser but there’s a ton of desktop email clients. To give three examples I’ve used:

    • Geary is a simple, clean email client that just does email does it well. Not very customizable, though.
    • Thunderbird (made by Mozilla) has more features/options and supports extensions. If Geary is too simple, Thunderbird is a good middle ground.
    • Evolution is like the Microsoft Outlook that comes with the paid Microsoft Office Suite. It has a calendar and all that enterprise-focused stuff. Probably overkill but it’s there if you need it.

    Windows 10 is listed and I’m not quite sure what you mean but you can always run it in a virtual machine if you need it. I use Gnome as my Desktop Environment. Gnome Boxes is super simple. VirtualBox is more complex but has every option I’ve ever needed.

    Don’t worry too much about the Desktop Environment thing. KDE and Gnome are the biggest two and both are pretty much equally capable. (You can also always install stuff made for the other if you want. It just might not match the theme.) There’s loads of desktop environments but don’t be intimidated by all the choices. Some are stripped down and designed for older or low-spec computers. There’s one focused on Chinese users. You can ignore most while you get your feet wet.

  • If you've already tried setting up Win 10, Mint should be downright enjoyable. It's much more user friendly in my humble opinion.

  • There are a lot of software alternatives depending on your needs and preferences. You may want to take a look here or there.

    Linux is full of options to let you build the best system for you. That means you'll have to invest some time to decide what you want (starting with the distro). Moving to Linux is discovering a brand new world where it's easy to get discouraged and flooded by the freedom you're given.

  • for a remote desktop app that also works on ios there's Rustdesk. everything else already had great suggestions in this thread

  • someone got oculus software to work through wine with access to hardware a while ago and they’re working on something called Oculus Ameliorated which might be simpler to get working

252 comments