Feed aggregator

Multiple launch option possible?

Reddit Linux_Gaming - 1 Jul 2025 - 4:07am

Hello, I'm running CachyOS (Steam) and wanted to put multiple launch options on MHW.

I can't figure this out, as it doesn't work. I read online and tried [ && ] or [ , ], and using %command% at the end, etc. But doesn't work (game won't launch), unless I only use one of the two, which both working fine by itself.

These are the two command lines I want to combine

_GL_SHADER_DISK_CACHE_SKIP_CLEANUP=1 game-performance %command%

and

PULSE_LATENCY_MSEC=50 %command%

Any idea how to write this on one line? Thanks in advance!

submitted by /u/FoxhoundMeiLing
[link] [comments]

Mod Organizer 2 can't find Steam folder to install in FNV for TTW

Reddit Linux_Gaming - 1 Jul 2025 - 4:00am

OS: ubuntu 24.04 Games running on Steam. Protontricks installed. Running Proton 6.3-8 (as recommended) I'm attempting to install Tale of Two Westlands in my steam versions of Fallout NV/3 but I'm stuck at Mod Organizer 2 install. It can't seem to find the game files. It looks in " whatever that means and then locks in the .var folder. The game is located down the Home/snap/steam/common/.steam/steam/steamapps/common but I don't know how to tell it that. Protontricks also says it can't find the directory.

The tutorial in using: https://github.com/rockerbacon/modorganizer2-linux-installer?tab=readme-ov-file Here is the terminal text:

J#####@###########:~/Downloads/Fallout NV Mod Downloads/Opened/mo2installer-5.0.3$ ./install.sh INFO: all dependencies met INFO: selected game 'newvegas' INFO: steam not found in '' INFO: steam not found in '/home/j####/.var/app/com.valvesoftware.Steam/.local/share/Steam' ERROR: could not find any Steam library containing a game with appid '22380'. If you known exactly where the library is, you can specify it using the environment variable STEAM_LIBRARY

(zenity:39427): Gtk-CRITICAL **: 21:31:07.189: GtkBox 0x6284b841a780 reports a minimum height of 156, but minimum height for width of 1048576 is 167. Expect overlapping widgets.

(zenity:39427): Gtk-CRITICAL **: 21:31:07.189: GtkBox 0x6284b84bcb40 reports a minimum height of 60, but minimum height for width of 1048576 is 71. Expect overlapping widgets.

(zenity:39427): Gtk-CRITICAL **: 21:31:07.196: GtkBox 0x6284b841a780 reports a minimum height of 156, but minimum height for width of 1048576 is 167. Expect overlapping widgets.

(zenity:39427): Gtk-CRITICAL **: 21:31:07.196: GtkBox 0x6284b84bcb40 reports a minimum height of 60, but minimum height for width of 1048576 is 71. Expect overlapping widgets. j####@########:~/Downloads/Fallout NV Mod Downloads/Opened/mo2installer-5.0.3$

I've seen similar questions asked before but they never got real answers so I'd really appreciate some help!

submitted by /u/bittersweetlabyrinth
[link] [comments]

I can't install zoo tycoon 2 cd

Reddit Linux_Gaming - 1 Jul 2025 - 3:48am

I bought cd of zt2 and I want to run it, however I got this weird error of 005D and no matter what I try, it still appears in every launcher

submitted by /u/Sir_Mustafa
[link] [comments]

Steam refuses to open when minimized on EndeavourOS

Reddit Linux_Gaming - 1 Jul 2025 - 3:31am

Hi all,

My linux gaming experience is *very close to* perfect currently, but I have two big problems with Steam specifically that are holding me back, and I can't find solutions anywhere since they seem pretty specific.

  1. Occasionally, the Steam window will close on its own, and will never open again. I can still see the icon in the system tray, and I can launch games from there, but if I need to do something in the Steam window itself I need to restart it completely to get it to show.

  2. Not sure if this is related to the above, but occasionally Steam will get into some sort of weird state where random functions will pop up periodically, minimizing my game depending on what they are. Sometimes it randomly opens the "add a non steam game" window, sometimes it asks me if I'm sure I want to uninstall, sometimes it opens a random support page, et cetera.

As far as I can tell, these both happen immediately upon opening a game, though I won't notice until I minimize/close the game or a random steam window pops up.

Has anyone encountered these before, or know what might be going on? I'm using the native version of Steam from the arch repos on GNOME/Wayland.

submitted by /u/HNYB-Drelek
[link] [comments]

How show built-in Heroic Game Launcher FPS counter in game GTA 5 instead of Rockstar game Launcher on Linux?

Reddit Linux_Gaming - 1 Jul 2025 - 3:30am

I'm using Heroic Game Launcher on Linux Ubuntu 24.04, and after turn on "show FPS" option in GTA 5 settings i see FPS counter but in Rockstar Game Launcher window instead the game. How to change it to show properly in game? I tried add environment variables like DXVK_HUD but with no result.

submitted by /u/Morfeusz07
[link] [comments]

STEAM VR

Reddit Linux_Gaming - 1 Jul 2025 - 3:20am

For context I have a META Quest 3S, I play wireless over the steam link app to a windows PC. How is steamVR at the time of writing. itching to get back to linux after switching due to well VR

submitted by /u/Confident-Mix-3472
[link] [comments]

DarkDiskz - GUI for bcache,raid1+0 ect.

Reddit Linux_Gaming - 1 Jul 2025 - 3:15am

I wanted to share a project I’ve been working on called DarkDiskz.

There wasn't a simple gui for what I wanted to do with setup of a raid 0 and bcache and fstab all in one for peak performance of older hardware. Here it is

It’s an open-source Python/GTK4 GUI tool that combines several disk-related utilities in one place. The goal is to make it easier to see drive information and manage storage setups without juggling a bunch of separate commands.

🔹 Features:

  • View detailed disk information (lsblk, lshw)
  • Run SMART health tests
  • Benchmark disks
  • Manage RAID (RAID 1/0)
  • Set up and monitor bcache
  • Configure fstab entries

⚠️ Important Notice (Please Read):
This is an early project by an amateur coder, so:

  • Some functions may not work perfectly.
  • There could be bugs.
  • You could lose data if you use destructive operations like wiping drives or re configuring RAID.

💡 Please back up all important data before testing or using any of the write/format functions. Use at your own risk.

🎯 About Me:
I’m not much of a programmer—this is my first serious attempt at making something useful for the Linux community. I’m hoping others might try it out, give feedback, report issues, or even contribute improvements. I probably wont change or edit the program any farther maybe the community enjoys this I hope so.

🔗 GitHub Repo:
👉 https://github.com/dark-ant616/DarkDiskz

If you’re interested, I’d really appreciate:

  • Testing on different distros (I did all testing on Linux Mint)
  • Bug reports and suggestions
  • Contributions to help make it better and more reliable

Thanks for taking the time to check it out!

submitted by /u/Dark_ant007
[link] [comments]

I got Office 365 working on Linux now. Now I can go back to gaming on Linux!

Reddit Linux_Gaming - 1 Jul 2025 - 2:01am

I don’t think Microsoft will like this. I figured out how to run their Office 365 desktop apps on Linux. For a bit, I switched back to Windows just to get Office. Gaming on Linux was fine, but Excel/Word compatibility was the deal-breaker that pushed me back from 2 year daily driving Linux. There was other factors, but that was a big one making hesitant from going back to gaming on Linux.

Gaming on Linux has been solid before I went to Windows, and most of the time the games I play just work. But needing full Office 365 support pulled me back, until now.

Now that Excel and Word runs on Linux, I don’t really feel the need for Windows anymore. I actually like Microsoft's dev tools and what they do there, but I find Windows clunky and didn't feel as reliable for HPC I run with AI. I also rarely found myself reaching for playing those overly monetized online games that are the biggest culprits in borking games on Linux like LoL and COD.

Bold claims need proof, so here’s a screenshot of Excel running on my distro. It’s not perfect like running on Windows or native LibreOffice performance wise, but so far seems good enough for me to use.

Now I can game on Linux and run full Office desktop apps—no more FOMO. Current game I am enjoying is Elden Ring Nightreign. Cheers folks and don't let the Office 365 be the deal breaker to game on Linux. As its no longer the case anymore.

https://preview.redd.it/2phv8fohi5af1.png?width=1905&format=png&auto=webp&s=1412365424f4348d70c3d447ea1b285c5b7ac4f3

submitted by /u/KDCreerStudios
[link] [comments]

Skywalker Saga Controller

Reddit Linux_Gaming - 1 Jul 2025 - 12:43am

Hello Recently epic gave out Lego Star Wars the Skywalker Saga for free and I tried installing it with the Heroics launcher it does launch but my controller wont work i couldnt find anyone having a simillar issue so now i hope that anyone from here can help me

submitted by /u/DerSeaEagle
[link] [comments]

Issues with Epic Games Launcher Taking Forever to Launch Through Bottles

Reddit Linux_Gaming - 1 Jul 2025 - 12:36am

Hi everyone!

New to Linux, currently using Mint, but I've been enjoying it so far. A recommendation I received for running non-Steam games in Linux was to use Bottles. I think it's a neat concept to run Windows software, and I installed both the EA Launcher and Epic through a Bottle I made earlier today. However, despite the EA launcher working fine, the Epic Launcher seems to be rather slow, and gets stuck on "preparing the epic games launcher" screen for quite a while. Wanted to see if this was a normal issue others faced, since it's inconveniently long enough to make me want to post about it.

Thanks in advance for answers!

submitted by /u/DjSikhNasty
[link] [comments]

SteamOS 3.7.13 update gets fixes for more handhelds, fixes WiFi regression on Steam Deck OLED

Gaming on Linux - 1 Jul 2025 - 12:18am
Valve have launched the latest SteamOS 3.7.13 stable update, further enhancing how it runs on more handheld gaming PCs.

.

Read the full article on GamingOnLinux.

Steam update brings accessibility settings and Proton enabled by default to make Linux gaming simpler

Gaming on Linux - 1 Jul 2025 - 12:05am
Valve just launched the latest main stable update for Steam Desktop and the SteamOS Steam Client / Steam Deck. Here's all that's changed.

.

Read the full article on GamingOnLinux.

Forza Horizon 4 | 4k Ultra HDR | RX6600

Reddit Linux_Gaming - 1 Jul 2025 - 12:00am

Here’s a raw gameplay recording captured with OBS using HDR and VAAPI.
If your browser doesn’t support HDR (Firefox is broken for me right now), use a player like mpv to watch it:

flatpak run io.mpv.Mpv https://youtu.be/oSHDTVRvKYc?si=9rpeAiP41vQ10-bU

When using mpv, you should see something like this in the terminal:

VO: [gpu] 3840x2160 yuv420p10

That confirms it's being rendered in 10-bit HDR properly.
Let me know if the video plays correctly for you, and what setup you’re using on Linux (browser/player, OS, GPU, etc).

submitted by /u/Ill_Champion_3930
[link] [comments]

new to linux and need advice before switching

Reddit Linux_Gaming - 30 Jun 2025 - 11:54pm

Hi, i am new to linux and want to make a switch.

before i want to make the switch, i want to ask if i can copy the files of my steam games into a separate hard drive and copy them back so i don't have to re-download my games.

also if there anything i need to know about linux gaming, please tell me.

thank you for your time.

submitted by /u/thatonewhosarbic
[link] [comments]

Halo MCC not working

Reddit Linux_Gaming - 30 Jun 2025 - 11:35pm

I have 3 fps when I try to play Halo CE in campaign (single player and multiplayer). Even if you stay and hope that the zone charges, nothing happens... I've been using Linux for a very short time (Mint) and I may have missed things but in any case: I launch from Steam I tried Proton Hotflix, experimental and 9. I put the graphics settings in performance mode. I have an NVIDIA GTX graphics card (I can't remember the exact model), an Intel I7 7600 processor and 16GB of RAM. My PC has always run fine so I don't understand.

submitted by /u/ZipTheFile
[link] [comments]

Red Dead Redemption 2 Crashing

Reddit Linux_Gaming - 30 Jun 2025 - 10:56pm

I am trying to run Red Dead Redemption 2 on a fresh installation of Pop OS. They game was initially on a second NTFS drive and after some research I moved it to the main drive where the OS is. The issue that I have is that the game is not launching at all. The process is Play > Launching on steam> Play button again.

I did run the game with Proton Log on and it shows nothing. It is just the initialization of proton with no stack of errors or anything. I also did try top reinstall the game and nothing has changed. I followed multiple tinkering launch option with different combinations of Proton but there is no difference.

My GPU is AMD and other games run fine like BG3

Has anyone encountered this issue before?

UPDATE: with Proton 6.3.8 the game does open but the Rockstar Launcher throws a "An error has occured. Please make sure all instances of the Rockstar Games Launcher have been cloosed and try again".

submitted by /u/--iArcher--
[link] [comments]

Pages