this post was submitted on 27 Jun 2025
276 points (96.9% liked)

Linux

55723 readers
1292 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 6 years ago
MODERATORS
 

I'm just so sick of Microsoft and Google. But there's two things holding me back:

  1. I wanna play Steam games on my PC

  2. I am just an amateur hobbyist, not a tech wizard

Is there any hope for me?

top 50 comments
sorted by: hot top controversial new old
[–] howler@lemmy.zip 2 points 1 hour ago

You have received tons of useful responses, so I will not add more, except to tell you that the change is extremely worth it, easier than it seems and extremely entertaining.

I personally use Kubuntu (I love the KDE environment) and sometimes play Steam games by using Proton.

Good luck on your Linux journey!

[–] 18107@aussie.zone 6 points 3 hours ago* (last edited 2 hours ago) (1 children)

Just remember to turn steam play on for all titles in Steam -> Settings -> Compatibility.

As others have said, Mint is a great starting option. It looks familiar when coming from Windows, and almost everything works without having to touch a terminal.

AAA games with anti-cheat may not work, but just about everything else will. Check Proton DB for each game's compatibility.
You can add non-Steam games to Steam to take advantage of Proton. Lutris can also work for some Windows games.


If you want to try Linux distributions to see what they're like before committing, VirtualBox or other virtual machine programs can give you a risk-free preview.

Another option is a live preview. Install Linux Mint on a USB using Rufus or a similar program, then boot your computer from the USB. So long as you don't access your computer's hard drive (under devices on the left of the file manager) or run the installer, no changes should be made from your computer. You can simply reboot and remove the USB to go back to your usual OS.


If you are going to dual-boot, install Windows first. Windows has a habit of overriding or deleting Linux if it's installed second. If you just want to shrink your Windows partition to allow room for Linux, shrink it from Windows. Linux can move "unmovable" Windows files resulting in Windows not booting.

Always have a backup of everything you are not prepared to lose before you play with installing operating systems (and make sure it's disconnected from that computer). Data loss from software issues is rare, but mistakes are difficult (sometimes impossible) to reverse, particularly as a beginner.

[–] brisk@aussie.zone 3 points 1 hour ago

For dual booting I strongly recommend having Windows and Linux on separate drives altogether.

[–] Thebigguy@lemmy.ml 8 points 11 hours ago (1 children)

Honestly there is nothing to learn, unless you pick arch which is annoying to install, otherwise everything is pretty simple and for the most part just works.

[–] brisk@aussie.zone 2 points 1 hour ago

Even Arch has an interactive installer now, and Endeavour is meant to be Arch with a bulletproof installer as well.

[–] TheGreyGhost@lemmy.ml 5 points 13 hours ago

Proton Linux is one of the best gaming centric operating systems out there so give that a try maybe

[–] monovergent@lemmy.ml 6 points 15 hours ago (2 children)

Absolutely. I likewise moved to Linux more out of frustration with Windows than any of my own tech ability. It needn't be a concerted effort either. I had it on a separate SSD (for a more stable dual-boot) and dabbled for a couple of years until I found myself gradually booting into Linux instead of Windows more and more.

[–] KumaSudosa@feddit.dk 2 points 1 hour ago

I started using Zorin OS just to get out of Windows. Ngl I work in IT and the last thing I wanna do when I'm off work is to go home and do more tech-related stuff, so I just picked it for ease of use. Happy with it though!

[–] comfy@lemmy.ml 1 points 4 hours ago

Yep, if you have the means, I recommend having two SSDs until you feel confident using one of them full-time. The only downside is that if your computer is so small/cheap/old like mine was all those years ago and doesn't have enough cables to keep both drives plugged in, switching between them can be annoying for a while.

[–] doorstepLemming@lemmy.world 5 points 15 hours ago

As others have mentioned, use Mint. Since you game, some games won’t run on Linux because of their anticheat, and to that I decided to use a dual boot system. I gave 500gb to windows, the rest to Linux. Anything that won’t run on Linux (some early access games, COD, Tarkov) goes on the windows partition. 500gb doesn’t seem like much when COD takes about 1/2 of that, but everything else I’ve played runs fine on Linux.

I also like the smaller partition because it makes me be choose what I leave installed, and if I’m not playing, I just uninstall whatever game needs to go

[–] communist@lemmy.frozeninferno.xyz 6 points 18 hours ago (1 children)

I have 15 years of experience and do free infinite troubleshooting on matrix, feel free to add me. I recommend you go with aurora, because it is immutable, kde based, and well documented.

immutable means the base system is read only and updates are applied ontop of it, meaning you can easily roll back an update that went bad, and the apps are separate from the core operating system and thus can never break them (unless you try really hard).

kde is a desktop environment, it is most similar to windows and the rate of development dwarfs almost everything else, please whatever you do for your first system use kde.

aurora is a slightly modified fedora and fedora is one of the most commonly used options, the reason not to use base fedora is that aurora includes some QoL features, for example because of issues with patents twitch doesn't work on fedora but does on aurora.

[–] Teppichbrand@feddit.org 3 points 16 hours ago* (last edited 2 hours ago) (1 children)

I started on Mint and liked it so much that I never distro-hopped. Every now and then I think about trying an immutable distro. But then I remember how much learning I had switching from Windows to Mint and I get scared of losing so much time to learn about Aurora. What would your say to me?

[–] comfy@lemmy.ml 1 points 4 hours ago* (last edited 4 hours ago)

Not who you asked, jumping in until they reply: Windows and most GNU/Linux distros are much further apart than most GNU/Linux distros are to each other. Unless you're doing a lot of manual meddling or using hacky tools, the biggest change between Mint (Ubuntu/Debian-based) and a Fedora-based distro, in my experience, was that apt is replaced by dnf, so if you install apps from the command line instead of a prettier software manager (I did lots of programming so this was normal for me) then the names of programs and libraries were a bit different. I'd also make a list of things you've installed (VPN software, chat apps, etc.) and look them up in the Fedora packages site or their own website and make sure they're all available. I would assume they would be, Fedora is popular enough.

The desktop environment (Cinnamon vs. KDE) will be an initial change, but they're both familiar enough with a program menu, task bar, like how Mint lets you carry over some of that same basic surface-level intuition that Windows taught.

[–] ordinarylove@lemmy.blahaj.zone 5 points 18 hours ago

you are going to be fine! linux has better compat than windows now unless you use a ton of proprietary, locked software. your average linux distro can do steam gaming pretty well, and there are distros like bazzite and garuda and popos that do some or all of the configuration for you (based on your hardware and usage).

[–] DrunkAnRoot@sh.itjust.works 3 points 16 hours ago

best way to learn is to dive in start with mint'pop,bazzite,fedora kintonite, or anduin as a good starting distro and just start expiermenting

[–] JustOneMoreCat@lemmy.blahaj.zone 29 points 1 day ago (1 children)

Not so much help but hope: I got rid of Windows 11 and switched fully to Linux Mint a few weeks ago. I had no idea what I was doing but I tested things on USB and also on a very old laptop I had laying around before I made it my daily driver.

I'm not particularly a tech person. I own a small creative business and have a toddler, but I figured out what I needed to quickly. I don't game and didnt use Winsows exclusive software so have no opinions about that.

What I didn't expect: to actually be genuinely interested in my computer again for the first time since I was a teenager (which was not recent...). I love customizing my desktop. I love discovering new open source software. I'm learning more than I expected and it's just a totally different relationship with the tech I use every day, in a nice way. And no more BS ads / bloat when I'm just trying to exist on my computer.

[–] t0mri@lemmy.ml 5 points 22 hours ago
[–] some_guy@lemmy.sdf.org 2 points 17 hours ago

This is the book that got me on the train. I have so many tech books but they all started with this. I'm a terminal afficianado now; this got me started. Anyway, good luck and I hope you have a good time.

https://www.amazon.com/Beginning-Unix-Paul-Love/dp/0764579940

[–] aurorachrysalis@lemmy.ml 13 points 1 day ago (10 children)

A lot of people here have already given good advice. I shall add my experience, recommendation and some tips (may incidentally repeat some of them).

  1. If you play some games with kernel level anti-cheat (like Rainbow Six Siege, Apex, Valorant, LoL, Fortnite, Battlefield games, Destiny 2 among others), you will have to stick to dual-boot. Check on ProtonDB for compatibility of games. I have 500+ games on Steam and pretty much everything I've played has worked so far.

In terms of other software you use, make sure you have alternatives that work on Linux.

  • For Photoshop, there's Krita/GIMP.
  • For Video editing, there's Kdenlive, DaVinci Resolve, etc.
  • For browsing and office apps, there's LibreWolf and LibreOffice.

If you happen to have any software that you don't have a good alternative or that only runs on Windows, then you'll have to stick to dual booting.

  1. If you do end up dual booting, DO NOT use your external HDD in NTFS to run games on linux. It will work for a while, but you'll constantly have to 'chkdsk' or check disk on Windows every time your HDD is found corrupted. Also, NTFS is Windows' proprietary filesystem. So, I've heard that using ntfs-fix (chkdsk equivalent on linux) might cause data loss. Not sure how far it's true, but be cautious of using that too. But otherwise, I believe that just reading files from NTFS drive usually is not a problem.
  • If you are NOT dual booting however, you won't have to face this mess. You can backup the data on your HDD somewhere, format it in 'ext4' filesystem for Linux-only use ('Exfat' if you want to share any data with others on Windows/Mac) and restore all your files back to this HDD in ext4. Hope you have extra HDD with enough free space to move your files while you convert disks to ext4. You can also probably use cloud services for backup.
  1. I've used Ubuntu, Mint, Arch and Fedora.
  • Had faced a lot of issues with Ubuntu back in the day, and Snap Steam is a mess. So, avoid it.
  • Mint is easy to use, removes snap from Ubuntu and just uses apt, has a great Desktop Environment called Cinnamon, and I'd usually recommend this to someone new, but I wanted to shift from X-11 to Wayland for security reasons and HDR support among others. If Wayland worked well with Mint, I'd still be using it today, but that was the only reason I moved away from it.
  • While Arch is nice, it's certainly not for someone new.
  • That leaves us with Fedora KDE, which would be my recommendation. It has good security features like SE-Linux out of the box. The reason I suggest KDE over Gnome is so that you might have an easier transition from Windows to Linux. Once you have a hang of this, you can later use a pen drive to load other distro with other DE like Gnome, XFCE, Cinnamon, Cosmic, etc and test them out by live booting.
  1. Speaking of pendrives, make sure to always have one with Ventoy installed and the distribution you're using. This will be handy if you want to troubleshoot your system anytime. And I say Ventoy over others because it makes loading distro easier. You can just drag and drop the ISO files instead of having to burn with Balena Etcher or Rufus everytime.
  • Rufus is great, but if you're moving out of Windows, you don't need it.
  • And I have seen a lot of people have trouble with using Balena Etcher. So, avoid it.
    • Turn off Secure Boot in BIOS. (And maybe also fast boot).
  • And if your disk is on RAID instead of AHCI, you might have trouble installing. So, you might want to set your SATA configuration to AHCI mode in BIOS if you face issues.
  1. If you end up choosing Fedora, you may want to follow this.

Fedora only comes with FOSS by default. So, you'll have to install Nvidia driver and proprietary multimedia Codecs separately by including RPMFusion repo.

  • You can download the free and non-free repo files from the RPM-Fusion site(Graphical Setup) and install them through the Software Center. After adding the repo, you might have to enable them in the Settings of Discover Software Center. Enable all of them except those containing the words 'testing', 'Test', 'Source', 'Debug' and 'google chrome'.

  • After that, it's just a few lines you type in the terminal (Konsole by default) for installing driver and codecs. Make sure to update the system and restart first before doing these.

For Nvidia driver, type:

sudo dnf install akmod-nvidia

For optional CUDA support, type:

sudo dnf install xorg-x11-drv-nvidia-cuda

For Video acceleration support, type:

sudo dnf install nvidia-vaapi-driver libva-utils vdpauinfo

For Codecs, type:

sudo dnf swap ffmpeg-free ffmpeg --allowerasing

Steam is also included in the non-free repo. You may install it by typing:

sudo dnf install steam

  1. Other than these, most applications can now be installed directly from the store as a Flatpak. You can select them in the store between Flatpaks, Fedora managed Flatpaks and Fedora Linux app for a particular one.
  • For flatpak apps, you'll see a tick next to the developer if they are verified. So, you can look out for that if necessary.
  • Make sure 'Flathub' repo is enabled in the Settings of Discover Software Center for the Flatpak apps to appear.

NOTE: Every time the video driver updates, you will have to do a follow-on update for flatpak runtimes. You might see a bunch of 'Application platform' and 'Freedesktop' stuff which you'll have to install. If you fail to do this, you might suddenly find flatpak applications not working properly.

  1. Troubleshooting tips:
  • If Steam doesn't launch the first time, type:

__GL_CONSTANT_FRAME_RATE_HINT=3 steam

  • If your system is frozen, try switching to TTY by pressing (Ctrl+Alt+F3) and going back to GUI by pressing (Ctrl+Alt+F2)*. *Could be F1 in some cases.

  • To check what errors you got during the recent boot,

journalctl -b 0 -p err

Apart from the driver installation and some troubleshooting, you generally won't have to use the terminal if you're averse to it.

  1. In terms of deGoogling, I'd recommend the following:
  • Buy a pixel and install Graphene OS.

Switch to

  • Tuta/Proton Mail for email,

  • Proton/Tresorit Drive for storage,

  • Mullvad (or i, proton) VPN or (Rethink DNS for firewall) I am not sure if you can use both Rethink and VPN at the same time. I assume there is a way.

  • OsmAnd for maps,

  • Newpipe for youtube frontend(Grayjay on Linux),

  • Bitwarden/KeepassXC for Password management,

  • Aegis for TOTP

  • Fdroid, Accrescent, Aurora for App store.

  • Molly FOSS for Messaging.

[–] whats_all_this_then@programming.dev 3 points 23 hours ago* (last edited 23 hours ago) (1 children)

This is graat info. Didn't know about Ventoy before, it sounds really cool.

Just wanted to add that if you're running multiple monitors on an nvidia card, you may find that the second monitor has low fps/stutters on wayland (common on dual graphics laptops). The fix is as follows:

Add these 3 lines to /etc/modprobe.d/nvidia.conf:

options nvidia-drm modeset=1
options nvidia NVreg_UsePageAttributeTable=1 NVreg_InitializeSystemMemoryAllocations=0 NVreg_EnableGpuFirmware=0

Add this line to /etc/environment:

KWIN_DRM_DEVICES="/dev/dri/by-path/pci-0000\:01\:00.0-card:/dev/dri/by-path/pci-0000\:00\:02.0-card"

You may have to modify the part that says pci-xxxx\:xx\:xx.x-card with the appropriate values for your graphics card.

Run lspci | egrep VGA to list installed PCI graphics cards and try to map the values from there

Disclaimer:
I don't know why this works but it does and it isn't malicious as far as I can tell. If anyone knows what exactly it's doing, I'd like to know please.

[–] aurorachrysalis@lemmy.ml 1 points 17 hours ago (1 children)

Thanks for that info.

I just want to add that the drm modeset is enabled by default ever since the 560 drivers. You only need to do that for the older ones, if I'm right.

Previously, you also had to disable nouveau yourself and Nvidia driver installation used to be a headache. Things have gotten better over the ages. I'm sure this multi-monitor issue will also be fixed soon as well.

[–] whats_all_this_then@programming.dev 1 points 16 hours ago* (last edited 16 hours ago)

Huh, this was definitely a fix I used on an older version that I just moved over to a new install with the new drivers so the drm modset line may not be necessary anymore yeah. I'll check next time I connect to my monitor.

And yeah, it's def gonna get better. I've already seen both wayland and nvidia improve significantly over the last 2-3 years so at this rate, things should "just work" pretty soon (insert meme about year of the Linux desktop).

I vividly remember struggling to get proprietary drivers working on Fedora 37 (or 38, it's been a minute) only to have them break on the next version on my previous laptop. It was definitely much MUCH easier to install on Fedora 42 on my current one and updates haven't broken anything for me since 40.

load more comments (9 replies)
[–] andrewth09@lemmy.world 17 points 1 day ago (4 children)

This post is like catnip to Lemmy users.

load more comments (4 replies)
[–] atmorous@lemmy.world 6 points 1 day ago

There is hope lots of YouTube channels, articles by bloggers such as Its Foss, and guides to Linux all over

Especially for Linux Mint (Similar to Windows), Pop!_OS (Similar to MacOS), and Bazzite (Gaming-Productivity Distro, Similar to SteamOS)

The latter 2 work out of the box for gaming if that's your thing

You got this. Learn little by little each day and engage with community as much as you can. Maybe join some Voyager for Lemmy, Bluesky, Discord, etc communities

[–] ter_maxima@jlai.lu 38 points 1 day ago* (last edited 1 day ago)

Check your games on ProtonDB

The only games in my library that don't work are entirely the publisher's fault for blacklisting Linux in their anticheat, and it's very few games even then.

[–] traches@sh.itjust.works 75 points 1 day ago* (last edited 1 day ago) (8 children)
  • before you switch, sort out your apps. Look at what you use on windows, see if it runs on Linux. If not, find a replacement that does and test it out.
  • Most Linux distros can boot into a desktop from a thumb drive. You can play and test without touching your windows installation.
  • in that vein, ventoy is neat. You can make a bootable drive and drop ISOs in a folder to boot from. No messing with etcher or whatever it’s called
  • desktop environment matters as much as the distro. Check out gnome, KDE, and cinnamon.
load more comments (8 replies)
load more comments
view more: next ›