this post was submitted on 02 Jan 2024
139 points (97.3% liked)

PC Gaming

8505 readers
792 users here now

For PC gaming news and discussion. PCGamingWiki

Rules:

  1. Be Respectful.
  2. No Spam or Porn.
  3. No Advertising.
  4. No Memes.
  5. No Tech Support.
  6. No questions about buying/building computers.
  7. No game suggestions, friend requests, surveys, or begging.
  8. No Let's Plays, streams, highlight reels/montages, random videos or shorts.
  9. No off-topic posts/comments.
  10. Use the original source, no clickbait titles, no duplicates. (Submissions should be from the original source if possible, unless from paywalled or non-english sources. If the title is clickbait or lacks context you may lightly edit the title.)

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] DerisionConsulting@lemmy.ca 58 points 10 months ago (7 children)

If this has affected you, it's time to try out linux, even if you are just running it off of a flash drive for a few days.

Linux Mint is very plug and play, and should feel pretty similar to windows.

[–] skwnssmnstr@lemmy.zip 11 points 10 months ago (4 children)

Can you play games on Linux Mint? Or are other distros (like Garuda) better for gaming?

[–] Voyajer@lemmy.world 24 points 10 months ago

There's not really a difference, steam packages it's own libraries

[–] BingBong@sh.itjust.works 12 points 10 months ago

I went to PopOS after finding Nvidia driver management to be an absolute nightmare in other distros. If you have an Nvidia card I'd start there.

[–] Deconceptualist@lemm.ee 3 points 10 months ago

You probably won't notice performance differences between distros. It's likely a few percent at most. You can generally install all the same apps and tools.

If you're new to Linux, pick based on the update schedule and desktop environment.

For updates you have periodic vs rolling release. Debian-based distros (Ubuntu, Mint, Fedora) tend to be periodic and give good stability if you're using your PC for more than gaming. Arch-based distros (Endeavour, Garuda) tend to be more cutting edge if you're solely focused on games.

For DEs it basically comes down to KDE If you prefer Windows or Gnome if you're used to Mac. Though Cinnamon and XFCE are great lighter alternatives, and similar enough to classic Windows.

Mint with Cinnamon is a great starting point, and should be stable and comfortable. I'm personally switching to EndeavourOS with KDE mostly for its closeness to SteamOS.

If in doubt, grab a portable HDD, install Ventoy, and drop some live images on there to try the distros yourself.

[–] captainlezbian@lemmy.world 2 points 10 months ago

Garuda makes it easier, and by easier i mean steam and everything you need to run it comes out of the box so you don’t need to download the one or two things. That said, it was like 5 minutes and no effort to get steam on kubuntu. Garuda does have the consequences of its very different from windows and isn’t as stable as many other beginner friendly distros

[–] Nindelofocho@lemmy.world 7 points 10 months ago (1 children)

I got linux mint on a little laptop with a 2060 i got from a friend but for some reason steam and any games i try to run on it run ABYSMALLY it may just be the laptop and nvidia drivers but i havent had a chance to diagnose it much yet as I gotta replace the screen

[–] Deconceptualist@lemm.ee 4 points 10 months ago (1 children)

Yeah you'll want to make sure you have the latest proprietary Nvidia drivers. The open source ones work but don't give the best gaming performance (not for a lack of community effort, from what I understand).

[–] Nindelofocho@lemmy.world 1 points 10 months ago

I hear nvidia is pretty iffy with linux but I am definitely using nvidia proprietary drivers i may distro hop a little too

[–] Xanis@lemmy.world 3 points 10 months ago (1 children)

Accessibility is the predecessor to universal involvement in potentially complicated topics. I like computers. I enjoy tinkering with them, etc. However, I've thought for some time that Linux is complicated.

A "Linux Guide for the Average Person" that is linked in these threads would be helpful, I think, for a lot of people. Getting started is often the most daunting task.

[–] DerisionConsulting@lemmy.ca 2 points 10 months ago (1 children)

Here's the official basic guide for Mint:
https://linuxmint-installation-guide.readthedocs.io/en/latest/

And here's the official basic guide for Pop!:
https://support.system76.com/articles/install-pop/

The main thing is to make a USB that you can boot from, so you can test things out before committing.

Linux hasn't really been complicated for a number of years, as long as you use something like Pop! or Linux Mint, running games through steam is painless.

...and as long as you are not doing VR, the games you play don't run weird anti-cheat software that'll ban you, you don't need windows/mac-only software for work or a hobby, you're not operating niche hardware.

[–] Xanis@lemmy.world 3 points 10 months ago

Thanks! I meant that my perception was that Linux was complicated. My concern was that if me, an advanced user and interested in the space, still thought this that surely others did too. Definitely been on my radar though!

I'll be saving this to use later. Appreciate it!

[–] leave_it_blank@lemmy.world 2 points 10 months ago

I have many PCs of different time periods and like playing games on appropriate hardware and software. Usually Win7 stuff runs on Win10, but this won't be the case with Win17 without hassle.

These are the times I'm glad I don't buy games on steam.

Now excuse me, I have to get back to my 386 to play some Monkey Island.

[–] Ferris@infosec.pub -2 points 10 months ago (1 children)

It is my understanding that Linux Mint will install the bootloader on the internal drive regardless of whether you tell it to install the remainder of the OS onto the external drive. You can change the boot partition wherever you want, but I suspect that does not affect its end behavior. I would like the external drive to contain the bootloader such that my internal drive isn't touched at all by my fiddling with Linux. I currently have a Samsung 990 Pro 2TB SSD in an external USB case, Mint installed, but with no compatible bootloader. Is there a way to sort the bootloader problem?

[–] russjr08@bitforged.space 3 points 10 months ago

This will depend on the Linux distro, some of the installers make it very clear which drive the bootloader will go to, and others won't - more so in the case of BIOS/MBR based systems.

Systems that use UEFI should only have a bootloader where the /boot partition (which should have the partition type "ESP", generally labeled in the installer) - however during the installation of this it may modify your PC's boot order to try to boot from this first. Both legacy BIOS and UEFI systems should have a way to change the boot priority however, so that this won't be a problem.

Sadly it's a bit hard to be specific since every distro's installer is different, and I haven't used Linux Mint in 8+ years to know what their installer's behavior is.