263
submitted 5 days ago by ArchmageAzor@lemmy.world to c/linux@lemmy.ml

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?

(page 2) 50 comments
sorted by: hot top controversial new old
[-] DrunkAnRoot@sh.itjust.works 1 points 3 days ago

first quesrion: no unless you play rainbiw six or fortnite all games run with wine or proton tou could take a look at garuda gaming edition 2: Yes you can r2modman has a appimage (universal linux app) and forge has a linux client for minecraft 3: you could use wine or always just spin up a windows vm if you need it and it doesnt work with wine 4: yes it can run .NET using the wine compaitibilty layer 5: updates are distro specific for example on debain ud do sudo apt update && upgrade or on arch its sudo pacman -Syu 6: its actuslly more secure with it being open source because anyonr can check for vulrabiltys and since its so unkown theres little malware affecting desktop users most are targeting servers and theres one av i know called clamtk theres also rkhunter that looks for root kits only 7: linux has a weird reltonship with gpu drivers for nvidia theres nvidia open source that offer worse perfomrance but are open source and nvidia properitary that run better but are prob spyware 8: Linux cant really damage hardware 9: for distros Linux Mint is and like windows Pop os is good for gaming or for a arch linux based exooernce but still easy try garuda gaming it comes with everything you need to game.

[-] 737 1 points 3 days ago

.NET is not Windows specific

[-] HaraldvonBlauzahn@feddit.org 5 points 4 days 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.
[-] PerogiBoi@lemmy.ca 6 points 5 days ago* (last edited 5 days ago)

Your questions will have different answers depending on which flavour of Linux you choose.

A good chunk of windows programs can be run using a program called “WINE”. WINE is just a command line program but you can get a GUI version easily.

Updates depend on your flavour but Debian based Linux (like Ubuntu) you just type “sudo apt get update” and then “sudo apt get upgrade” and bam everything is updated. No restart required.

If a program doesn’t work in Linux there can be workarounds or alternatives but that really depends on what program you are talking about.

You can play almost every game that exists on steam on Linux with the exception of games that have kernel level anti cheat like some competitive multiplayer games.

You’re arguably safer security-wise on Linux. Most people are on windows so that’s the majority of all viruses. Your security updates are included in system updates. No antivirus required.

I have never heard of Linux damaging hardware. I don’t think you need to worry about this.

Recommendation: get Bazzite. It’s a special type of Linux that is closest to a windows experience than anything else. It won’t let you do dumb things and mess up your install. It has all NVIDIA drivers preinstalled as well as gamepad drivers and everything you’d need for gaming (including dock support). It’s a no configuration needed OS. Linux on easy mode. You don’t even need to use the command line ever. Updates and apps are installed through the Linux equivalent of the Microsoft App Store (except this time it is great and doesn’t suck). And I say this as someone who only used windows until 15 years ago I messed around with Ubuntu and other Debian based Linux distributions.

[-] KindaABigDyl@programming.dev 5 points 4 days 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

[-] Susurrus@lemm.ee 2 points 4 days ago* (last edited 4 days ago)

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?

It is indeed not true anymore. In the year 2025 Linux is easier to use than Windows, and even not too tech savvy 60-year-olds manage just fine. Though you should know 'Linux' is not an operating system. When saying 'Linux', people most often refer to it as a family of operating systems. Many of which are incredibly user friendly and ready out of the box. And many of which aren't.

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

Short answer: no.

Long answer: only for a handful of online games, e.g. League. If using Steam, there's virtually nothing you have to do. Epic and GOG are easy to use, but theough third party launchers. Other storefronts/launchers are harder to set up, but all of them work. It should be noted Steam is the only platform with official Linux support. Here is a database of Steam games with info on Linux and Steam Deck compatibility.

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

Depends on the game. Overall definitely not 'as freely and as easily' as on Windows. For Steam Workshop games, it works just as it does on Windows. For the rest sometimes you need to do a little work, sometimes a lot. Bethesda titles seem to be the most problematic on Linux when it comes to modding.

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

Most of the time it is fairly straightforward and works nicely. Some are particularly difficult to get working on Linux, e.g. MS Office, so you might as well forget that.

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

Yes. There is software specifically for compatibility with Windows' libraries. While .NET framework you can simply install like you would on Windows. This is in fact needed in order to mod some games.

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

As mentioned at the start, Linux isn't a single OS, so it highly depends on the specific distribution (OS from the Linux family, in simple terms). Usually you just go to your app store and click on updates. Of course, there are other ways of updating the system and the choice is yours.

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 is extremely more secure than Windows. The whole 'open source leads to vulnerability' is a myth. There are antiviruses for Linux, but nobody uses them. There is barely any malware targetting Linux, and when you encounter it, most of the time you'll have to mess up and run it yourself giving it permissions. There are also more security-focused Linux distributions.

Are GPU drivers reliable on Linux?

Nvidia: not really.

AMD and Intel: yes, incredibly reliable.

For AMD and Intel you don't need any additional drivers, other than the generic drivers that come with the OS. They work perfectly and you can play games right away. For Nvidia you would have to go through the not-so-pleasant process of installing their drivers.

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

No. This sounds like something somebody who's never used Linux would say on Reddit. While technically it is possible, just as it is possible on Windows, this is not something you will likely encounter at any point.

And also, what distro might be best for me?

Personally I'd go with Fedora. It's very easy to use. It looks nice too, kind of like MacOS. By default, that is, since you always have complete freedom to customize how your system looks. My gf, who doesn't know what a Shift key is, is able to use Fedora just fine. For both gaming and web browsing. This is how simple Linux has gotten in the last years.

Most people will probably recommend Linux Mint. Another great choice for beginners. The UI/UX is very similar to that of Windows. Personally it's not my favorite, but it's up to user preference. You definitely can't go wrong with it.

There is also Pop!_OS, which is similar to Fedora. However, it does include an ISO for systems with Nvidia GPUs, so you don't have to go through the trouble of installing the drivers.

I'd highly recommend trying one of these. If you like any of them, then just stick to it, and you'll have a great experience.

[-] ocean@lemmy.selfhostcat.com 5 points 5 days ago

As you can search the answer anywhere most games that don’t have kernel level anti cheat work.

Most programs can be run but not all.

[-] arthur@lemmy.zip 4 points 4 days ago

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

[-] LordCrom@lemmy.world 1 points 3 days ago

I want to add 1 thing....graphics drivers have come a long way. Nvidia is a good example where some diatros come pre loaded to support Nvidia...like popOS. Check your vid card for distro compatibility

[-] proceduralnightshade@lemmy.ml 4 points 4 days ago

Just an addition to all the long comments already here:

There are some games that don't work on Linux, mainly big corpo multiplayer titles. https://areweanticheatyet.com/

Windows 10 LTSC IoT might help. (This gets recommended a lot on lemmy I noticed) : https://massgrave.dev/windows_ltsc_links

It's not forbidden to set up dual-boot. I would recommend using Linux as your main OS though.

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

It depends a lot on the game, but in my experience not always. Running games straight from steam works really well with a small number of exceptions, but a lot of the sometimes weird tools for patching exe:s and so on that some games use can sometimes be a pain to get running. Not necessarily impossible but yeah this is a reason for why I still keep around my windows installation for dual booting.

[-] Fijxu@programming.dev 2 points 4 days ago

Just as a note, NVIDIA on Linux is not bad, BUT IS REALLY ANNOYING because you will get some random bugs that are only exclusive to NVIDIA cards. Like this one: https://forums.developer.nvidia.com/t/non-existent-shared-vram-on-nvidia-linux-drivers/260304

If you have a low VRAM NVIDIA GPU and you want to play a modern game, you will have a bad time. (However, AMD and Intel should work just fine lolol)

[-] HayadSont@discuss.online 4 points 5 days ago* (last edited 5 days ago)

Without trying to be exhaustive:

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?

Exactly.

I’m pretty much a fairly casual PC-user, I don’t do much more than play games.

Noted.

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

Your queries on which specific games work and don't work should be answered between the databases of ProtonDB, WineHQ, Lutris and Are We Anti-Cheat Yet?. Note, however, that these are not necessarily exhaustive (even if put together); e.g. after visiting the aforementioned websites, you might think that Roblox can't be played on Linux. But it's simply one of the many games that exist in the compatibility blind spots between these databases; as the excellent Sober isn't accounted for.

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

There will definitely be a learning curve to be had. Though, AFAIK, there's nothing that outright prevents you beyond an initial (and potential) knowledge gap.

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

Wine is your best friend in these cases. Or, an alternative. Note that -again- compatibility blind spots in these databases continue to exist; like this significant one.

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

Again, Wine comes to the rescue.

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

This depends entirely on the so-called Linux distribution you end up installing. Some opt to do updates automatically (perhaps in the background even), while others simply prompt the user whenever updates are available. Yet others expect the user to do them manually. What are your preferences in this regard?

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?

This is somewhat of a controversial topic thanks to articles like this one. Note that while the article continues to be shared and thus remains 'popular', the fact of the matter is that at least some parts of it have become outdated since. Refer to this (more recent) article as an addendum. The gist would be that Linux might be secure enough for your intents and purposes. But this depends entirely on what you intend to use it for. Downloading and executing random files from the dark web is probs a bit much and not something any OS would appreciate. But playing your games through Steam and surfing the internet should be fine unless you're somehow targeted by a resourceful adversary. If you didn't worry too much about this on Windows and thus went with the default settings -so no hardening whatsoever-, then popular distros like Fedora should be more than fine for your use case. However, if you require more than that, then you may find solace in the fact that projects like Kicksecure and secureblue do exist. (There's also Qubes OS, but I'll assume that's too hardcore.)

Are GPU drivers reliable on Linux?

In most cases, yeah. Historically, Nvidia used to be a pita. And, frankly, continues to be for some peeps. But it has improved significantly over the last couple of years.

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

Any bad software (irrespective of platform) can potentially damage hardware. Linux is no different in this regard. Though you shouldn't have to worry about this unless you intend do some janky stuff.

And also, what distro might be best for me?

As gaming seems high on your list, consider Bazzite.

[-] _____@lemm.ee 3 points 4 days ago* (last edited 4 days 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 3 points 4 days 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.

load more comments (1 replies)

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 Work^TM^ 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 Works^TM^. 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.

load more comments (1 replies)
[-] bjoern_tantau@swg-empire.de 4 points 5 days ago

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

Many games with draconian anti cheat don't work. You can check that on https://areweanticheatyet.com/ and https://www.protondb.com/.

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

Do you mean creating or applying mods? Some of the tools might not run out of the box. But for most mods you actually just have to place the files in the correct folder.

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?

Wine is the program used to run Windows software. It is used by Steam together with some other tools under the name Proton or Steam Play. It is best to use Wine with a helper frontend like Bottles. That creates an encapsulated Windows environment for every program and helps you in keeping potentially conflicting workarounds separate from each other.

But you can also run Wine standalone. Then every program will be installed to the same fake-Windows environment.

Missing libraries like .Net or the Visual C++ Runtime are actually the most common pitfall when trying to run Windows software on Linux. Bottles, Steam and other helpers will aid in their installation.

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

Every distribution has an application repository that also contains the system files. In general you update everything at once through one 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?

Open source makes it more safe. You have more eyes on the software. And something that is only safe because nobody knows how it works isn't really safe.

Antivirus software's is not necessary. Neither is it necessary on Windows. It makes a system less secure because it opens up more possibilities of something going wrong. There have been enough cases of anti virus software with security issues on Windows. Or even anti virus software attacking important system files directly.

That said, if you still want to install a virus scanner there is ClamAV.

Are GPU drivers reliable on Linux

AMD and Intel greatly, because they are open source. They are integrated and don't need any configuration or installation.

Nvidia is worse. You have to install them yourself and sometimes they are unstable. But it's not worse than on Windows.

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

Only if you really try and even then it's probably impossible. Hardware nowadays has many safeguards.

And also, what distro might be best for me?

If you have friends or family already using Linux you should install what they use.

I like OpenSUSE Tumbleweed.

[-] RecipeForHate1@lemmy.ml 4 points 5 days ago

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

Yes, there are way fewer games than on Windows, but support has been growing in the last few years

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

If the tools you use are available for Linux, then no problem

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

You can use WINE (Wine Is Not an Emulator) to run some Windows apps. You can check compatibility here: https://appdb.winehq.org/

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

.NET (Core and newer versions) is fully supported on Linux. Other Windows-specific libraries might be a problem unless they work through Wine

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

Yes, most desktop environments have a graphical interface for settings and updates

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's actually the opposite. Since the code is open, more people are checking for vulnerabilities, making it more secure than proprietary systems. In general, Linux users don’t need antivirus, as most malware targets Windows or macOS, and Linux malware usually needs privilege escalation

Are GPU drivers reliable on Linux?

That’s debatable. Everyone has different experiences depending on their hardware and distro

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

Nope

And also, what distro might be best for me?

Since you have a gamer profile, I'd suggest Pop!_OS (https://system76.com/pop/). It's based on Ubuntu and has good support for gaming and creative work

[-] Geodad@lemm.ee 4 points 5 days ago

#1 was true more in the late 90s to early 00s. The operating system has matured quite a bit since then.

I love Debian, but I hear a lot of people suggesting Linux Mint for new users. If you're afraid of committing to a change, grab a cheap used system to try it out. Just know that if you have better hardware, itbwill really shine.

[-] HiddenLayer555@lemmy.ml 2 points 4 days ago

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

Isn't .NET open source and cross platform now? Isn't there an official Linux runtime? Or is it just the most basic subset of .NET without any of the GUI libraries or other things Windows .NET apps routinely depend on?

[-] mdk_@lemmy.world 2 points 4 days ago* (last edited 4 days ago)

There are differences. Most modern apps use .NET Core, which in itself is cross platform. Most of the time, they use a UI framework that is be cross platform as well (AvaloniaUI).

Of course newer apps and older apps made with .Net-Framework that may use Windows specific libraries (eg. System.Windows.Forms, System.Drawing) and lose their cross platform compatibility. They might work with Wine.

[-] moody@lemmings.world 3 points 4 days 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.

[-] rapchee@lemmy.world 2 points 4 days ago* (last edited 4 days ago)

just get an extra ssd, install mint or pop (or both on separate partitions) and try

there is a learning curve, and there's always new stuff, more depth, but imo the above two are fairly easy to understand. pop is more osx-like both in looks but also, it's somewhat locked down, which can feel limiting but it keeps things simple. i've been using it in the last few years daily. i was using mint before that, i started daily driving linux with it, but i managed to mess it up enough that every game was struggling to run lol, but i played hl:alyx on there without an issue for example

nvidia doesn't make the best linux drivers, but some think they are completely unusable but actually it just means that there are some games that are glitchy or slow, for instance forza horizon runs better on my steam deck than my rtx 2080. although recently it went from 20-30 fps to 30-40, so it will get better at some point
edit: actually, the above was last week, there were some updates and it's a sputtery 60 fps now

next build will have an amd card for sure, but nvidia is mostly usable too. the "anti-cheat" blockade is more frustrating imo

[-] Kirk@startrek.website 1 points 4 days ago

+1 for Fedora. I recommend Kinoite as it is very similar to windows and very hard to break due to it's "immutability".

Bazzite is very similar to Fedora Kinoite but made to be easy for gaming.

load more comments
view more: ‹ prev next ›
this post was submitted on 24 Apr 2025
263 points (100.0% liked)

Linux

53671 readers
593 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS