Sammlung von Newsfeeds

execution on heroic problem

Reddit Linux_Gaming - 19. Juli 2025 - 14:14

i have installed the game on heroic but each time i need to run i must click on run exe on prefix for the game to launch, if i didnt the installer going to run again.

i have asked chat gpt told to change the executionner but every time i enter to the game setting i cant find that option to change the executionner for ever

https://preview.redd.it/w3kjxj8notdf1.png?width=1153&format=png&auto=webp&s=25697b7f19631c51db2e49cc16ea076bc5f84fd8

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

Gaming on Linux EP#158: Robocop: Rogue City - Unfinished Business | Linux vs Windows

Reddit Linux_Gaming - 19. Juli 2025 - 14:03

Hi, and today I am looking at RoboCop: Rogue City - Unfinished Business. It is a standalone game that follows the Rogue City that was released in 2023. Why a new game and not a DLC is a bit weird to me, but it is still at a good price and as of 19 July 2025, you can buy the bundle for a really good deal.

That said if you enjoyed the previous one, you will enjoy this one too. The biggest complaint I have seen is that it is more of the same. To be honest, I like that it is more of the same since Rogue City was a no frills shooter. You just go in and kill everything.

The game looks good and runs great, dare I say it runs better than the first one in my opinion, although quite a number of things has changed since I ran the first game, like kernel, drivers etc. I tested it against Windows 10 as usual and the gap was not that big, but on Linux it was a better experience with higher FPS and smoother frametimes. It think the difference comes in that on Linux my CPU and GPU is utilised better, as can be seen on the GPU Core Clock and CPU/GPU load being more stable. On Windows it fluctuates more and that can lead to minor FPS/frametime dips.

On Linux I tested with all the normal goodies enabled like falcond, ntsync and wine-wayland. I didnot test to see if there is a difference with these disabled, as they are slowly becoming the norm if your distro and Proton supports them.

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

FSR 4 in The Last of Us: Part II Remastered?

Reddit Linux_Gaming - 19. Juli 2025 - 13:48

When I launch the game on Windows, I get the option to select FSR 4 in the launcher as well as in-game. Howerver, on Linux, I can only select up to FSR 3.1.3?

Is there a way (native or with mods) to get FSR 4 working with this game on Linux?

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

Setting up XLR mic through Behringer UMC-22

Reddit Linux_Gaming - 19. Juli 2025 - 13:47

Hi, I recently shifted to Linux. Truth is my system is pretty old (6 years) and I mostly used it for dev work along with light gaming. As linux is anyway a good system to pursue dev, and with the versions being able to support gaming without much of a hassle, it felt like the natural shift. I previously tried fedora but setting it up was quite the challenge and I soon gave up. So I shifted to Ubuntu as I have experience using Ubuntu on my laptop (please no distro wars, I believe all distros are great and tailored to different individuals with different needs).

Anyway, coming to the point, I have a Behringer UMC-22 to which I have plugged in a XLR microphone. However, the microphone audio is really faint and is hardly picked up by applications like Discord. I found a makeshift work around where I am using EasyEffects to play around the gain of my microphone along with noise suppression to create a virtual mic. But is there any other way which helps me use the mic as it is. Down the line I want to use Reaper and stuff as I am into music as well. (I have not plugged in my electric guitar yet, so I don't know what challenges lie there).

Also sorry if this post is not relevant to the community. I thought it might be as a microphone setup is both necessary both both gaming and streaming. Sorry once again.

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

trying to setup xbox one wireless controller adapter

Reddit Linux_Gaming - 19. Juli 2025 - 13:25

the adapter isnt lighting up at all

chatgpt says i need the correct xone-fw.bin file but everytime i run the file or ls -lh commands it says "HTML document, (..) with very long lines

please help

submitted by /u/Adventurous-Fun1133
[link] [comments]

Guide: How I got the Logitech G Pro Racing wheel working on Linux Mint 22.1

Reddit Linux_Gaming - 19. Juli 2025 - 13:14

Just got through getting my Logitech G Pro Racing wheel working on Linux Mint 22.1 running kernel 6.11.0-29-generic. Figured I'd write up how it should go to make it easier for others.

Now to start with, the wheel comes in 3 variants. PC only, Xbox/PC and PS5/PC. Mine is the PC only version.

Pre-install steps

  1. Connect the wheel to your machine.
  2. In a terminal, run lsusb which will present you with a list of devices connected.
  3. Mine shows ID 046d:c272.
    • If it's the same, you're good, move to install.
  4. As yours is different, reach out to: https://github.com/JacKeTUs/hid-logitech-hidpp and let them know the what version of the wheel you have, and what id (or submit a merge request if you've got the chops).

Install the driver

  1. Install the hid-logitech-hidpp driver from here: https://github.com/Lawstorant/hid-logitech-hidpp. To install:

    Dependencies: Git, DKMS, Initramfs or Dracut works too

    1. Install dkms package from your distro package manager
    2. Clone repository to /usr/src/universal-pidff
    3. Install the module: sudo dkms install /usr/src/universal-pidff
    4. Update initramfs: sudo update-initramfs -u
    5. Reboot

    I had dracut instead of initramfs, so instead of step 4, I used sudo dracut force

Check the wheel is using the right driver

  1. Connect your wheel if it wasn't already.
  2. To confirm that the driver's working use dmesg | grep logitech-hidpp-device which should show that it's connecting the device, especially look for "Force feedback support loaded"

Getting force feedback games working

Now once you've got that going, some games may work, some games won't.

Wreckfest worked out of the box, Forza Horizon 5 not so much.

When running Forza, it'd throw spam about too many force feedback events in queue. Force feedback wouldn't do anything for quite a while, and then it'd act like it should've in the game.

Now to troubleshoot this, you'll want:

https://github.com/berarma/ffbtools. Familiarise yourself with the ./docs/ and the options for ffbwrap.

Steps:

  1. A terminal window with dmesg -w running in it. It'll show something like

    logitech-hidpp-device 0003:046D:C272.0011: Force feedback command queue contains 3260 commands, causing substantial delays!

    This will probably be rapidly increasing.

  2. For steam games, I'm using the following syntax in Properties>General>Launch Options <path to cloned repo>/ffbtools/bin/ffbwrap --throttling --throttling-time 15 /dev/input/by-id/usb-Logitech_PRO_Racing_Wheel_<your serial number>-event-joystick -- %command%

  3. Now the --throttling-time 15 is what worked for me, but test as much as your care to for getting it as low as possible.

I hope this saves others some time!

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

Is it possible to transfer my Skyrim SE modlist from windows? I'm using MO2.

Reddit Linux_Gaming - 19. Juli 2025 - 12:44

Hiya!
So i would like to switch completely to Linux in the nearest future - i use Kubuntu for everything except playing modded Skyrim, I'm using MO2 and have a quite a lot of mods installed, could you point me in the right direction?
Would it be a matter of installing Skyrim and using WINE and copying the portable instance of MO2?
Or should i switch to a different mod loader? Is there a better solution? How is modded Skyrim on Linux? Is it stable enough to make the switch worthwhile?
Any help is appreciated!

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

Linux mint does not recognise my gpu

Reddit Linux_Gaming - 19. Juli 2025 - 12:37

I have an nivida gpu and I have installed the driver for it ( I think it was 575) But when I try to run games it is always lagging (probably using intel integrated graphics card) and when I type in terminal “sudo nivida xconfig “ it says unable to find any gpu in the system

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

Monster hunter wilds doesnt boot

Reddit Linux_Gaming - 19. Juli 2025 - 11:25

i got ppoos and wanted to test some gaming but monster hunter wilds doesnt boot i tried deleting 2 chunk files like someone said in reddit but it didnt work when i start the game it starts in windowed mode than there is a crash report and then it just closes everything

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

Sharing disks between distros?

Reddit Linux_Gaming - 19. Juli 2025 - 11:16

Hi, I know that sharing game disks between Linux and Windows dont go well together, but what about two different distros? Right now I dual boot Bazzite with Windows, but haven’t used Windows within last half a year, so I’d just wipe it out and give CachyOS a try. Do I need to configure anything to share disks flawlessly between these two? I have Bazzite on SSD SATA, Windows on different SSD SATA (where I’d put CachyOS), and two seperate NVMe for games (one for Lutris, one just for Steam). Did anyone notice any hiccups with dual booting like that?

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

I am about to lose it trying to mod Skyrim VR

Reddit Linux_Gaming - 19. Juli 2025 - 08:00

I have tried for the last 5 days to mod Skyrim VR on my Steam Deck but Vortex sucks so much man. I install it and sym link myself, it lags and crashes and I'm pretty sure it doesn't work , I used Pikdums set up and switched the sym links manually, same thing. So I try to follow this guide and use Steamtinker launch, and it refuses to download and install Vortex, it won't even install ModLoader, because apparently it just has to have some bug apparently preventing it from being able to download Dotnet 6 or something, so I said screw it and manually installed skse vr and it just crashes on a black screen and I just.... I'm tired boss. Have any of you succeeded in getting this thing to work through skse vr?

submitted by /u/Capable-Commercial96
[link] [comments]

Wuthering Waves Stuck on Login Screen ( Linux )

Reddit Linux_Gaming - 19. Juli 2025 - 07:38

A few weeks ago, I noticed that Wuthering Waves seems to support Linux out of the box. I installed it via Steam and am using the latest version of GE-Proton.

Device: Arch Linux ( hyprland) , 1650 GTX Nvidia and 8GB RAM

The game launches without any issues, but I’m stuck on this screen where nothing happens. When I click “Exit” or “Login,” nothing responds.

Methods I’ve tried:
  • Ran it with STEAMDECK=1 %command% — same result.
  • Toggled Game Mode on and off — no change.

I’m unable to identify the issue. Can someone please help me out?

stucked screen

https://preview.redd.it/u2n6zkf3prdf1.png?width=839&format=png&auto=webp&s=a7e80befbe8da76c7f6ffc930fdad05647f8656a

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

Artifacts in Steam and games

Reddit Linux_Gaming - 19. Juli 2025 - 07:34

I had a problem that after installing Linux, artifacts started appearing in Steam and various games (Manhunt It works for a while and crashes, but in Bioshock it doesn't even reach me I tried changing compatibility, but it didn't help.

N Laptop with AMD graphics and processor (Linux MATE)

submitted by /u/Dry-Library6907
[link] [comments]

Suddenly no sound on CS2 when on discord voice chat channel

Reddit Linux_Gaming - 19. Juli 2025 - 07:05

Hello everyone, I have a issue when CS2 suddenly have no sound when im on a discord voice chat channel. I have pulseaudio and pipewire. I use steam with Proton 9 and I installed Vencord on discord. I use xubuntu minimal LTS. I observed that when im not on voice chat the audio wont disappear. Any help is appreciated. (And yes, I added -sdlaudiodriver pipewire)

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

Trying to get Black Mesa RTX Remix to run.

Reddit Linux_Gaming - 19. Juli 2025 - 06:39

So the Black Mesa RTX Remix has been released. I've followed the instructions here:

https://github.com/xoxor4d/remix-comp-projects/releases/tag/1.0-BlackMesa

I'm launching the game under Steam, using Proton Experimental - I've essentially added run-bms-rtx.bat as a non Steam game. However when I try to launch the game, the following happens:

https://preview.redd.it/e1cv22v8frdf1.png?width=1190&format=png&auto=webp&s=6de5887184d524aadb4a90228c87bec92570b027

I'm really keen to play this game, it looks fantastic. Anyone got any ideas? I've already tried adding the launch option:

WINE_DISABLE_HARDWARE_SCHEDULING=1

Sadly it didn't help.

A video of the game below:

https://youtu.be/vdzijPtaqt8

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

Am I missing something about Envision for VR?

Reddit Linux_Gaming - 19. Juli 2025 - 06:36

I installed Envision to see if it would indeed help me with things like ghosting in a few VR games, but the software doesn't seem to be casting anything to my headset. It says it detects my Index, but the headset never turns on and it also won't detect my controllers. If I try to launch a VR game, it gets pulled up on a regular window on my desktop. Also, is there supposed to be some indication for when the calibration has started/finished? Cause I click the button and seemingly nothing happens.

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

nvidia gpu only going to about 48-54% utilization

Reddit Linux_Gaming - 19. Juli 2025 - 06:29

on my laptop witch is running Linux mint 22.1 i was trying to play forza but i was getting awful fps so i turned on forza's fps viewer and it showed my GPU which is a 4050 being only around 50% utilized i double checked that i was infact in nvidia performance mode . The driver im using is xserver-x.org-video-nouveau version 1:1.0.17-2build1. the weirdest part is that just once in the around 7x ive opened closed and messed with other random settings to try and get it working it ran perfectly fine at like 70ish fps witch is what i got on windows so i assume that is it working at its full potential but that was in the benchmark and when you exit the benchmark it relaunches the game and it went back to running horrible. i changed 0 settings between the first time it worked and when it automatically restarted directly after. Now it doesnt work in neither the benchmark mode nor actual game play. I tried to test if the issue is only in forza by trying to open the only other game i have downloaded their black myth wukong and that doesnt open at all so im assuming its facing similar issues. does anybody know any solutions help would be very appreciated.

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

Linux for general use

Reddit Linux_Gaming - 19. Juli 2025 - 06:08

Hi there. I would like to switch to Linux. I recently tried cachyos but I had problems with partitioning my HDD.

I have 3 storage, 1 120GB SSD (system) and two HDDs, one 500GB (general data) and one 1TB (which I partition into two, one 250GB for software and the rest just for games).

And when I formatted it and the entire disk crashed and I couldn't do anything with it and after fighting and watching many tutorials and not achieving anything I had to go back to Windows, I got really lost with changing some commands so that the disk mounts automatically and moving the installation system.

Some well-optimized distro for gaming, streaming and general use.

Components: I5 4570 12gb ram gtx 1050ti

Anything that you recommend that doesn't make me suffer so much.

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

White filter on games

Reddit Linux_Gaming - 19. Juli 2025 - 06:04

I need help fixing this white filter/overlay bug in a game. I am not the dev and it only happens in this game. Here's my setup

OS: Arch Linux

Prefix Manager: Bottles

GPU: NVIDIA GeForce RTX 3080 12GB

Driver: nvidia

Kernel: linux-zen

Game: WRET by Vinil (troj4nblazing)

Runner: soda 9.0-1 (and caffe 9.7)

Renderer: Vulkan and GL

Synchronization: Fsync

DXVK: dxvk-2.7 and dxvk-2.5.2

VKD3D-proton-2.14.1

DXVK nvapi v0.9.0 (disabled)

image: https://img.itch.zone/aW1nLzIyMTkxNjgzLnBuZw==/original/WtNy1r.png

video: https://streamable.com/fzlund

https://preview.redd.it/nuj7bf8jbrdf1.png?width=1920&format=png&auto=webp&s=fecb54f61df768cf8883eda9a5f25491fbb19f5b

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

How to obtain the source for the kernel of Valve's SteamOS

Reddit Linux_Gaming - 19. Juli 2025 - 05:55
  1. Download the version of your choice from https://steamdeck-packages.steamos.cloud/archlinux-mirror/sources/jupiter-staging This should be a file named similar to: linux-neptune-68-6.8.12.valve9-1.src.tar.gz
  2. Extract the src.tar.gz using your preferred file manager or archive tool
  3. Convert the archlinux-linux-neptune directory from a git bare repository to a normal git repository
  4. Enjoy

Edit: This is a response to another post that alleges that Valve is not complying with the GPLv2 license

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

Seiten