Sammlung von Newsfeeds

Clicking on "browse local files" on steam opens the terminal

Reddit Linux_Gaming - vor 1 Stunde 13 Minuten

Hey there I have installed hyprland from jackoolit for nobara and whenever I go to browse local files it just opens an empty terminal and not dolphin. Help?

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

Marvel Rivals GameUserSettings on Linux (How to turn off Mouse Acceleration off on linux for Marvel Rivals)

Reddit Linux_Gaming - vor 1 Stunde 19 Minuten

Hello everyone, since I have not found any ressources on this and just had to figure out how to do it (and found how to do it) here's the location of the GameUserSettings.ini file where you need to add some lines to disable the mouse acceleration.

~/.steam/steam/steamapps/compatdata/2767030/pfx/drive_c/users/steamuser/AppData/Local/Marvel/Saved/Config/Windows/

The lines that you need to add to get rid of mouse acceleration and smoothing should be added at the end of the GameUserSettings.ini

[/Script/Engine.InputSettings] bEnableMouseSmoothing=False bViewAccelerationEnabled=False

Hopefully this helps someone get rid of it since I had problems finding the file!

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

GTA V Co-Op not working on linux

Reddit Linux_Gaming - vor 1 Stunde 53 Minuten

I downloaded a GTA V Co-Op multiplayer mod and it worked fine on windows but on Linux it crashes the game, specifically the game crashes right before story mode loads when the mod is installed, without the mod the game runs perfectly. How can i get the mod to work on Linux do i need to like add a dll override or something?

This is the co-op mod link if that helps: https://www.gta5-mods.com/scripts/multiplayer-co-op

And it's dependencies:

  1. https://dev-c.com/GTAV/scripthookv
  2. https://github.com/scripthookvdotnet/scripthookvdotnet/releases/tag/v3.6.0

I've also tried other wine and proton versions but it did not work.

I'm using arch btw if that might help

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

Getting FIFA Mod Manager to work

Reddit Linux_Gaming - vor 2 Stunden 10 Sekunden

Running Fedora 41. I can't for the life of me get this to run, I have tried running it through WINE, using Steam, using Bottles and I've tried running it through Lutris. I've used different versions of WINE, as well as different versions of proton. When I run it on Bottles, I get this error:

fsync: up and running. Failure processing application bundle. Failed to create directory [C:\/home/user/.cache/dotnet_bundle_extract\] for extracting bundled files. 0024:err:eventlog:ReportEventW L"Description: A .NET application failed.\n" 0024:err:eventlog:ReportEventW L"Application: FIFA Mod Manager.exe\n" 0024:err:eventlog:ReportEventW L"Path: C:\\FIFA Mod Manager.exe\n" 0024:err:eventlog:ReportEventW L"Message: Failure processing application bundle.\n" 0024:err:eventlog:ReportEventW L"Failed to create directory [C:\\/home/user/.cache/dotnet_bundle_extract\\] for extracting bundled files.\n" 0024:err:eventlog:ReportEventW L"\n" submitted by /u/Nickpresident
[link] [comments]

Trouble with games starting

Reddit Linux_Gaming - vor 2 Stunden 50 Minuten

I use nobara on my desktop and wanted to give it a try on my laptop as well. It works mostly well but for some reason when I try and launch a game through steam it just sits there for a few moments and then stops, without even opening a window. It does seem to work for the flatpak version of steam but when I do that I can't use my secondary drives because steam won't add them to the steam library for whatever reason.

Anyone got any idea as to why this happens and how to fix it?

I already have tried multiple versions of proton with none of them working

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

Hey mods can we have a proper meta post on banning X links

Reddit Linux_Gaming - vor 3 Stunden 2 Minuten

Instead of you just removing my post that was quickly gaining support https://www.reddit.com/r/linux_gaming/s/pe0tPa1oVT

Trying to hide it is not a great way to run a sub

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

Mouse issues of launching flatpak steam in gamescope and its fix.

Reddit Linux_Gaming - vor 3 Stunden 6 Minuten

Starting off, I'm using fedora kde 41 on nvidia RTX 4080 Super and ryzen 9 7900x3d. Running on wayland.

I tried at first launching games through steam launch options, unfortunately it always crashed immediately and problem reporter reports that gamescope-brokey was killed by SIGSEV.

I tried using this command:

flatpak override --env=GBM_BACKENDS_PATH=/usr/lib/x86_64-linux-gnu/GL/nvidia-565-77
/extra/gbm com.valvesoftware.Steam
setting up xdg-run/gamecope-0:ro to filesystem permissions for steam and finally using proton ge from flathub. None of the above worked.

(If someone knows how to fix it, please tell me)

So I just launched Steam (flatpak) through terminal with gamescope (the native one), that on the other hand finally worked.

But I had 2 issues. First is that not all games work with gamescope I.E elden ring. It was fixed by using ENABLE_GAMESCOPE_WSI=0 in the launch arguments, but that also to my knowledge makes gamescope HDR impossible.

Second issue, the mouse.

Every time I moved the cursor in-game, it for one stuttered and for two, had a limited game movement. It also spammed xwm: got the same buffer committed twice, ignoring for some reason with mouse movement. These issues mad playing the keyboard and mouse impossible.

I managed to fix the stuttering by adding VKD3D_DISABLE_EXTENSIONS=VK_KHR_present_wait argument, it seems to be an nvidia issue. It didn't fix the xwm message spam though.

As for the camera border fix, I tried using --force-grab-cursor in launch arguments after the gamescope arguments. Gamescope grabbed my mouse just alright but it didn't fix the camera borders.

Then I downgraded gamescope version, didn't work. Afterwards I added --expose-wayland to the gamescope arguments and it WORKED, the I re-launched the gamecope and it again DIDN'T WORK. Then as a last ditch effort I tried WLR_NO_HARDWARE_CURSORS=1 and then it again worked... but in re-launch didn't work...

Then I had an epiphany. I started shaking the mouse non stop as the game I wast testing these things on, Black Myth Wukong, was launching. And it worked. I re-launched gamescope and even updated it back to what it was and it worked.

Then I launched the Elden Ring and the mouse shaking didn't work unfortunately. Then I launched the big-mode steam menu and moved the mouse a little bit, and then suddenly, it started working properly. I launched steam menu but this time didn't move the mouse, and it was once again broken... Launched the steam menu again, moved a mouse a little bit and camera movement was back to normal... dafuq.

After further testing it seems to fix the camera issues in other games too.

So the fix seems to use --force-grab-cursor in gamescope arguments, running the steam in Pig Picture Mode and the opening the steam menu while in-game and moving the mouse a little bit...

Don't ask me how to open the steam menu with keyboard while in-game, I don't know myself. I used a controller for it.

This is the terminal command I'm currently using to launch the steam in gamescope:

ENABLE_GAMESCOPE_WSI=0 WLR_NO_HARDWARE_CURSORS=1 VKD3D_DISABLE_EXTENSIONS=VK_KHR_present_wait gamescope -h 2160 -e -b -r 165 --expose-wayland -force-grab-cursor flatpak run com.valvesoftware.Steam

At this point I'll go and touch grass outside.

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

About to get a major monitor upgrade, how worried should I be about Linux support?

Reddit Linux_Gaming - vor 3 Stunden 14 Minuten

Hello, I've been using Linux as my primary OS for games and everything else for a couple years now. I currently have an old 4K monitor that can't break 60Hz. I'm going to replace it with an OLED ultrawide.

I have an AMD 7900XTX, and I'm running Kubuntu 24.04.

I've read conflicting info about support for newer protocols, but it's all older information. In 2025, just how good is support for things like ultrawide resolutions, FreeSync, or HDR? FreeSync is my biggest worry.

I have both X11 and Wayland installed. I just enabled Wayland tonight, it seems to work okay... I read that X11 has no plans to support HDR, so I'm trying to test out Wayland. If these things all work mostly great, how hard are they to configure?

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

A gamer but new to arch linux

Reddit Linux_Gaming - vor 3 Stunden 45 Minuten

Wishing you all a great day,
Iam was going to switch into linux (because windows sucks especially these days) but i wanted the full gaming experience which i found many people addressing many issues but i want to try it my self

When i searched i found a distros called Nobara (fedora based i guess?), CachyOS (for arch) but some say the performance improvements isn't that high, is that true?

But i decided to go with arch distros, so if i want the full arch experience and decided to switch to vanilla arch how can i optimize the kernel for gaming?

And as i said iam new to linux so i don't know much about those terms so providing resources / wikis / tutorials is greatly appreciated

I heard i need to specify my resources when asking questions and keep it short soooooooo

My laptop:

  • Asus TUF f15
  • processor: intel i5 12500h
  • Ram: 32gb 3200 ddr4
  • GPU: RTX 3050 4gb
  • Currently using windows 11
submitted by /u/Moukaspace
[link] [comments]

how do i install proton plus on cachyos?

Reddit Linux_Gaming - vor 5 Stunden 8 Minuten

Hey there, I am trying to install proton ge but i cannot do so as cachyos package manager crashes whenever I click on "install". How do i download proton plus?

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

Can I and how do I mod Dragon Ball Xenoverse 2 on Linux?

Reddit Linux_Gaming - vor 9 Stunden 9 Minuten

So, I've managed to get Xenoverse 2 to run fine on it's own, but now I'm curious if anyone knows how I can mod the game. I have heard someone say that you can use Lutris to run the things you need to mod the game, like the Patcher and Installer, but I have no idea how to do that. Thank you for any help you are able to give me

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

Having problems saving the nvidia-settings config file

Reddit Linux_Gaming - vor 9 Stunden 17 Minuten

OK, about 6 months ago I noticed I was having some screen tearing problems in most applications. Setting v-sync in games would not fix the issue. I did some research and found that the setting "Force Full Composition Pipeline" would solve the issue.

https://preview.redd.it/fuhd03luegee1.png?width=787&format=png&auto=webp&s=ccdcb4379c31e6ce596406556e066c38bd83c2ff

The problem is that I could not save the settings to a config file. If I click the "apply" button, it prompts for a save file destination. Even if I just save the default config with no changes made, it completely messes up my system.

After saving the config, I restart the system and the graphics are messed up: the resolution is terribly large, maybe 1024x800 for system applications, but firefox retains the normal resolution 1440p. The taskbar disappears and many system apps don't work (I can't use the screenshot, for example.) I am not able to right-click the screen to change the display type and the mouse cursor doesn't move below the level of the screen, so I don't think the taskbar is hiding under the display because of a resolution issue. My suspicion without proof is that the resolution is fine, but the system applications are loading at extremely large fonts.

The only solution I have found is to delete the config file xorg.conf. So for the last half a year I have been ignoring this problem and using temporary settings in nvidia-settings.

If anyone has a solution, I would be very appreciative. Please comment if you have had this problem yourself and were able to solve it.

Thanks

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

Dragon's Dogma 2 - Menu overlay highlight is skewed on Proton

Reddit Linux_Gaming - vor 9 Stunden 49 Minuten

Just purchased Dragon's Dogma 2, intending to play it on my Linux Gaming PC.

Game boots up fine, but in most of the menus, the selection box/highlight overlay seems to be off on my system. See attached screenshots below:

https://imgur.com/a/1eUgwCb

The incorrect offset seems to be about half off in the middle of the screen (See it hovering between "Game Settings" and "Interface" in screenshot 1), but towards the bottom will actually be a full option below where it should be--note in Screenshot 2 that the right side shows Network features even though "Language" appears to be the one highlighted. The final screenshot shows the a Yes/No dialogue, where "Yes" has the selection box around it even though No is the option selected (note the brighter text).

I'm only 30 minutes in, but I can already tell this is going to be incredibly frustrating to deal with, borderline unplayable.

Is there anything I can do to try to fix this? I'm using an all-AMD CPU/GPU setup.

Fedora 40 AMD Ryzen 7 5800X3D 8-Core Processor × 8 Advanced Micro Devices, Inc. [AMD/ATI] Navi 21 [Radeon RX 6950 XT] 32 GB RAM

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

Seiten