Sammlung von Newsfeeds

Reminder : liquid metal can dry

Reddit Linux_Gaming - 16. Dezember 2025 - 14:10

No wonder why my R5 3600 was hitting 95 °C while gaming...

It's sitting comfortably at around 70°C while running OCCT + PBO maxxed out right now.

But why didn't it happen with my graphic card though ? It's the same liquid metal I used.

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

ARC Raiders gets a huge v1.7.0 free update with a new map condition, new event, skill tree resets and more

Gaming on Linux - 16. Dezember 2025 - 13:40
Embark Games have been cooking, with ARC Raiders v1.7.0 out now that brings quite a lot to the popular extraction shooter - so time for another run.

.

Read the full article on GamingOnLinux.

Ubisoft acquires March of Giants and the team from Amazon joining Ubisoft

Gaming on Linux - 16. Dezember 2025 - 13:03
Amazon continue moving further away from making their own games, with them selling off the upcoming March of Giants and the team behind it to Ubisoft.

.

Read the full article on GamingOnLinux.

Does Easy anticheat work with Lutris when using Proton GE 10-26

Reddit Linux_Gaming - 16. Dezember 2025 - 13:02

This is most likely a simple to answer question but still want to make sure it's safe. Asking because in lutris it says that it requires Lutris wine but I'm using Proton GE

Additional info i forgot

Epic games version of Hell let loose it works on steam but not sure about Epic games version via Lutris

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

Shared steam library with separate compatdata folders

Reddit Linux_Gaming - 16. Dezember 2025 - 12:56

I am sharing a gaming PC with my household. I set up user accounts for everyone and set up steam such that the library is located in /home/steam for all users, so that we don't have to have multiple installations of the same game if we all want to play it. The directory is group-owned by a user group called steam which all users that use steam are a part of.

I ran into problems trying to run Baldur's Gate 3 from a different user account and figured out that it is due to an issue with Wine that it requires actual ownership of some files within compatdata (777 permissions isn't enough). After some research I decided the best way to do it is to have seperate compatdata folders for each users, but keep the actual games library shared. According to online resources this can be done by setting the environment variable STEAM_COMPAT_DATA_PATH. I set it up such that for each user, the variable is set to $HOME/.steam/compatdata. I verified that the environment variable is set. However, steam seems to ignore this environment variable. Reboots and removing the contents of the existing compatdata directory at /home/steam/steamapps/compatdata didn't help, steam just keeps reinstalling the prefixes to the old compatdata directory.

As a workaround I am just deleting the compatdata contents each time another user wants to play, but this is very tedious. Any idea how to get steam to use the STEAM_COMPAT_DATA_PATH environment variable?

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

Poly Bridge developer’s next game is Poly Bricks - a LEGO-like cozy, creative brick-building game

Gaming on Linux - 16. Dezember 2025 - 12:50
Riding the wave of more cozy games, developer Dry Cactus (Poly Bridge series) is working on their next game titled Poly Bricks that will come to Linux.

.

Read the full article on GamingOnLinux.

The classic Plague Inc: Evolved gets a new free daily Outbreak Mode

Gaming on Linux - 16. Dezember 2025 - 12:33
Plague Inc: Evolved is a game about infecting the world by evolving a deadly global plague, and now there's new ways to play it.

.

Read the full article on GamingOnLinux.

Switching from Win11 to Linux - peripheral device support

Reddit Linux_Gaming - 16. Dezember 2025 - 12:14

Hey.

I'm thinking about this switch between Windows 11 and GNU/Linux for gaming.
I was thinking about Pop_OS 24.04.
My main question is about peripherial devices.

I have a few devices like:
1. Meta Quest 3
2. Hori Truck Control System
3. Hotas Warthog
4. Logitech G Saitek Pro pedals

Will they work together under Linux?
I know that Hori has some support on GitHub.

I want to play on VR in War Thunder and ETS2/ATS.
I'm not worried about the rest, because the proton exists.

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

Cult of the Lamb: Woolhaven arrives in January

Gaming on Linux - 16. Dezember 2025 - 12:11
Developer Massive Monster has revealed the exciting Cult of the Lamb: Woolhaven DLC will arrive January 22, 2026 with a new trailer and more info.

.

Read the full article on GamingOnLinux.

Is Core 0 Sabotaging Your Performance?

Reddit Linux_Gaming - 16. Dezember 2025 - 12:07

Benchmarked my 9950X3D and found core 0 gets 2-3× more interrupts from the OS, causing significantly higher tail latency. I suspect this applies generally to modern CPUs and could be impacting your 1% and 0.1% FPS lows. I recommend others to try using `taskset` to avoid core 0 and am curious how it goes for others. Full benchmarks and explanation in the linked post!

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

Hollow Knight: Silksong to get a free expansion, Hollow Knight getting a refresh upgrade

Gaming on Linux - 16. Dezember 2025 - 11:39
Team Cherry just revealed some huge news for both Hollow Knight: Silksong and the original Hollow Knight with some free extras on the way.

.

Read the full article on GamingOnLinux.

It finally works on my msi claw a1m!!!

Reddit Linux_Gaming - 16. Dezember 2025 - 11:16

Hell yeah! Finally got steam working right on my msi claw a1m handheld!! had to delete garuda and install cachy os as mentioned from another user u/Entire-Management-67 works perfectly. Ea app wouldn't even install correctly on the other os

submitted by /u/Amazing-Divide3286
[link] [comments]

CS5565AN chip - THE ONLY 4K120Hz+HDR+VRR-in-Linux USB-C to HDMI 2.1 converter!

Reddit Linux_Gaming - 16. Dezember 2025 - 09:27

KDE display setting window confirms 4K120Hz+HDR+VRR. The Samsung S90D's Game Mode OSD also shows 3840x2160 / FPS: 120 / HDR: ON / VRR: ON and the FPS rate really varies on Linux. Although this cable does not (properly) support VRR in Windows.

You need a DIRTY patch to the kernel source though:

``` diff --git a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c index 7fe40bbba265..3766b76587a8 100644 --- a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c +++ b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c @@ -13005,20 +13005,26 @@ void amdgpu_dm_update_freesync_caps(struct drm_connector *connector,

if (as_type == FREESYNC_TYPE_PCON_IN_WHITELIST) { i = parse_hdmi_amd_vsdb(amdgpu_dm_connector, edid, &vsdb_info);
  • if (i >= 0 && vsdb_info.freesync_supported && vsdb_info.amd_vsdb_version > 0) {
  • amdgpu_dm_connector->pack_sdp_v1_3 = true;
  • amdgpu_dm_connector->as_type = as_type;
  • amdgpu_dm_connector->vsdb_info = vsdb_info;
  • pr_info("amdgpu: i: %d, vsdb_info.freesync_supported: %d, vsdb_info.amd_vsdb_version: %d",
  • i, vsdb_info.freesync_supported, vsdb_info.amd_vsdb_version);
  • amdgpu_dm_connector->min_vfreq = vsdb_info.min_refresh_rate_hz;
  • amdgpu_dm_connector->max_vfreq = vsdb_info.max_refresh_rate_hz;
  • if (amdgpu_dm_connector->max_vfreq - amdgpu_dm_connector->min_vfreq > 10)
  • freesync_capable = true;
  • pr_info("amdgpu: Doing dark magic to enforce FreeSync activation...");
  • amdgpu_dm_connector->pack_sdp_v1_3 = true;
  • amdgpu_dm_connector->as_type = as_type;
  • connector->display_info.monitor_range.min_vfreq = vsdb_info.min_refresh_rate_hz;
  • connector->display_info.monitor_range.max_vfreq = vsdb_info.max_refresh_rate_hz;
  • }
  • vsdb_info.freesync_supported = 1;
  • vsdb_info.amd_vsdb_version = 2;
  • vsdb_info.min_refresh_rate_hz = 48;
  • vsdb_info.max_refresh_rate_hz = 144;
  • amdgpu_dm_connector->vsdb_info = vsdb_info;

    +

  • amdgpu_dm_connector->min_vfreq = 48;
  • amdgpu_dm_connector->max_vfreq = 144;
  • freesync_capable = true;

    +

  • connector->display_info.monitor_range.min_vfreq = 48;
  • connector->display_info.monitor_range.max_vfreq = 144; }

    update: diff --git a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c index d0f770dd0a95..d8ef485dc246 100644 --- a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c +++ b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c @@ -1388,12 +1388,23 @@ enum adaptive_sync_type dm_get_adaptive_sync_support_type(struct dc_link *link) struct dpcd_caps *dpcd_caps = &link->dpcd_caps; enum adaptive_sync_type as_type = ADAPTIVE_SYNC_TYPE_NONE;

  • pr_info("admgpu: dpcd_caps->dongle_type: %d", dpcd_caps->dongle_type);
  • pr_info("amdgpu: Doing dark magic to enforce DISPLAY_DONGLE_DP_HDMI_CONVERTER...");
  • dpcd_caps->dongle_type = DISPLAY_DONGLE_DP_HDMI_CONVERTER;

    + switch (dpcd_caps->dongle_type) { case DISPLAY_DONGLE_DP_HDMI_CONVERTER:

  • if (dpcd_caps->adaptive_sync_caps.dp_adap_sync_caps.bits.ADAPTIVE_SYNC_SDP_SUPPORT == true &&
  • dpcd_caps->allow_invalid_MSA_timing_param == true &&
  • dm_is_freesync_pcon_whitelist(dpcd_caps->branch_dev_id))
  • as_type = FREESYNC_TYPE_PCON_IN_WHITELIST;
  • pr_info ("dpcd_caps->adaptive_sync_caps.dp_adap_sync_caps.bits.ADAPTIVE_SYNC_SDP_SUPPORT: %d",
  • dpcd_caps->adaptive_sync_caps.dp_adap_sync_caps.bits.ADAPTIVE_SYNC_SDP_SUPPORT);
  • pr_info ("dpcd_caps->allow_invalid_MSA_timing_param: %d",
  • dpcd_caps->allow_invalid_MSA_timing_param);

    +

  • pr_info("amdgpu: Doing dark magic to enforce FreeSync PCON whitelisting...");
  • dpcd_caps->adaptive_sync_caps.dp_adap_sync_caps.bits.ADAPTIVE_SYNC_SDP_SUPPORT = true;
  • dpcd_caps->allow_invalid_MSA_timing_param = true;

    +

  • pr_info ("dpcd_caps->branch_dev_id: 0x%06x", dpcd_caps->branch_dev_id);
  • as_type = FREESYNC_TYPE_PCON_IN_WHITELIST; break; default: break;

    ```

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

Having an issue with hogwarts legacy on Mint

Reddit Linux_Gaming - 16. Dezember 2025 - 09:23

So long story short every so often I fancy a bit of a change but always end up back on mint for whatever reason. It normally just works for everything I use without issues. Now I ran bazzite for a few months, really quite liked it but had a few things that an immutable distro I found irksome. So back to Mint as normal. However When I had bazzite my laptop would run Hogwarts legacy without issues at a reasonable frame rate. Now im on mint Flat out wont run in performance mode and balacned mode itll launch but its like a slide show.

Laptops a 3050 4gb asus tuf, 16gb ram

I run hogwarts legacy on proton 10. Tried experimental as well on mint. Just seems odd. Feel like im missing something here

submitted by /u/mechanical-monkey
[link] [comments]

I just upgraded to POP!_OS Cosmic and now i cant get the minecraft launcher to run

Reddit Linux_Gaming - 16. Dezember 2025 - 08:38

So here's the situation. My girl likes playing minecraft with me, and i'm happy she likes playing something with me. Shes on my ass about "Linux is stupid blah blah" but anyways. When i use the minecraft launcher, i get hit with error code 127 on the log. I have Nvidia driver version 580, Java jre 8, and the official launcher (Mainly to run curseforge). after many-a-reinstall and several attempts with java, still nothing but a glitchy UI. Im frustrated and at a loss. in the coments is my log from the launcher, what am i missing? (Im still kind of a linux noob, i only know basic sudo commands)

EDIT: How do i post my log?

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

Seiten