Basically the forced shift to the enshittified Windows 11 in october has me eyeing the fence a lot. But all I know about Linux is 1: it’s a cantankerous beast that can smell your fear and lack of computer skills and 2: that’s apparently not true any more? Making the change has slowly become a more real possibility for me, though I’m pretty much a fairly casual PC-user, I don’t do much more than play games. So I wrote down some questions I had about Linux.

Will my ability to play games be significantly affected compared to Windows?

Can I mod games as freely and as easily as I do on Windows?

If a program has no Linux version, is it unusable, or are there workarounds?

Can Linux run programs that rely on frameworks like .NET or other Windows-specific libraries?

How do OS updates work in Linux? Is there a “Linux Update” program like what Windows has?

How does digital security work on Linux? Is it more vulnerable due to being open source? Is there integrated antivirus software, or will I have to source that myself?

Are GPU drivers reliable on Linux?

Can Linux (in the case of a misconfiguration or serious failure) potentially damage hardware?

And also, what distro might be best for me?

  • Communist@lemmy.frozeninferno.xyz
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    2 hours ago

    Note here, a lot of people are going to recommend you mint, 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 bazzite and other immutables generate a new system for you on update and let 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.

  • teawrecks@sopuli.xyz
    link
    fedilink
    arrow-up
    0
    ·
    5 hours ago

    Will my ability to play games be significantly affected compared to Windows?

    It depends on how often you play games with him aggressive anti cheat, or games on non-steam platforms. Games like Valorant and Fortnite probably won’t work at all. But I do a ton of non-competative multiplayer (and single player) gaming that is not inhibited at all.

    Heroic launcher is your best bet for non-steam platforms, and lutris/bottles should probably be your 3rd option. But steam games running through proton should “just work”.

    Can I mod games as freely and as easily as I do on Windows?

    The actual modding should be arguably more accessible. You technically have control over the entire kernel, so nothing is going to stop you from doing whatever you want. The only problem you may run into is if you’re dependent on modding tools that were only made for windows. Some of those tools are basically spyware anyway (ex. Curse), and often times the open source community has made its own alternative you should be using instead.

    If a program has no Linux version, is it unusable, or are there workarounds?

    YMMV. Valve has done a lot of heavy lifting to get proton to be a one-stop-shop for running windows games on Linux but you can add a program as a non-steam game, launch it through steam, and it often just works.

    Wine is your other option. Sometimes the community has gotten windows apps running reliably in wine or proton, other times no one has ever tried it or it’s too much of a headache to get working. protondb.com has user reports for how various games run.

    Can Linux run programs that rely on frameworks like .NET or other Windows-specific libraries?

    The short version is yes. The long version is the same as the previous answer.

    How do OS updates work in Linux? Is there a “Linux Update” program like what Windows has?

    Most distros come with some form of package manager that works similarly to an app store on your phone (an app store is basically a package manager with purchases). Ideally, everything you want to run can be installed through the distro’s package manager, and then you use the package manager to update everything. But sometimes the software doesn’t exist in the package manager, and you have to download, run, update, and sometimes even build from source, your own programs. Those programs usually have a guide on the best way to run it on popular distros.

    How does digital security work on Linux? Is it more vulnerable due to being open source? Is there integrated antivirus software, or will I have to source that myself?

    It is actually more secure due to being open source. Source code can be audited by anyone rather than relying on “security by obscurity”. There are antivirus programs, but I don’t know much about them. Generally, don’t run programs from shady sources, don’t expose your machine to the open internet, and don’t run everything as root and you should be fine.

    Are GPU drivers reliable on Linux?

    Yes, though historically AMD has better support for the newer features asked for by Linux compositors (namely Wayland). Nvidia’s drivers are still not fully open source, but otherwise work fine. Driver bugs are rare in my experience.

    Can Linux (in the case of a misconfiguration or serious failure) potentially damage hardware?

    To the same extent that windows can, yes. But if your concern is YOU misconfiguring something to cause Linux to do that, you shouldn’t have to worry about it. It is unlikely you will be interfacing directly with the kernel at all. Most distros configure the kernel in some specific way they want and you never worry about it. And still, a proper kernel-level driver should ensure that it will never send commands that could damage something, even if the config vars are incorrect.

    And also, what distro might be best for me?

    First off, install Ventoy to a USB drive. Then take advantage of Linux’s ability to “live boot” by downloading several .iso’s for several different distros onto the USB. Then boot off the USB, and you should be presented with a handy menu of ISOs to pick from. This will make trying out a bunch of different options really easy, without actually installing anything to your hard drive.

    I’d say try grabbing mint, fedora, Pop!Os, and opensuse to start. Maybe also try Zorin. These are all geared toward new Linux users.

  • hperrin@lemmy.ca
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    4 hours ago

    First off, welcome to the light side.

    Will my ability to play games be significantly affected compared to Windows?

    It will be affected, but not significantly. Almost every Windows game works well on Linux. The notable exceptions are games that use anticheat software. They can detect that they are running in Linux and generally disallow it.

    Many games perform better in Linux. A few perform worse. The vast majority perform exactly the same.

    If you run games through Steam, everything should just work. You might need to enable the option “Enable Steam Play for all titles” in the settings. Honestly, if a game has a Linux version, I usually set the compatibility option in Steam to use Proton instead, because it just works, really well.

    If you run other games, I recommend using Heroic Launcher for the game stores it supports, and Lutris for anything else. (Oh, and Prism Launcher if you play Minecraft.)

    Something to note is that Windows games run through a compatibility layer called Proton, which is based on Wine. You can kind of use the terms Proton and Wine interchangeably, because Proton is just Wine + some enhancements for games. To the game’s perspective, it’s just running in Windows and making Windows system calls. Proton translates those calls to Linux system calls. It doesn’t emulate anything though, it just provides a Windows compatible API.

    Can I mod games as freely and as easily as I do on Windows?

    Maybe. Probably. If it’s running in Proton, then mods should work fine. You may need to add some launch parameters in Steam to load the mods first. You’ll also need to figure out the “Wine prefix” of the game to install the mod. The prefix is just the directory that Proton presents to the game as the C: drive, so it’s like having a specific drive for each game.

    If a program has no Linux version, is it unusable, or are there workarounds?

    This depends. Most programs will run through Wine. You can use Lutris to install them. I do this to run WinSCP on Linux. Some programs (notably, Adobe Creative Suite) don’t work with Wine.

    Can Linux run programs that rely on frameworks like .NET or other Windows-specific libraries?

    Yes. Steam, Heroic, and Lutris will automatically install them for you.

    How do OS updates work in Linux? Is there a “Linux Update” program like what Windows has?

    OS upgrades are a lot easier in Linux. There’s one program that updates all your system software and apps at once. On Gnome, it’s Gnome Software, and on KDE, it’s Discover. This is also where you go to install apps. Don’t ever download anything from a website to install it, just find it in these apps. It’s safer.

    System software is installed through the package manager. Apps can be installed through Flatpak to make it easier.

    How does digital security work on Linux? Is it more vulnerable due to being open source? Is there integrated antivirus software, or will I have to source that myself?

    Security is generally better than Windows. Most Linux users don’t bother with antivirus for two reasons, viruses are really uncommon in Linux, and software isn’t installed from random websites, but package managers instead. A lot of things in Linux, like Flatpaks, are run in a sandbox too, so access controls are granular and permission based.

    Are GPU drivers reliable on Linux?

    Very. If you’re using an Nvidia GPU, install the Nvidia driver through your package manager. If you’re using anything else, they’re already installed.

    Can Linux (in the case of a misconfiguration or serious failure) potentially damage hardware?

    Probably not. Technically, yes, but it’s extremely unlikely and isn’t something you should worry about. Windows can too, btw.

    And also, what distro might be best for me?

    Fedora, Mint, or Pop OS should be your starting points. Steer clear of Ubuntu. Ubuntu used to be very user friendly, but lately it’s been atrocious. Fedora has always been awesome, and it’s very user friendly. Same with Mint.

    More importantly, what desktop environment should you use. Fedora Workstation offers both Gnome and KDE, the two big ones. Either one will work great for you, but KDE is more similar to a Windows layout by default. Mint uses Cinnamon, which is very user friendly and similar to a Windows layout. Pop OS uses Cosmic, which is new, and in development. It’s promising though.

    Some final thoughts I want to share with you:

    Linux uses a Unix like file structure, so you don’t have drive letters. Instead, you have a root file system, and other file systems are mounted within it. Your root file system is just a slash /. It’s like your C: drive. Directories are separated by forward slashes, not backslashes. Not something you should worry about, just something to know.

    Linux is a diverse field of operating systems, and some work very differently than others. They range from super easy and approachable, to wildly difficult to learn. Some are specialized for gaming, like Bazzite, while others are general purpose, like the ones I mentioned above. Technically, “Linux” is just the kernel, like “NT” on Windows, but most people mean a complete operating system when they say Linux.

    You should learn about the difference between Wayland and X11. Just some basic overview of them. You don’t really need to know, but it might be worth it. Basically, Wayland is new and more secure, X11 is old and less secure. Wayland can run X11 apps just fine, so it really shouldn’t matter to you. Wayland is also the default nowadays.

    You probably won’t need to use the terminal, but if you do, don’t be scared of it. It’s just a way to launch programs that generally don’t have a UI.

    Lastly, Linux is free and easy to install, so don’t be afraid to try out a bunch of different distros and desktop environments and see which works best for you. Once you find one you like, you can always switch to something else in the future if it stops working for what you need.

  • Nugscree@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    5 hours ago

    Will my ability to play games be significantly affected compared to Windows?

    That will depend on the games you play, and what platform you use. If you are using Steam, you can enable the proton layer have more access to games, but if the game in question uses any type of kernel level anti cheat chances are it’s not going to work.

    Can I mod games as freely and as easily as I do on Windows?

    Depends on what you are used to, if you are using mod managers and which ones.

    If a program has no Linux version, is it unusable, or are there workarounds?

    A lot of work has been done with WINE, games on Linux, and Proton. You’ll need to do a little bit of reading to see if it can work on Linux, but the community can often be awesome and already have found a solution. There are also a lot of great alternatives to Windows/Mac only software you can try.

    Can Linux run programs that rely on frameworks like .NET or other Windows-specific libraries?

    Depends on your distro but most can install .net, you’ll need to do a bit of reading.

    How do OS updates work in Linux? Is there a “Linux Update” program like what Windows has?

    Yes, there are package managers that you can use to install and update software, some distro’s even have a shop like interface.

    How does digital security work on Linux? Is it more vulnerable due to being open source? Is there integrated antivirus software, or will I have to source that myself?

    I’ve only ever had to use a virus scanner twice in my Linux journey and both of those times it was on a server. Because Linux is open source everybody can see what is going on in the code and this way bugs or security issues can be found and patched quicker.

    Are GPU drivers reliable on Linux?

    Depends, if you are using AMD you should be fine, Nvidia has functioning drivers as well, I can’t speak for Intel ARC support because I’ve never used it…

    Can Linux (in the case of a misconfiguration or serious failure) potentially damage hardware?

    I’ve never broken my hardware, but I’ve broken my system a few times by ignoring the warnings the system gave me, always got it to work again.

    And also, what distro might be best for me?

    Linux Mint might be a good one, the Cinnamon is great for beginners, but there are many flavors you can choose from. Start with a live system which will not require you to install anything just yet, but you’ll get a feeling for how everything works. After trying it out live you can decide if you would like to install it. But remember that when trying it live you are limited in what you can do.

  • shapis@lemmy.ml
    link
    fedilink
    arrow-up
    0
    ·
    5 hours ago

    People have answered most questions. The gaming thing is a total lie though.

    Some specific games will work kinda okay. The vast majority will work worse. And a good chunk of super popular games won’t work at all. Just dual boot and keep gaming on windows.

    People in here straight up lie to push for Linux when it’s really not necessary. It’s great at what it does. And it’s improving in what it doesn’t.

  • zarkanian@sh.itjust.works
    link
    fedilink
    arrow-up
    0
    ·
    6 hours ago

    How do OS updates work in Linux? Is there a “Linux Update” program like what Windows has?

    Package managers. Linux had this before Windows. Granted, Linux needed package managers, because of the myriad and complex dependency trees that software can have. I prefer to install software through a package manager because it not only takes care of dependencies for me, it will take care of updates, too. I will only install something downloaded from a website as an absolute last resort. (And then, of course, making sure it’s a trustworthy source.)

    How does digital security work on Linux?

    It’s rather complex, but you probably won’t have to deal with it unless you have to do some kind of systems administration. On a day-to-day basis, the OS might ask you to enter your password to install software or make an update, and that’s the extent of it.

    Basically, every file has 3 categories of permissions: user, group, and others, and each category has 3 permissions: read, write, and execute. This is transparently handled by the system for you, though, and I can’t even remember the last time I had to change permissions on a file. It’s a good thing to be aware of if you have to do troubleshooting, though.

    Is it more vulnerable due to being open source?

    Just the opposite. Vulnerabilities get spotted sooner because there’s more eyes on the code, and they’re often patched quicker because anybody can submit a patch to an open-source project.

    Is there integrated antivirus software, or will I have to source that myself?

    I’ve never heard of any distro shipping with antivirus software, but I’ve also never heard of a Linux virus. Of course, I’m sure they exist, but I’ve just never heard of one. I’ve been using Linux for over two decades, and I’ve never used an antivirus or gotten a virus in all that time, and I’ve never even heard of a Linux user getting a virus. Part of that is due to Linux being more secure and part of that is due to Linux being less popular. If you’re writing a virus, you aren’t going to try to jump through the insane hoops of Linux security when you could target Windows which is A) less secure and B) has a fuckton more users.

    Obviously, use common sense, don’t install from untrusted sources, etc. etc., but viruses aren’t the omnipresent threat on Linux like they are on Windows.

  • _____@lemm.ee
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    8 hours ago

    All your concerns are valid and Linux handles all these well except:

    If you play competitive games with kernel anti cheat it will simply not work on Linux courtesy of the game developers.

    Linux is fully capable of running the game and the anti cheat but the game developers restrict it. Notable games are cod, fortnite, apex legends.

    A notable competitive game that works on Linux is cs2 although you won’t be able to run 3rd party anti cheat like FACEIT as far as I know.

    You can use the proton site to tell you how many of your games on your steam library are playable on Linux.

    I’m on my 8th month or so using Linux to game and I’ve had no issues, most popular games will work. Most niche games use very simple tech like SDL and will just work.

    Wine essentially creates a fake windows environment and handles a lot of internal API calls by kind of redirecting them to existing Linux services, so a lot of windows stuff will just work.

    As for security. You realize most of the Internet runs on Linux ? Practically the majority of the internet is hosted on Linux machines.

    As for a distrto there is no optimal choice you can make.

    You can pick Ubuntu, Debian or Mint and find yourself disappointed in how restricting the power user experience is.

    You can pick arch or cachy for the latest wine improvements but find yourself lost in how to handle the OS in case something goes wrong.

    I personally think cachy (rolling release) is the best for gaming but you could encounter issues (skill issues really) that might frustrate you. These issues would lead to growth and improvement in your understanding of Linux but if all you want to do is game and you don’t care about understanding computers then it might not be for you.

  • djsoren19@lemmy.blahaj.zone
    link
    fedilink
    English
    arrow-up
    0
    ·
    8 hours ago

    Will my ability to play games be significantly affected compared to Windows?

    So far, my experience on this depends on your graphics card. If you’re using AMD, you shouldn’t be too significantly impacted. If you’re using Nvidia, god help you. In my experience trying to get games running on Linux with an older Nvidia card, you’ll have a lot more fun bashing your head into a wall until the wall breaks.

    • Maki@lemmy.blahaj.zone
      link
      fedilink
      arrow-up
      0
      ·
      7 hours ago

      As someone who used Linux on both team green and red cards since 2005 or so, can confirm. Nvidia is more troublesome to get working and will suddenly decide your card won’t work the way it worked for years before just because their driver has had a version change. AMD runs fine on open source drivers; Mesa mostly has out of the box support without too much hassle.

  • heythatsprettygood@feddit.uk
    link
    fedilink
    English
    arrow-up
    0
    ·
    8 hours ago

    On the gaming side, it depends a lot what games you play. Generally the rule is (at least for single player) that it will work through Proton or a native version, unless otherwise specified. Personally, pretty much all of my Steam library works perfectly on Linux, even some games on launch day (Persona 3 Reload was flawless day 1). For modding your mileage may vary but if the game runs there’s a very high chance the associated modding tool will work too, although it might require some more tweaking than you are used to in order to get it to work properly as quite a few tools will assume you are running Windows. Multi player games are where there can be some trouble - for example Fortnite is a notorious example of a game that refuses to run on Linux because Epic Games does not allow its anti cheat to work on Linux. ProtonDB and a good old fashioned go on your favourite search engine should be able to tell you if what you play works, doesn’t work, or needs tweaks to get working.

    Running non-Linux apps is a mixed bag. Some things (most notably games through Proton) can work through compatibility layers perfectly fine, even if they need you to install .NET or some other dependencies. Others will be totally unusable, at least for now. Make sure you check all the applications you need to work on a regular basis work before jumping in, so search up their compatibility with tools like WINE (translation layer to let Windows apps run on Linux, also what Proton is based on).

    For updates, you’ll love it far more than Windows. Since almost every app you could ever need is installed through either a package manager or Flatpak (closest analogy I can give is like a phone app store, but allowing you to install pretty much anything, including system stuff), your updates will all come in one place. For example, on my Fedora KDE install, all I need to do for updates is go into the Discover app (KDE’s package management software) and into its update section, download, and install. This not only updates system software (desktop, kernel, drivers, so on) but also your applications. This means updating your system and apps is a breeze that’ll take far less time than the usual pain that is Windows Update.

    For security, you’ll have a lot less to worry about than Windows, and I have to admit part of it is because Linux has a fairly small user base. Few malware writers are going to care about a few Linux desktops compared to plenty of unpatched Windows systems out in the wild. However, the open source aspect also helps a lot - rather than showing vulnerabilities to hackers, it’s been valuable more to show these vulnerabilities to people who can fix them since the software is on public display. There’s more eyes on the code, and more people who can fix problems before they become major vulnerabilities. For most regular desktop users, you will not need any antivirus. If you’re really worried about viruses, I have heard ClamAV can scan for some things, but I haven’t tried it myself as it really isn’t necessary for desktop use.

    GPU drivers can be a bit complicated. AMD and Intel are incredibly simple, since (at least for anything made within the last 10 or 15 years, if not older) the drivers are built right in and need zero configuration (it just works!). NVIDIA cards can be a bit more of a challenge. On a lot of distros, you can install the NVIDIA drivers usually during or right after install fairly easily, but they will be separate from the rest of the built in drivers. You can have a good experience with NVIDIA on Linux, but just expect there to be anywhere from a bit to a lot more effort needed to get some things working compared to AMD and Intel GPUs due to this separation. Of course, this will depend on your exact set up.

    There’s no real risk of damaging your hardware installing Linux, the only real danger is deleting files already on your main boot drive during installation, so make sure to double check your installer to see if it’s doing what you want it to. Make sure you have a back up of your important stuff too, just in case. The only thing I can think of maybe is extreme overclocking through LACT or something maybe causing damage, but that’s part of what you sign up for with overclocking even on Windows anyway.

    Distros are a very debated topic, and there’s no real “best” one, just one that fits your needs. If you’re new to Linux, my personal recommendation is to go with something boring and well supported like some variant of Fedora or Ubuntu. There will be plenty of documentation for both to help you with things, and they both are fairly solid distros with good track records. However, one thing to keep in mind is what kind of desktop you want. Linux has multiple desktop environments (DEs) that can provide differing experiences (different way of launching applications, arranging icons, file managers, that sort of thing). If you’re used to Windows, KDE definitely has the smallest learning curve, as a lot of things will be as you are used to, so it may be best to go for either the KDE variant of Fedora or Kubuntu. The main difference between Fedora and Ubuntu you will notice is that Fedora has a far faster update cycle, which means you get new features quicker, but you will have to restart for updates more often. In addition, I have heard that the NVIDIA drivers can be easier to handle on Ubuntu, so if you have an NVIDIA card it might be more optimal to go for an Ubuntu variant.

  • Captain Aggravated@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    0
    ·
    8 hours ago

    Will my ability to play games be significantly affected compared to Windows?

    Depends on the games you play. Because of things like DOSBOX and Wine, it is sometimes easier to get DOS and early Windows games running on Linux than it is Windows. Valve’s Proton compatibility layer allows games written for Windows to Just WorkTM on Linux. My diet of nerdy factory building games and indie titles works perfectly well in Linux, my cousin who plays Bethesda and EA games ran into more irritations. The major compatibility barrier is competitive online multiplayer and anti-cheat systems. Many developers intentionally exclude Linux compatibility. The game runs fine, but you’ll get banned for doing it.

    Can I mod games as freely and as easily as I do on Windows?

    Probably, depends on the game. I didn’t have much of a problem modding Kerbal Space Program or Satisfactory, the communities offered mod managers that worked perfectly well.

    If a program has no Linux version, is it unusable, or are there workarounds?

    My suggestion would be to go full native if you can. Like, Adobe Photoshop isn’t available on Linux, so instead of trying to make it work, give GIMP or Krita or one of several others a try. Increasingly, things like Slack are Electron apps, which basically run as a glorified web browser, so they’re fairly easy to port to Linux and it’s becoming increasingly typical to upload them to Flathub.

    Can Linux run programs that rely on frameworks like .NET or other Windows-specific libraries?

    Yes, through a compatibility program called Wine, which I’ve already mentioned. Though again I would recommend going for native applications than trying to use Windows software on Linux.

    How do OS updates work in Linux? Is there a “Linux Update” program like what Windows has?

    Short answer: Better than Windows does.

    Different Linux distros will handle this slightly differently, but generally speaking your system will come with a thing called a package manager. It’s basically an app store but everything in there is free. The package manager handles updates for the OS itself as well as the software you’ve installed, up to and including updating to the next version of the OS if applicable. In fact as I write this, my computer is asking if I want to upgrade to Fedora 42.

    It’s also not as onerous as Windows updates; most of the time it’ll update software, you can use the rest of the system while that’s happening, and it’ll finish and it’s fine. Sometimes it’ll say “must restart computer for changes to take effect” but it won’t force or nag you to do that. You can come to a stopping point in your work, then do a normal restart. None of that “Updating your computer 1 of 7…” it just does a normal boot in a normal amount of time.

    How does digital security work on Linux? Is it more vulnerable due to being open source? Is there integrated antivirus software, or will I have to source that myself?

    Linux has a system of permissions, a bit like how Windows will sometimes ask you to run things as Administrator. Linux has had that concept longer than Windows has, Linux will call it the Root or SuperUser.

    Increasingly, sandboxed applications that run essentially in their own virtual machines are being used to limit what an application can access. Flatpak has a system of permissions not unlike Android, where you can say “No this app doesn’t need camera access.”

    We get a lot of security from having a package manager we actually use. Linux users aren’t in the habit of downloading random .exes from all over the internet. Software in the repos is vetted and signed. Don’t run code you don’t trust.

    Few Linux systems come with built-in antivirus software. Conventional wisdom is it isn’t needed. Antivirus software does exist for Linux, but it’s often to detect Windows malware in server traffic. For an end user desktop it’s not necessary.

    Are GPU drivers reliable on Linux?

    AMD publishes their drivers directly to the Linux kernel. My 7900GRE Just WorksTM. Nvidia tends to be a bit more of a pain in the neck. Your system will likely come with the open source Nouveau drivers, which will run but possibly not very well, and you’ll need to install proprietary drivers, which…the method you go about doing that varies from system to system.

    Now, I had a hell of a time with the hybrid graphics on my laptop, but I think that’s another story.

    Oh, yet another story: on my GTX-1080 in my previous computer, I started to have an issue with a new monitor I bought. Turns out the card needed a firmware update or it wouldn’t let the computer boot with a late model DisplayPort monitor attached. Not a driver update, a firmware update. Nvidia does not publish the tool to do that for use in Linux, so I ended up taking the GPU out and borrowing a Windows computer.

    Can Linux (in the case of a misconfiguration or serious failure) potentially damage hardware?

    I think I could use dd to wear out an NVMe SSD via excessive writing. But basically no. You’re not going to flip a switch in a settings menu and hear a bang from your case.

    And also, what distro might be best for me?

    I would recommend trying several. A few of my favorites over the years have been Mint Cinnamon, Fedora KDE and Ubuntu Mate.

    • Fonzie!@ttrpg.network
      link
      fedilink
      arrow-up
      0
      ·
      8 hours ago

      Just adding that Tekken 7 and 8 run better under Linux with Proton than under Windows, and that modding is just as easy!
      Shogun 2: Total War also runs fine under Linux with Proton, but I couldn’t get it to run on Windows, anymore (Flash).

      So it really depends on your game.

  • wewbull@feddit.uk
    link
    fedilink
    English
    arrow-up
    0
    ·
    8 hours ago

    Will my ability to play games be significantly affected compared to Windows?

    A lot of stuff runs with windows emulation as if it’s native. It’s the same method the steam deck uses and so Valve actively do work to keep it working. The main problem is games with heavy anti-cheat.

    Can I mod games as freely and as easily as I do on Windows?

    Generally, yes. I think so.

    If a program has no Linux version, is it unusable, or are there workarounds?

    See above.

    Can Linux run programs that rely on frameworks like .NET or other Windows-specific libraries?

    There’s .NET libraries for Linux, but things have to be recompiled to use them.

    How do OS updates work in Linux? Is there a “Linux Update” program like what Windows has?

    The distribution maintainer will issue updates on a regular basis. Update procedure is different for different distros, but all have a push-button update scheme. It’s pretty solid these days.

    How does digital security work on Linux? Is it more vulnerable due to being open source? Is there integrated antivirus software, or will I have to source that myself?

    Keep your system up to date with security updates, and you’ll tend to be fine. Smaller user base tends to mean that there’s far less malware. Antivirus isn’t necessary.

    Obviously phishing scams don’t care what OS you’re on, so mind what you click.

    Are GPU drivers reliable on Linux?

    AMD ones are very solid.

    Nvidia ones can be a pain from what I hear, but I don’t buy green.

    Can Linux (in the case of a misconfiguration or serious failure) potentially damage hardware?

    No.

    That said… You can always wipe a disk when you install an OS.

    And also, what distro might be best for me?

    Download a few Live-USB images and try them out. You don’t need to install them to get a desktop and a browser up. You can see if there’s any compatibility issues with your hardware.

    Whichever works for you, go with it.

    • hperrin@lemmy.ca
      link
      fedilink
      English
      arrow-up
      0
      ·
      4 hours ago

      A lot of stuff runs with windows emulation as if it’s native.

      Proton is a compatibility layer, not an emulator. The binary is running on the bare metal CPU, just like on Windows. It’s only the system and API calls that are translated to their Linux equivalents. That’s why the performance is basically the same, unlike a hardware emulator.

  • HaraldvonBlauzahn@feddit.org
    link
    fedilink
    arrow-up
    0
    ·
    11 hours ago

    A few more thoughts here:

    • for a first Distribution, Ubuntu is fine, too. Also, you could ask people arounf you what they know best und whether they like to help you. For example, Debian is a bit harder to install but is rock solid once it runs.
    • if you are concerned about security, you should practice a strict separation between trusted software installed by you, and untrusted data presented to you via web, mail or Internet. Never run untrusted code. Windows blurs that line and this is fatal.
    • In respect to hardware support: Most standard PC hardware will work very well with Linux, even old scanners that have no more Windows driver support. NVidia is the bad exception, and the bad rap is still justified because of Wayland, the new graphics display server. If you are not really poor you might consider to buy something better. The hardware support landscape is different for laptops. Here, refurbished Lenovo Thinkpad or Dell laptops are first choice, and also best value for the money.
  • arthur@lemmy.zip
    link
    fedilink
    English
    arrow-up
    0
    ·
    11 hours ago

    Any change brings some pain, that’s unavoidable, but it doesn’t mean it will not be interesting as well.

  • moody@lemmings.world
    link
    fedilink
    arrow-up
    0
    ·
    11 hours ago

    Others have already answered your questions, so I just wanted to add that the Linux community is based on sharing and cooperation, mainly though Open Source principles, but also in most other ways. From personal experience, I would say that the community is pretty much always willing to help out when you experience issues. There’s always someone willing to share some insight.

  • KindaABigDyl@programming.dev
    link
    fedilink
    arrow-up
    0
    ·
    12 hours ago

    Will my ability to play games be significantly affected compared to Windows?

    Really depends on the games. For the vast majority, probably not. If you play competitive multiplayer games, then it’s 50/50.

    Check out protondb to see if the games you play the most work well.

    Also semi-depends on hardware. Old Nvidia cards may struggle. AMD is def king in the Linux world, but it’s getting better for Nvidia

    But as you are probably aware, the steam deck has been pretty successful. That wouldn’t happen if Linux gaming was all bad.

    Can I mod games as freely and as easily as I do on Windows?

    Hit or miss. Sometimes the mod tools have to use wine and don’t work. Sometimes they use wine and work. Sometimes they don’t use wine and work.

    I have just done some modding of Monster Hunter Wilds, and it was about 50/50

    When it works, it’s just as easy as Windows.

    If a program has no Linux version, is it unusable, or are there workarounds?

    WINE or a Virtual Machine

    Can Linux run programs that rely on frameworks like .NET or other Windows-specific libraries?

    .NET is cross platform as of several years ago.

    How do OS updates work in Linux? Is there a “Linux Update” program like what Windows has?

    It depends on the distro. Typically you just run a command in the terminal to “update all packages” or click a button in a store front.

    It’s way easier than on Windows and is never forced.

    Genuinely one of if not the best thing about Linux is how software management works.

    How does digital security work on Linux? Is it more vulnerable due to being open source? Is there integrated antivirus software, or will I have to source that myself?

    Less vulnerable due to being open source. You have all the security experts in the world, including Microsoft’s, able to view and fix any vulnerabilities as soon as they appear. Thousands of people getting their eyes on it.

    There’s a reason that Linux is the back bone of the internet and nearly every server runs it.

    And FYI, you don’t use antivirus on Linux.

    Are GPU drivers reliable on Linux?

    If it works, it will always work.

    Whether it works is dependent on your GPU.

    Like I said, AMD is basically perfect, Nvidia can have problems, but these days that’s less and less true (I use a GTX 3080 w/ out issue).

    Mostly if you have an old, less-supported nvidia card (like pre-GTX) you may have issues.

    Can Linux (in the case of a misconfiguration or serious failure) potentially damage hardware?

    I’ve never heard of something like that happening.

    And also, what distro might be best for me?

    For beginners the correct option is almost always Linux Mint