

I mean, Wine stands for “Wine Is Not an Emulator”.
I mean, Wine stands for “Wine Is Not an Emulator”.
What are you talking about? Out of the 248 games in my Steam library, 190 of them are rated as working on Linux (Steam Deck Verified and Steam Deck Playable). 21 of them are untested, which means only 37 of them are rated as unplayable. Of those most are unplayable because they’re either VR games or they have restrictive anticheat. Some of them, like Medium, say they’re unplayable but work fine for me. I’m assuming that’s because the Steam Deck isn’t powerful enough to play Medium at more than 15 fps, but on my PC, it runs around 100 fps. Others, like GTA V, say they’re unplayable, even though I’ve fully played through them with no issue, even on the Steam Deck. I’m guessing that’s because GTA Online has anticheat, but I’ve played the single player and online and both have worked fine for me. (I just looked it up. They added BattleEye to GTA Online late last year, so yeah, GTA V is rated unplayable, even though the Story Mode is fully playable.)
I’ve even gotten games that refuse to work on Windows (like the original American Mcgee’s Alice and the original Journeyman Project) running great in Linux.
After running through a few of the untested games, some of them are untested, even though they have native Linux ports that run just fine. I’m assuming that’s because they haven’t been tested specifically on the Steam Deck.
Other than the ones with restrictive anticheat, everything I’ve tried from my Epic Games library works great too.
Of the games I play, almost none of them have worked worse on Linux than they do on Windows. Most work exactly the same, and a few work better. One (exactly one) has worked worse, for about a month, then a new version of Proton fixed the missing cutscenes.
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.
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. It’s usually better to find a Linux native alternative instead, but this isn’t always an option, so it’s nice to have some Wine once in a while. ;)
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 (with the exception of Windows installers that you will be installing with Wine), 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.
That being said, if you’re installing Windows software with Wine, then you’re at risk of installing a Windows virus on your Linux machine. Just like most Windows programs work well in Linux through Wine, most Windows viruses work well in Linux through Wine.
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. Also, backup early and often. I use Pika Backup. It’ll help if you forget to grab something before you reformat your drive.
It’s obviously AI generated, but it’s not a library. It’s a coliseum. Very strange choice.
Wtf is that image?
What we need is a place like Hobby Lobby, that offers a great experience, but unlike Hobby Lobby, isn’t against women’s rights.
Because they’re not taught history, or they just don’t care.
I’ll be excited again when they give up on Snaps.
Oh no, what a surprise!
Bazzite runs the SteamOS interface. It’s extremely user friendly. It’s designed to look like a console.
They don’t use it unless my dad is watching a perfectly legal sports stream in the browser. It works really well though. I have 3 of those remotes, cause I love them.
For my parents, I got a $150 N100 mini PC (tiny little thing), installed Bazzite, installed Jellyfin, and got the Pepper Jobs W10 Gyro remote. You have to configure Jellyfin to know it’s running on a TV and to accept keyboard input (the remote acts like a keyboard), but then everything works great. It’s a little over your budget, with the added remote.
I was on the fence about Switch 2, leaning toward not getting one. This just solidified that position. No way I’m paying for something that charges for the instruction manual.
Traveling to the US? Don’t.
I agree that Discord blows, but it’s what my users use, and it’s free. Maybe there are free Matrix servers I could use instead of hosting it myself, but the problem is still that my users want a Discord server. Basically the same reason I use GitHub. It at least doesn’t blow, like Discord, but it’s not open. I’d prefer to use something else, but I’d get less user interaction. Hopefully once Codeberg’s federation is complete, that will change. Thank you for being kind. :)
Power Operations -> Po Op -> Poop
Perfect.
Sounds nice. I would use it. Keep is one of the last Google services I still use.
Naming software is one of the hardest problems in all of software development.
“How will we win if we can’t cheat?”