While you're here, please consider supporting GamingOnLinux on:
Reward Tiers: Patreon. Plain Donations: PayPal.
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Reward Tiers: Patreon. Plain Donations: PayPal.
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Login / Register
- New Steam Controller 2 and VR controller designs got leaked
- Huge new Proton 9.0-4 update for Steam Deck / Linux now in need of testing
- Mesa 24.3.0 graphics drivers for Linux released with many new features and bug fixes
- Steam Deck OLED wins Best Gaming Hardware in the Golden Joystick Awards 2024
- The latest from Prime Gaming - November 22 edition - lots for Steam Deck / Linux
- > See more over 30 days here
-
LIGHT OF MOTIRAM takes Horizon Zero Dawn and turns it i…
- enigmaxg2 -
LIGHT OF MOTIRAM takes Horizon Zero Dawn and turns it i…
- Jarmer -
We're getting a Palworld x Terraria crossover, major Pa…
- JustinWood -
We're getting a Palworld x Terraria crossover, major Pa…
- ShadowXeldron -
Incredible retro FPS Selaco adds a new 'Special Campaig…
- chickenb00 - > See more comments
- Adjusted our game pages search bar
- Liam Dawe - Astral Ascent - is it really like Dead Cells?
- CatKiller - The Nightdive Source Port List
- Shmerl - New Desktop Screenshot Thread
- Hamish - Spare gog keys
- Pyrate - See more posts
It's just annoying. Opening a game in a running session (several hours) will make it perform poorly.
Rebooting the system doubles my FPS, but can't be the solution.
Example:
Game: The Suicide Of Rachel Foster, opened through Steam
Running Session: 30fps, constant framedrops, slow movement
After reboot: 60fps, occasional framedrops
Tried closing all programms, disconnecting network drives. Plasmashell & Xorg occupy half the space after Reboot, but theres 32gb for everything...so.
Has anyone experienced the same & a possible solution?
Thanks dudes and dudettes!
EDIT How to reproduce the lag
Unplugging the Laptop (while in KDE desktop) from power results in a massive performance drop (as intended I guess). (Nvidia Settings - Powermizer - Performance Level 0 and 1)
Plugging the Laptop back in would not restore whole previous performance -> Lag until reboot (Nvidia Settings - Powermizer - Performance Level jumping between 4 and 2)
finally [SOLVED] it:
Found this posting to force Low-Performance Settings, but indeed the same settings (Parameter 0x3) solved my problem with Performance Level jumping and thus creating system lag after plugging the laptop to AC again.
Works as intended: Laptop back on AC - Performance Level 4 constant
https://forums.developer.nvidia.com/t/solved-forcing-maximum-power-saving-on-the-desktop-minimum-power-mode-for-powermizer/30403
Solution:
- edit / create file:
sudo nano /etc/X11/xorg.conf.d/20-nvidia.conf
(you may choose your favorite texteditor instead of nano)
- edit /paste in file:
Section “Device”
Identifier “Device0”
Driver “nvidia”
VendorName “NVIDIA Corporation”
Option “Coolbits” “1”
Option “RegistryDwords” “PowerMizerEnable=0x1; PerfLevelSrc=0x2222; PowerMizerLevel=0x3; PowerMizerDefault=0x3; PowerMizerDefaultAC=0x3”
EndSection
- reboot
Last edited by eiseneuter on 9 January 2021 at 6:26 am UTC
View PC info
You mentioned network drives. Do you use NFS by chance? A few years ago, had this problem on Debian testing on my laptop. Best I could figure, it looked like NFS was trying to connect/reconnect/find the server and things would wait for it, particularly if I was browsing for files.
Maybe you have a process that's doing a lot of network or IO work? Could be holding things up?
Sadly, I never figured it out and ended up distro hopping (for other reasons), where the problem went away. The network is mostly magic to me.
I hope that gives you a place to look.
Last edited by denyasis on 17 December 2020 at 12:28 am UTC
I haven't noticed this recently, but I have been playing less demanding games (currently playing Iratus, for example).
Sadly, I have no solution to offer. I tend to notice that it had more chances of occuring after watching some videos on firefox, so it may be related to hardware decoding, not releasing all resources when done.
As for a network traffic monitor, I didnt find a tool to easily see whats going on. Is there a non command-line-based tool...like a simple gui-monitor?
View PC info
Since you're using KDE I suggest KSysGuard...
Ahhh right, it has up-and download columns i didnt recognize ;)
Couldn't solve it yet -_-
17 fps before reboot
View cookie preferences.
Accept & Show Accept All & Don't show this again Direct Link
60 fps after reboot
View cookie preferences.
Accept & Show Accept All & Don't show this again Direct Link
Fiddled around with the compositor, but no luck here. No significant network traffic. What processes could slow down the performance in such a manner?
Last edited by eiseneuter on 18 December 2020 at 9:21 pm UTC
View PC info
View PC info
Throttling due to heat might be a possibility as agreed said.
Or something could be using cpu in the background.
I think there is a process monitor for nvidia, nvidia-smi (I had to Google that). If the nvidia control panel doesn't give anything illuminating in regards to heat or performance level, it might be worth a look.
From the internet searchings, it looks like :
watch -n 0.5 nvidia-smi pmon -c 1
Might be what you need. I won't be near my computer (an older nvidia machine) to check it out in my own, so the usual cautions with CLI commands from some website apply.
I hope that helps.
Thanks for the effort you made to help!
Checked the suggested GPU Monitor and there are three applications that give me values:
- "Overlook-Win64-" most probably the game itself, running with Proton (constant)
- Xorg (occasionally)
- Brave browser (occasionally)
This time, even after the now all-day-session without reboot, the game ran smooth. Kind of surprising, It's hard to recreate the behavior. Will take another look, when it bugs out on me again.
Thanks for the deep look, always learning new things!
Last edited by eiseneuter on 20 December 2020 at 1:46 am UTC
View PC info
Only thing that came to mind this morning, it could be a case of a bug somewhere in the software.
Assuming this happens with other games, it could be some freak bug that pops out when running proton, dxvk, lutris, and game mode.
The nice thing with the translation stack is that most of it is replaceable or optional (hopefully). Depending how deep you want to get, you could try using regular proton or wine, disable ganemode, toggle dxvk, etc.
The downside to trying that is changing all of those may effect performance and stability of your game, so you could end up changing one problem for another, which is more annoying than anything.