Microsoft already announced Windows 10 will no longer be supported in Oct 2025
LastYearsPumpkin@feddit.ch 1 year ago
As long as 10 is supported, I’m not updating. At least I’m not hammered with ads like on 11.
If 10 is sunset, I’ll probably switch back to Linux. I rarely game on my laptop anyway.
SecureTaco@lemmy.asc6.org 1 year ago
Uniquitous@lemmy.one 1 year ago
If you game via Steam, there’s a good chance you can use their Proton layer to play Windows games on Linux.
Nioxic@lemmy.dbzer0.com 1 year ago
Ive played wow on linux without an issue as well
Lutris is great!
Installation was a bit tricky but following the guide… easy peasy.
captainlezbian@lemmy.world 1 year ago
My gaming rig is linux and it’s only sorta inconvenient
ballskicker@sh.itjust.works 1 year ago
How dumb can a person be and still use Linux for gaming? I’m open to switching from Windows but am only marginally technical so I don’t wanna bite off more than I can chew
batmangrundies@lemmy.world 1 year ago
These days it’s more “which games don’t work on linux?” Rather than “which games work on linux?”
seralth@lemmy.world 1 year ago
It’s even simpler then that.
It’s which games use EAC or BattleEYE and have dog shit devs that won’t just turn on proton support. It’s seriously just this at this point. I feel like every time I go looking though protonDB a majority of the garbage rated games are anticheat/drm related problems.
Fucking fromsoft games use EAC and they have worked out of the box day 1 on Linux.
captain_aggravated@sh.itjust.works 1 year ago
Here is my attempt to answer this genuinely and in detail. To game on Linux, I think you should be able to, or willing to learn how to:
-
Install operating systems on your computer. There are folks that genuinely can’t handle this; they use the OS installed on their computer and if it breaks they either buy a new computer, or it’s a trip to the geek squad or the genius bar or their brother that “works in computers.” Installing Linux on a PC is practically the same skill as installing Windows on a PC; it asks you things like how you want to partition the drives and such, you have to deal with the BIOS at least a little bit. The main difference is Linux is installed by default on comparably few computers, and even then if you buy a System76, you’re going to get Pop!_OS, if you want Mint, you’re going to do it yourself. So.
-
Learn a bit about how to day-to-day administer a Linux system. How to update the system, how to install new software, how to uninstall software. Learn how the Linux file system works and how drives are mounted onto it, things like that. It is done differently than in Windows; some of the concepts transfer over, some don’t.
-
Not completely freak out when you encounter the terminal. I have seen people pitch a complete bitch fit at the very notion that us Linux users do occasionally use the terminal for things. Here’s one thing that the terminal is really great for: Your sound isn’t working, you ask about this on a forum. Would you rather have someone say “Oh yeah right click the Start button and click Preferences, go to the Devices tab, scroll down and click More Information then a window will pop up, scroll down until you see Sound Card, expand this, then for each entry in there right click, click Properties, go to the Status tab, and then type what it says in there” or “Open a terminal, type
lshw | grep -i audio
and copy-paste what it spits out.” The terminal is just your computer, you run programs by typing their name instead of clicking on an icon, that’s all. Don’t have a cow, man. Unless it’s cowsay. -
Play the right games. I have long attributed my success with gaming on Linux in large part to my tastes happening to align with game availability on the platform. I like small studio/indie projects, I like nerdy creative/problem solving/building games, so I play stuff like Zachtronics games and Factorio, and wouldn’t you know it those folks tend to release Linux native builds, or their Windows-only games run great in Proton. I play practically no “AAA” games, I haven’t bought an EA game since the SNES, and I have never owned a Bethesda game.
-
When you first install and log into Steam, go to Steam > Settings > Compatibility and turn on the option “Enable Steam Play for all other titles.”
calewerks@fanaticus.social 1 year ago
my tastes happening to align with game availability on the platform.
I wished more people phrased it this way, or acknowledged that some peoples’ tastes in games aren’t going to change to fit a new platform.
ballskicker@sh.itjust.works 1 year ago
Thanks for dumbing it down for me. I just built a computer so I’m not a complete bust on knowing or figuring this stuff out, but I don’t want an OS where customizing and making sense of it becomes a second job, you know? I’m just a blue collar guy that likes gaming. Think it’s worth getting another hard drive and having a dual boot just so I could practice with Linux before going all in? Or is that a stupid idea because I don’t know what I’m talking about?
-
Staiden@lemmy.dbzer0.com 1 year ago
Depends on the distro, times have really changed in the last 5 years and even more since the steam deck was released. I distro hop a lot and my recommendation for a newbie would be pop os! Or Ubuntu. I was really impressed with pop, everything just worked right on install. Same with Ubuntu for the most part. Any guide for the current release of Ubuntu will work on pop os.
I’ve been using EndeavorOS recently and enjoyed it but I wouldn’t recommend it to someone new to linux. It’s not as hard to use as other distros but might be a bit much for a newcomer.
RedwoodAnarchy@lemm.ee 1 year ago
It’s not nearly as hard as it seems, but you do have to be willing to search around Google for a bit and things might take a few tries to get working. Steam has an option in their compatibility settings to run windows games through Proton that has worked well for me, but I only really play smaller single player games. Can’t vouch for how well it works for multi-player stuff. Also I’m using Manjaro (based on Arch Linux) not sure if it works the same for all distributions.
seralth@lemmy.world 1 year ago
I have nearly 1000 games on steam the only ones that don’t work on proton with zero fiddling at this point are either EAC/BattleEYE games that don’t support proton. Or old games from the early 00s with drm that also don’t really work on windows anymore either.
I am also on Manjaro.
Honytawk@lemmy.zip 1 year ago
It is a healthy way to look at it, since by the time 10 isn’t supported, 11 will be relatively bug free.
ryannathans@aussie.zone 1 year ago
Out of like 1000 games I can play about 997 on linux, you’ll probably be fine on linux even gaming now
Ashyr@sh.itjust.works 1 year ago
I don’t understand Linux, but gaming on my steam deck is amazing and occasionally runs games better than my much more powerful windows computer.
Mic_Check_One_Two@reddthat.com 1 year ago
Certain things do run better on Linux. So if a game heavily relies on one of those things, it’ll run better. But there’s still a lot of game engine stuff that is experimental or just plain non-functional on Linux, so the games that utilize those are basically unplayable.
Until fairly recently, things like Ray tracing and DLSS were windows-only, because they almost universally used DirectX, which is a windows API.