Sammlung von Newsfeeds

Problem with CS:S in linux mint

Reddit Linux_Gaming - 04. Oktober 2025 - 08:37

Hi, I've been having a problem with Counter-Strike: Source. For a while now, when I open the game, all the system UI freezes, and I have to open a new TTY to restart my system. This only happens with that game, and I don't know why. Has anyone else had this problem?

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

Anyone else get audio issues with discord streaming?

Reddit Linux_Gaming - 04. Oktober 2025 - 08:26

im on arch so this might be on my end, but does anyone else have discord stream all desktop audio no matter what happens? the sole exception of this is dota 2, which doesnt stream any audio at all, but STILL streams the rest of the desktop audio. dota is a native app and has its audio cut out entirely fairly frequently though so id imagine the dota one is on valves end

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

Unofficial *Nix Launcher for Minecraft Update.

Reddit Linux_Gaming - 04. Oktober 2025 - 08:21

The new copper age update for Minecraft came out recently but I can't launch it. I updated the launcher through discover on my steamdeck but it still won't work. Is there something that I have to do on my end to fix it or is just a regular thing with the launcher when a big update happens.

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

How to see if my laptop dgpu is dead?

Reddit Linux_Gaming - 04. Oktober 2025 - 08:10

My laptop nvidia rtx 2070 mobile might be dead because I get no devices shown error with nvidia-smi despite nvidia driver showing in lspci and despite me trying the opensource driver too. How to see if my dgpu is actually dead?

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

What's the easiest way to fix random missing game icons in Lutris?

Reddit Linux_Gaming - 04. Oktober 2025 - 08:03

At some point a scattered bunch of my Lutris game icons just vanished, no clue why. Now it looks like this -

https://preview.redd.it/0e9ribhlc1tf1.png?width=620&format=png&auto=webp&s=3e6b47856123228020208c7b6d20f97bb7cca4cf

Is there any easy way to re-populate these missing icons, or am I going to have to DL the pics one by one off the net and reconfigure them?

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

Cocoon game running choppy?

Reddit Linux_Gaming - 04. Oktober 2025 - 06:55

I downloaded the puzzle game cocoon and get tons of stutters or fps drops. I enabled lossless scaling to do 2 or 3x frame gen and whike my GPU never goes above 69% and mostly hits 240fps there are stutters just running around.

Does anyone else have this problem? I don't see a way to disable vsync in the menu either. I feel like my PC should run it smoother.

cachyOS, 9800x3d, 9070xt, 32gb cl26 ram, 4k 240hz screen. Shader pre-caching enabled. Latest Cachy proton.

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

Trouble running Steam launch options

Reddit Linux_Gaming - 04. Oktober 2025 - 06:40

Trying to use gamescope, mangohud, and reshade but not sure how to do the launch options, is this anything close:

gamescope -b -W 3440 -H 1440 -r 240 --force-grab-cursor -- mangohud -- WINEDLLOVERRIDES="d3dcompiler_47=n;dxgi=n,b" %command%

Not currently working and the ways i have changed it makes it so gamescope doesn't work. I can get the script to work without the reshade text in there but would like to use reshade.

Thank you.

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

Prevalence of "Wine C++ Runtime Assertion Failed" increasing under Nvidia

Reddit Linux_Gaming - 04. Oktober 2025 - 06:37

Hi all,
Recently, within the past few months, a new issue has been spreading like a virus on my arch installs.
This is a well documented issue, here, and across multiple other linux forums. I have tried multiple fresh installs of Arch, on both Wayland and X11, it seems more volatile on wayland, and this issue seems to only occur on dx12 + UE5 games. Whats curious is for the major egregious games, STALKER 2: HoC, and Gray Zone Warfare, these are not documented anywhere I can see on protondb. Not only that, but I have tried multiple fresh arch linux installs (one of which I am on right now), using Hyprland (particularly unstable), plasma Wayland, and plasma x11, though only nvidia proprietary drivers.
The main concern here is as I have been researching this issue for the past few weeks, its almost always a amd specific issue with the amdvlk package, i'm also a vulkan graphics programmer so I have all the nvidia utils for vulkan and the icd loader, and can run my own engine with vulkan fine, its seemingly UE5 and dx12 translation to vulkan thats breaking.
The specific error is usually at expression `!status && vkCreateGraphicsPipeline`, but also will report compute pipeline creation errors from time to time, always during shader compilation.
Here are the outputs of, vulkaninfo --summary and the pacman vulkan packages

Vulkan Instance Version: 1.4.321 Instance Extensions: count = 24 ------------------------------- VK_EXT_acquire_drm_display : extension revision 1 VK_EXT_acquire_xlib_display : extension revision 1 VK_EXT_debug_report : extension revision 10 VK_EXT_debug_utils : extension revision 2 VK_EXT_direct_mode_display : extension revision 1 VK_EXT_display_surface_counter : extension revision 1 VK_EXT_surface_maintenance1 : extension revision 1 VK_EXT_swapchain_colorspace : extension revision 5 VK_KHR_device_group_creation : extension revision 1 VK_KHR_display : extension revision 23 VK_KHR_external_fence_capabilities : extension revision 1 VK_KHR_external_memory_capabilities : extension revision 1 VK_KHR_external_semaphore_capabilities : extension revision 1 VK_KHR_get_display_properties2 : extension revision 1 VK_KHR_get_physical_device_properties2 : extension revision 2 VK_KHR_get_surface_capabilities2 : extension revision 1 VK_KHR_portability_enumeration : extension revision 1 VK_KHR_surface : extension revision 25 VK_KHR_surface_protected_capabilities : extension revision 1 VK_KHR_wayland_surface : extension revision 6 VK_KHR_xcb_surface : extension revision 6 VK_KHR_xlib_surface : extension revision 6 VK_LUNARG_direct_driver_loading : extension revision 1 VK_NV_display_stereo : extension revision 1 Instance Layers: count = 7 -------------------------- VK_LAYER_FROG_gamescope_wsi_x86_64 Gamescope WSI (XWayland Bypass) Layer (x86_64) 1.3.221 version 1 VK_LAYER_NV_optimus NVIDIA Optimus layer 1.4.312 version 1 VK_LAYER_NV_present NVIDIA GR2608 layer 1.4.312 version 1 VK_LAYER_VALVE_steam_fossilize_32 Steam Pipeline Caching Layer 1.3.207 version 1 VK_LAYER_VALVE_steam_fossilize_64 Steam Pipeline Caching Layer 1.3.207 version 1 VK_LAYER_VALVE_steam_overlay_32 Steam Overlay Layer 1.3.207 version 1 VK_LAYER_VALVE_steam_overlay_64 Steam Overlay Layer 1.3.207 version 1 Devices: ======== GPU0: apiVersion = 1.4.31 driverVersion = 580.82.9.0 vendorID = 0x10de deviceID = 0x2782 deviceType = PHYSICAL_DEVICE_TYPE_DISCRETE_GPU deviceName = NVIDIA GeForce RTX 4070 Ti driverID = DRIVER_ID_NVIDIA_PROPRIETARY driverName = NVIDIA driverInfo = 580.82.09 conformanceVersion = [1.4.1.3] deviceUUID = 16f30927-261d-44c6-c148-b620fd4efb66 driverUUID = c642c5f0-0715-5db7-85d2-8c160b823f7d Pacman -Qs vulkan ~ ❯ pacman -Qs vulkan local/lib32-nvidia-utils 580.82.09-1 NVIDIA drivers utilities (32-bit) local/lib32-vulkan-icd-loader 1.4.321.0-1 Vulkan Installable Client Driver (ICD) Loader (32-bit) local/nvidia-utils 580.82.09-1 NVIDIA drivers utilities local/qt6-shadertools 6.9.2-1 (qt6) Provides functionality for the shader pipeline that allows Qt Quick to operate on Vulkan, Metal, and Direct3D, in addition to OpenGL local/spirv-tools 1:1.4.321.0-1 (vulkan-devel) API and commands for processing SPIR-V modules local/vulkan-headers 1:1.4.321.0-1 (vulkan-devel) Vulkan header files and API registry local/vulkan-icd-loader 1.4.321.0-1 (vulkan-devel) Vulkan Installable Client Driver (ICD) Loader local/vulkan-memory-allocator 3.3.0-1 (vulkan-devel) Easy to integrate Vulkan memory allocation library local/vulkan-tools 1.4.321.0-1 (vulkan-devel) Vulkan tools and utilities``` submitted by /u/Holiday_Gazelle6466
[link] [comments]

Mouse positioning misadlignment, wide monitor (fixed)

Reddit Linux_Gaming - 04. Oktober 2025 - 04:26

hey just putting this post out there for anyone who has the same problem. On cachy os using a 3440x1440 monitor. Some steam games were misaligning the visual mouse and the actual postition. turns out it was due to the setting (legacy applications) being on (apply scalings themselves). Once i changed it to being scaled by the system, my mouse alignment was fixed, hopefully if you're having the same issue this will fix it :)

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

How to disable joycons analog stick to act as my mouse cursor?!

Reddit Linux_Gaming - 04. Oktober 2025 - 03:34

So if you interest to see how much I struggled with getting joycons on linux mint you can check out my other posts. So much time put into figuring out. I got error after error for almost every cmd but I didn't give up! I got it to work now. But one thing I don't know where to begin and I need your help is:

The analog stick acts as my mouse and I control the cursor. How do I disable that so the analog stick only works on games? Right now it works fine but it also acts as my mouse so In games as I move around u can also see the mouse cursor moving all over the place. Thanks!

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

LG B9 TV, how screwed am I with AMD?

Reddit Linux_Gaming - 04. Oktober 2025 - 03:12

Hi all, I switched from a RTX 3080 to an 9070XT and I'm loving it so far. However I did not research enough and my tv is not class compatible as id assumed. I have a cablematter HDMI dmDP converter, but I'm not getting VRR to show up at all. Is it because the TV is using Gsync? On nobara btw

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

Headtracking War Thunder help?

Reddit Linux_Gaming - 04. Oktober 2025 - 01:22

Super niche thing I guess but anyone knows if there is anyways to have headtracking on war thunder in linux ofc? Native Linux WT version doesn't support it but in windows it works but War Thunder crashes using any kind of proton layers (experimental, GE, etc). Is it just not doable for now? VR is also busted in Linux on this game.

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

Alan Wake American nightmare msaa

Reddit Linux_Gaming - 04. Oktober 2025 - 01:22

So right after I installed Alan Wake American Nightmare last night a pop up showed up, "Multi sample anti-aliasing not supported on your graphic hardware, Alan Wake American nightmare requires this in order to run. Please see that your systems comfort with the minimum specifications and ensure you have the latest graphic card drivers installed." I'm lose.

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

Native SteamVR with ALVR on quest 3

Reddit Linux_Gaming - 04. Oktober 2025 - 01:07

Hey, I’ve been trying to play truck simulator on my quest but for some reason the dashboard on steam vr only shows the docking option on both current and previous versions. Also, I can’t launch ets2, either it doesn’t launch (the case with proton ets 2 cause native doesn’t have vr support). I tried google earth, which is native, and I just added the launch options alvr told me to add and it worked.

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

just changed to cachyos today need help downloading and launching starcitizen

Reddit Linux_Gaming - 04. Oktober 2025 - 01:05

just changed to cachyos today and have been trying to download star citizen and so far its only worked downloading through lutris but it wont launch help

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

My LMDE 7 setup with Forky repositories

Reddit Linux_Gaming - 04. Oktober 2025 - 00:51

After a bit of tinkering, I was able to move my LMDE 7 installation to Debian's Forky/testing repositories, and I pinned the Forky repositories to a slightly lower priority level than the Mint repositories, so it basically just pulls in kernels and packages that are newer than Mint's. If any of you want an automated .sh script that updates the repositories safely, something that you can read through and run as a program, feel free to ask and I'll start working on one in a Git repository :

My Desktop Layout

My System Info

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

Seiten