dhy@ironhide: ~/site
dhy@ironhide:~/site$cat header.html
_____ _ _ _ _ | __ \| | | | | | | | | | | |_| | | | | | | | | _ | |_| | | |__| | | | | _ | |_____/|_| |_|_| |_| ~/dhy.tr — personal notes & technical writing
dhy@ironhide:~/site$ls -la *.md

Switching from Windows to Linux — Part 2: Gaming and Daily Life on Linux

In Part 1 we tackled the "why switch to Linux now" question and walked through how to pick your first distribution. This part gets more concrete: does your day-to-day life — and your games — actually work on Linux in 2026? Because the theory is nice, but if you sit down at the computer and can't get things done, none of those promises matter.

Short answer: yes, it works. The longer answer is below.

Gaming: "It Doesn't Work" Is No Longer True

Gaming on Linux used to be a real pain. Not anymore. ProtonDB's numbers for mid-2026 tell the story: over 30,199 titles have at least one "it works" report from real users, and 8,388 games carry the official Steam Deck Verified badge. Translation: the bulk of the Steam catalog just runs, straight out of the box, without any fiddling.

Proton and Valve's Quiet Revolution

The technology behind Linux gaming is a compatibility layer called Proton, built and maintained by Valve. Proton bundles Wine, DXVK (DirectX-to-Vulkan translation), vkd3d-proton, plus a pile of audio and OS-level patches, and uses them to run Windows binaries on Linux. When you flip "Steam Play" on in the client, the game installs and you forget it's even running through a translation layer.

The biggest shift in the last two years: kernel-level anti-cheat systems (EAC, BattlEye) now officially support Linux. Competitive shooters, battle royales, and most multiplayer games work fine. There are still holdouts — Apex Legends and Destiny 2 deliberately block Linux at the kernel level — but those are exceptions, not the rule.

ARM64 Joins the Party

June 2026 brought another milestone: Canonical promoted the Steam Snap for ARM64 to the stable channel. What that means in practice: ARM-based devices like the Snapdragon X Elite laptops (Surface Pro 11, Lenovo Yoga Slim 7x), the Raspberry Pi 5, and various Aspire One clones can now run Steam with a single install. The Linux world isn't just x86 anymore — gaming is genuinely viable on ARM as well.

Performance: A Pleasant Surprise

Here's the part nobody tells you. A lot of games run better on Linux than on Windows. The reason: Proton + DXVK translates DirectX 11/12 to Vulkan and gets a few optimisations along the way, the Linux scheduler has less overhead, and there's no background telemetry eating CPU cycles. Doom Eternal, Cyberpunk 2077, Baldur's Gate 3 — all of them hit the same frame rates or slightly higher on Linux. Wayland + Gamescope also brought HDR and VRR to maturity over the last twelve months, so the experience on capable monitors is finally on par with the Windows desktop.

Installing Games: Steam, Lutris, Heroic

Your main toolkit:

  • Steam — the Linux client ships with Proton already wired up. Right-click the game, hit Properties → Compatibility, tick "Force the use of a specific Steam Play compatibility tool", play.
  • Lutris — the Swiss-army-knife launcher for Epic, GOG, Battle.net, EA App, and standalone games. Community install scripts mean many games are one-click setups.
  • Heroic Games Launcher — open-source alternative for Epic and GOG. It can also auto-claim free games from Prime Gaming.
  • Bottles — the modern way to manage Wine prefixes with a GUI. Each app lives in its own sandboxed "bottle", so they don't pollute each other.

Daily Life: Browser, Office, Media

Gaming gets the headlines, but the more important question is simpler: can you live a normal day on Linux? For most people in 2026, the answer is "yes, and you don't even notice the switch."

🌐 Browser

Firefox and Chromium run natively on Linux, with performance and compatibility matching the Windows builds. Edge is now available on Linux. Brave, Vivaldi, Opera, Zen Browser — all stable. Extensions (uBlock Origin, Bitwarden, 1Password) work without issue. The one place you'll hit friction: Netflix and other services that need Widevine DRM. Linux support always lands late. Chromium-based browsers handle it; on Firefox you can install the Widevine plugin. Netflix won't give you 1080p, but 720p is rock-solid.

📝 Office Software

Microsoft 365 doesn't have an official Linux desktop client, but you have options:

  • LibreOffice — Writer, Calc, Impress, Draw, Math, Base. DOCX/XLSX/PPTX compatibility has improved a lot in the last two years. Complex macro-heavy documents can still be a pain, but for over 95% of day-to-day work the difference is invisible.
  • OnlyOffice — the open-source suite that stays closest to Microsoft format fidelity. Open a DOCX in OnlyOffice, save it, send it to a Windows colleague — they won't know the difference.
  • Microsoft 365 on the web — works great as a PWA installed through the Edge Web App Installer. Outlook, Teams, OneDrive, the lot. If you want the "real Office" feel, this is the most complete answer.

🎨 Image and Video Editing

  • GIMP — the free Photoshop alternative. Different muscle memory, but it handles professional photo editing.
  • Krita — the industry standard for digital painting and illustration on Linux.
  • Inkscape — vector graphics, SVG, PDF editing.
  • Kdenlive, DaVinci Resolve — video editing. The Linux build of Resolve has feature parity with the Windows version, and the colour science is industry-leading.
  • Blender — 3D modelling, animation, rendering. Linux is one of Blender's strongest platforms; most render farms run it.

💬 Communication

  • Discord — Electron-based, runs fine on Linux. Screen sharing, voice, video all work.
  • Slack — no official Linux app, but the web app is excellent as a PWA.
  • Zoom — official Linux client exists, and Wayland support landed over the last year.
  • Telegram, Signal, Element — all three ship native Linux desktop clients.

🔐 Password Managers and 2FA

Bitwarden, KeePassXC, 1Password, Proton Pass — every major password manager has a Linux build and a working browser extension.

Hardware: Plug and Play Is Real Now

In 2026, the odds of a piece of hardware simply not working on Linux are low. The kernel has accumulated an absurd amount of driver support over the last decade.

  • Wi-Fi: Intel, MediaTek, Realtek — all out of the box. Several Wi-Fi 7 cards are supported.
  • Bluetooth: including LE Audio, most headphones and mice just work.
  • Webcams, microphones: PipeWire + WirePlumber handle the audio routing, noise suppression, and mic switching automatically.
  • Printers: HP and Brother are well-supported. Canon and Epson now ship drivers for most current models. Older printers usually work through hplip or generic CUPS drivers.
  • Touchscreens, fingerprint readers: Wayland gesture support is solid. Fingerprint readers — fprintd handles about half of them natively; the rest usually need a small config tweak.

The one exception is still NVIDIA. The open kernel modules (nvidia-open) have matured enough that Wayland works with current GeForce hardware, including the RTX 50 series. But the experience is still not quite as "install and forget" as AMD or Intel. If you're buying a new laptop with Linux in mind, lean towards AMD Ryzen or Intel Arc / Meteor Lake and save yourself the headaches.

Installing Software: Package Managers

This is the part that confuses most newcomers. On Windows, you download an installer, double-click, and you're done. On Linux, there are several paths:

  • APT (Debian, Ubuntu, Mint) — sudo apt install firefox and Firefox is installed.
  • DNF (Fedora, Nobara) — sudo dnf install code.
  • Pacman (Arch, EndeavourOS) — sudo pacman -S obs-studio.
  • Flatpak — distro-agnostic, sandboxed packages from Flathub.
  • Snap (Ubuntu) — Canonical's store. A bit controversial, but it guarantees version consistency.
  • AppImage — a single executable file. No install step, just run it.

For day-to-day use, Flatpak and your distribution's official repositories cover 95% of what you need. If you'd rather not touch the terminal, GNOME Software and KDE Discover give you a graphical store for everything.

Final Word: "Why Was I Even Using Windows?"

I wrote this sentence at the end of Part 1, and I'm repeating it because it's true. A week after installing Linux, you've adjusted. Two weeks in, you don't want to go back. The beauty of Linux: it doesn't lock you into a single store, it doesn't force a Microsoft account, it doesn't track you, and it doesn't slow down over time. The computer is your computer.


This is Part 2 of the 3-part "Switching from Windows to Linux" series.

📌 Up next in the series:

  • Part 1: Why Now? — A Distribution Selection Guide (published)
  • Part 3: Understanding the Ecosystem and a Migration Guide — package managers, getting comfortable with the terminal, backups, the community, and long-term Linux life (coming next)
dhy@ironhide:~/site$