r/linux_gaming • u/mr_MADAFAKA • 9h ago
r/linux_gaming • u/monolalia • May 18 '26
guide Frequently Asked Questions 2.0
old.reddit.comHere’s a link to this subreddit’s FAQ document (which attempts to answer many common questions).
This thread is not meant for asking frequently asked questions. There is a pinned monthly-ish “Getting Started” thread for those.
You can post suggestions for improvement below, though! Just please explain what you’re talking about. The number of FAQ editors has been 1 (one) for a while now, and that one’s a dummy that doesn’t use 95% of the fancy gaming stuff y’all do.
Reposted as an Old Reddit link because New Reddit, in addition to being generally confusing, does not display the table of contents.
r/linux_gaming • u/monolalia • 21d ago
guide Getting started: the monthly-ish newbie advice thread! (July 2026)
Welcome to the newbie advice thread!
If you’ve read the FAQ and still have questions like “Should I switch to Linux?”, “Which distro should I install?”, or “Which desktop environment is best for gaming?”, this is where to ask them.
Alternatively, try /r/linux4noobs and /r/linuxquestions: both are active subreddits supporting new Linux users.
Please sort by “new” so new questions can get a chance to be seen.
The previous thread is here: https://old.reddit.com/r/linux_gaming/comments/1t1ns8g/getting_started_the_monthlyish_newbie_advice/
r/linux_gaming • u/anthchapman • 6h ago
graphics/kernel/drivers SDL gets HDR10 rendering support for DX11, DX12, and Vulkan
r/linux_gaming • u/nlflint • 10h ago
Measuring input latency on Linux: X11 vs Wayland, VRR, and DXVK
I saw Brodie Robertson post a link to this article testing input latency on Linux. Lots of great charts and breakdown.
r/linux_gaming • u/Fine_Literature3413 • 9h ago
Doom running in Riscv64 Linux on a Vision Pro
Enable HLS to view with audio, or disable this notification
Proof It's on the Vision Pro and is not fake at the end when I show the headset in the mirror.
r/linux_gaming • u/LinuxBaka • 1h ago
Vice Game Clipper 2.0 released! (Linux Medal.tv alternative)
galleryr/linux_gaming • u/Tee-Der-Schwarz-Ist • 15h ago
Got the Attack shark X3 Driver working
I bought a X3 but it doesnt have any drivers for linux but i wanna know the battery percentage. With a little help of gemini i found out how to get it to work.
(Install the Software with wine)
Open this file
sudo nano /etc/udev/rules.d/99-webhid.rules
- paste this in the file
KERNEL=="hidraw*", SUBSYSTEM=="hidraw", MODE="0666", TAG+="uaccess"
- Reload the rules / or reboot
sudo udevadm control --reload-rules && sudo udevadm trigger
worked for me
should work for the other drivers too (not tested)
Edit!!:
apparently this is not that safe since it allows any userspace app to access any hid / most usb devices and their data.
So i would use the steps above to check if it actually helps.
If so do this to only give access to the device you need.
- Open Terminal and type lsusb
Will look something like this:
Bus 001 Device 006: ID 342d:e485 Hangsheng R75Pro
Bus 001 Device 007: ID 1d57:fa60 Xenta 2.4G Wireless Device
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub ...
- Locate your device and write down the xxxx:yyyy characters:
for me and the x 3 its Bus 001 Device 007: ID 1d57:fa60 Xenta 2.4G Wireless Device
xxxx:yyyy = 1d57:fa60
- Open the file /etc/udev/rules.d/99-webhid.rules again
sudo nano /etc/udev/rules.d/99-webhid.rules
- Delete the old Paste this in and replace the xxxx and the yyyy with the characters you wrote down
KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="xxxx", ATTRS{idProduct}=="yyyy", MODE="0666", TAG+="uaccess"
- Reload the rules / or reboot
sudo udevadm control --reload-rules && sudo udevadm trigger
r/linux_gaming • u/PositionFrosty2731 • 1h ago
graphics/kernel/drivers Helpful Tips
World of Warships Is great on norbara once you have the best settings installed to work with it on steam first using Proton plus click on your steam profile click on tools, then click on the down arrow with Proton-CachyOS (x86_64_v3) then download cachyos-10.0-20260425-sir. The click on game in compatibility tool select the download you just downloaded close and open steam let it update the settings go to your game library select the download you downloaded close and start playing your game. Its a great improvement.
r/linux_gaming • u/dirtysnachez • 1d ago
wine/proton CachyOS Proton 11.0-20260703 released
r/linux_gaming • u/Stunning-Hold4501 • 15h ago
Official SteamOS with Patched latest Nvidia driver tested (Intel Core i9-9900K & RTX 2080 Ti)
galleryr/linux_gaming • u/Doener23 • 21h ago
wine/proton Announcing CrossOver 26.3.0
r/linux_gaming • u/RealNick64 • 4h ago
XBOX Backwards Compatible games on Linux?
Would it actually be possible to play any of these games on Linux, since they require the XBOX app? I don't really know much about how XBOX/Windows Store games work on Windows since I don't use Windows or game too much
r/linux_gaming • u/Dry-Dependent4619 • 3h ago
Issues with New vegas
Hello, i switched to CachyOs like a Month now. Its been an amazing experience so far, all the games i used to play on Windows run even better than before, except for New Vegas.
Even after installing manually the most basic mods like NVSE i still get massive fps drops in most of the combats at the lowest graphics.
Could it be that im missing something important?
r/linux_gaming • u/Mr__Castle_ • 10h ago
tech support wanted SteamVR Gaming On Linux?
I moved into a new house about 3 years ago and my Index has been in a box ever since.
A few years ago, SteamVR was terrible on Linux, has anything changed? Are there any improvements with the Frame on the horizon?
I'd like to get a few more miles out of my Index before the Frame is released.
r/linux_gaming • u/Nintega94 • 6h ago
Need a (Multiplayer Linux) game to replace TF2's niche
TF2's lack of any meaningful content is getting so mind numbing to the point where I've just stopped playing until either the MvM Update or next Scream Fortress, whichever comes 1st. However, that's left a massive, currently unfillable hole in my team-based multiplayer game library I desperately need: The ability to join & leave games in progress all willy nilly with 0 consequence while still actually BEING a proper game instead of just a sandbox (So Minecraft/Terraria don't count). As much as I love Dota & used to love League, being forced to play out absolutely every 30+ minute match in a game where snowballing is just so fucking fundamental quickly gets unbearable, even when I'M the one doing the snowballing these days. But WTF big team multiplayer games even EXIST that both have those come-&-go lobbies AND still get updates at least more noteworthy than TF2's?
r/linux_gaming • u/agent_null • 2h ago
tech support wanted How to control fans in my laptop?
r/linux_gaming • u/MegaGamer646 • 4h ago
steam/steam deck What is Steams 'fossilize_replay' ?
Ive noticed when I have steam open sometimes my fans just ramp up to top speed, and when I check the system monitor it shows that whatever fossilize_replay is within steam, it starts using like 25% of my cpu power when it usually idles at about 4% total while Im just browsing.
Is there a reason it just randomly kicks up then goes away after I close it or wait 15 minutes? Why didnt it do that for the first two weeks, now does it a couple times a day? Can I stop it???
Im just confused, as it never happened on windows for me
r/linux_gaming • u/ZaNYAshlin • 52m ago
tech support wanted Flatout 1 Force Haptic Feedback (Steam or GOG)
How can I make it work with my Flydigi Dunefox gamepad? I use both Steam and GOG versions and tried to use dinput.
r/linux_gaming • u/Micilo419 • 7h ago
wine/proton CFB 27 / Madden 27 compatibility under proton?
I typically play Madden every year on Xbox but I plan on fully transitioning to PC/linux (Mint/Bazzite distros) only gaming and I know EA titles can be annoying sometimes on linux I was wondering if anyone has attempted or has been playing CFB 27 on any linux distros or even M26
r/linux_gaming • u/countsean • 1h ago
Steam Game Not Running
I'm brand new to Linux Mint and started with a solo boot 22.3 distro on a 10ish year old laptop with a GTX 960M.
I followed the general instructions to get Steam working for Tabletop Simulator, and it was flawless. However, getting a new game Mecccha Chameleon to run doesnt seem to work at all. I've tried multiple different Proton options. Some will eventually say Launching, or Running, but no game will seemingly open.
The Vulkan Shaders sometimes attempt to load and sometimes not.
I tried the GE-Proton 11-1, Proton Experimental, Hotfix and a variety of others. Similar or sameish results.
What else can I try?
r/linux_gaming • u/complexevil • 5h ago
answered! I don't think I understand how bottles works.
Trying to run the Witcher 3 Mod Manager so that I can install my usual mods and get back into my save file. But I just can't figure this bottles thing out.
I have it pointed at the executable, it runs for a second then closes, I inspect with Eagle and it says it needs Visual C++ (VC++ 2015-22).
So I go into dependencies and download it. I run it again and it just says the same thing.
At this point I see a button on the bottom that says "add and launch program" so I click that, which makes a new executable (or a new bottle that points to the same executable?) and it also doesn't work, stating again the need for Visual C++.
I don't know what I'm doing.
r/linux_gaming • u/Asleep-Raspberry-340 • 5h ago
tech support wanted Suggestions?
Hi, i just wanted to ask a question, hope its actually interesting to yall!
I'm a very "nutella" gamer, as we say here in brazil, i love my windows since Vista... But we all know it sucks these days, and when i got my own pc, i knew i wouldn't stick on it too long! BUT after trying several gaming distros, normal distros, and others, i have found several weird stuff and things that just doesnt work? And my ugreen bluetooth adapter just doesnt work apparently, the Model number is Cm748-45134, if you could help me with that too would be awesome...
anyways, back to the main thing, I have a rx 580sp, which is awesome on linux, but it just feels weird not being able to change my settings, like freesync and hdr, and Rgb to YCBR (if i feel quirky at night) and i also need to undervolt my gpu as we know the rx580sp is just supervolted like idk Static shock? i tried installing some apps but i think i need help on this one too.
I also want a distro that works with my Xeon cpu, the E5-2670 v3, i think all of them work with it but i heard some distros are weird with it? Not a realiable source though lol.
I know on linux i cant play my deltaforce or valorant, but its not like i need these two games, My must haves are currently, Deadlock, Palworld, ZZZ, Genshin (i know the gachas have anticheat but i heard some positives about them on linux.) and Hytale/Minecraft
so what distro should i choose? Thanks in advance!
r/linux_gaming • u/mesh06 • 2h ago
tech support wanted how do I update Nikke:goddess of victory without deleting and installing it again?
I am using nobara linux and playing the game through steam but I don't want to keep repeating the downloading process
r/linux_gaming • u/Admirable_Hamster578 • 2h ago
guide DS3 and Elden Ring stutter whenever the loading icon shows up
Hey everyone,
I've noticed that in both Dark Souls 3 and Elden Ring, whenever that small loading icon appears in the corner of the screen, the game stutters for a moment. My system is fully updated and I don't have any mods installed.
Anyone else experiencing this?