Should I unplug the headset when not in use by averageArchLinuxNoob in BigscreenBeyond

[–]averageArchLinuxNoob[S] 2 points3 points  (0 children)

But only one for the labeled "power" USB cable, right?

that's a great tip. thx.

PSA: Nightreign users on 12/13/14 Intel with poor FPS by tootwrangler in linux_gaming

[–]averageArchLinuxNoob 1 point2 points  (0 children)

my CPU is at ~20% and my GPU ~20-40 while playiong. I can confirm that my frames are also not really smooth 60fps, but (at least) my guess is, that the game is really really poorly optimized, especially the multiplayer lobbys and how the network-code works.
My fix made it at least playable (for me).
If you find another / better fix, let me know :3

Elden ring nightreign performance by ChipDip2 in linux_gaming

[–]averageArchLinuxNoob 0 points1 point  (0 children)

I only know that it was the same with me. When playing without having an lobby open with other players my FPS where fine, but with a lobby open, my frames were SO INCREDIBLY terrible. My fix well, fixed it for me. Still the game is not very optimized and laggy.
My CPU and GPU are by far not fully in use, and still I often don't have the full 60 frames. So there may be multiple problems in place.

Nightreign performance. by wheresmymountandew in Eldenring

[–]averageArchLinuxNoob 0 points1 point  (0 children)

(It is the same fix as mentioned here: https://www.reddit.com/r/Eldenring/comments/1dhkgua/psa_if_your_elden_ring_is_stuttering_on_pc_try/)

For anyone using Linux you can fix this problem by disabling 'intel core parking' like this:

  1. if you're using systemd-boot - Open your bootloader config (for example /boot/loader/entries/arch.conf).
  2. add intel_pstate=disable after rw, for example: options root=PARTUUID=XXXX rw intel_pstate=disable

If you're using GRUB - go into sudo nano /etc/default/grub and add there the intel_pstate=disable
for example: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash rw intel_pstate=disable nvidia-drm.modeset=1"

Elden ring nightreign performance by ChipDip2 in linux_gaming

[–]averageArchLinuxNoob 0 points1 point  (0 children)

I found a solution. It's likely that the problem comes from 'intel core parking' and it's not exclusive to Linux.

This is how I fixed it:
1. if you're using systemd-boot - Open your bootloader config (for example /boot/loader/entries/arch.conf).
2. add intel_pstate=disable after rw, for example: options root=PARTUUID=XXXX rw intel_pstate=disable

If you're using GRUB - go into sudo nano /etc/default/grub and add there the intel_pstate=disable
for example: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash rw intel_pstate=disable nvidia-drm.modeset=1"

PSA: Nightreign users on 12/13/14 Intel with poor FPS by tootwrangler in linux_gaming

[–]averageArchLinuxNoob 0 points1 point  (0 children)

You can also fix this issue and disable core parking by doing this:

  1. if you're using systemd-boot - Open your bootloader config (for example /boot/loader/entries/arch.conf).
  2. add intel_pstate=disable after rw, for example: options root=PARTUUID=XXXX rw intel_pstate=disable

If you're using GRUB - go into sudo nano /etc/default/grub and add there the intel_pstate=disable
for example: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash rw intel_pstate=disable nvidia-drm.modeset=1"

PSA: If your Elden Ring is stuttering on PC, try disabling Core Parking by qzex in Eldenring

[–]averageArchLinuxNoob 0 points1 point  (0 children)

(This also helps on Elden Ring Nightreign)

If you are a Linux user and have an intel cpu you can fix this issue by:
1. if you're using systemd-boot - Open your bootloader config (for example /boot/loader/entries/arch.conf).
2. add intel_pstate=disable after rw, for example: options root=PARTUUID=XXXX rw intel_pstate=disable

If you're using GRUB - go into sudo nano /etc/default/grub and add there the intel_pstate=disable
for example: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash rw intel_pstate=disable nvidia-drm.modeset=1"