Very low CPU usage while gaming

Hey all! I am often experiencing very low CPU usage while gaming. It doesn't really matter what game I am running, it's always like this. I first thought it was because I was playing in 4k, so I lowered it to 1440p, then 1080p, but this resulted in minimal fps increase (like +20 fps from 4k to 1080p) and both the GPU and CPU remains at the same usage. I also feel like performance gets worse over time, and restarting the game could easily give me 100+ extra fps. The experience is the same for pretty much any game. Counter-Strike, Civilization, random indie games, the GPU usage is really high and the CPU is hardly used. Curiously changing resolution seems to not do anything when it comes to performance. The difference in FPS playing Counter-Strike 2 in 4k vs 1080p was ~10fps. GPU was still maxing out, while CPU was not really affected at all. I have similar experiences in other games too. All in all I am not getting the performance I am used to. Getting some fps less is expected moving to Linux due to the compatibility layer, but not 1/3 dip that I am sometimes seeing. Any clue? Running an Rtx 4080, i7-13th gen, 32gb ddr5 ram and playing on a 2tb ssd with plenty of open space. I am pretty new to linux, so I might not have tried things that are obvious to you. Thank you so much for helping <3
No description
351 Replies
𝕾𝖙𝖊𝖑𝖑𝖆
i have an i5 13th gen and what helps for me is running games exclusively on the P-Cores. I was told that core scheduling 'works fine' but that's not what I'm seeing, I'm getting up to 30% fps boost by shoving games to the P-Cores. The exact command depends on your cpu architecture, but for me WINE_CPU_TOPOLOGY=12:0,1,2,3,4,5,6,7,8,9,10,11 %command% makes it run on only the P-Cores. I have 6 P-Cores so you need to adjust it accordingly, for 8 P-Cores WINE_CPU_TOPOLOGY=16:0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15 %command% if that helps you, (put it in the game launch options) you can consider running Steam on the P-Cores and every game you launch from Steam (at least with Proton) will automatically inherit it i think the command might only work with Proton games, since it uses a function present in Wine, not sure how to do it for native games
Modkiq
ModkiqOP2w ago
Thanks for helping! I put this last command into the launch options for CS, does not seem to have made any effect. I tested a random UE5 game and I seem to be getting some improvements running that last command (about 5-10fps higher) you posted but curiously my CPU usage went down 4% compared to earlier
No description
𝕾𝖙𝖊𝖑𝖑𝖆
is CS2 a native game? that might be why it's not doing anything
Modkiq
ModkiqOP2w ago
Yeah, I also tested a different one
𝕾𝖙𝖊𝖑𝖑𝖆
and yea the CPU usage will go down because the CPU can do more work with higher clock speed, with the E-Cores enabled I was seeing abysmally low speeds of like 1600MHz on the P-Cores, and with only P-Cores 5.1GHz
Modkiq
ModkiqOP2w ago
Could it be I have some sort of weird CPU limiter enabled on Steam? I can't fathom how every game seems to utilize under 30% On windows it used my entire CPU playing the same games
𝕾𝖙𝖊𝖑𝖑𝖆
your entire cpu? that seems a bit unlikely, the GPU will use as much CPU as it needs to sustain the framerate
Modkiq
ModkiqOP2w ago
Maybe not the entire CPU, but it was using the majority of it
𝕾𝖙𝖊𝖑𝖑𝖆
what really matters is that your GPU is at its full TDP, that's how you can tell you're not limited by anything else
Modkiq
ModkiqOP2w ago
The same games that would use 70-80% according to windows is now only using 20-25%. And with the big FPS difference I am experiencing I feel like it's related to the performance hit somehow?
𝕾𝖙𝖊𝖑𝖑𝖆
consider a performance overlay like mangohud where you can see all important stats such as GPU utilization, TDP, and GPU clock speeds
Modkiq
ModkiqOP2w ago
Mango Juice?
𝕾𝖙𝖊𝖑𝖑𝖆
did you choose the right image when downloading bazzite?
Modkiq
ModkiqOP2w ago
I think so, I had someone else verify my version number a while ago when I asked for help with something else
𝕾𝖙𝖊𝖑𝖑𝖆
yup that's used for configuring it, for enabling it put mangohud %command% in your steam launch options. If you also put wine_cpu_topology then you can use something like this WINE_CPU_TOPOLOGY=12:0,1,2,3,4,5,6,7,8,9,10,11 mangohud %command% just don't duplicate the %command% :sweat_nervous:
Modkiq
ModkiqOP2w ago
Bold of you to assume what that would do
𝕾𝖙𝖊𝖑𝖑𝖆
rpm-ostree status please
Modkiq
ModkiqOP2w ago
No description
𝕾𝖙𝖊𝖑𝖑𝖆
yea that looks correct there's like a 15% performance tax from Nvidia in DX12 games btw
Modkiq
ModkiqOP2w ago
Yeah I am expecting some performance loss on linux but I feel like I am getting more than expected
𝕾𝖙𝖊𝖑𝖑𝖆
they're still working on fixing it but unfortunately their linux drivers aren't as good as Windows
Modkiq
ModkiqOP2w ago
I just feel like it's related to my lack of cpu usage But maybe I am tripping
𝕾𝖙𝖊𝖑𝖑𝖆
i just think intel + nvidia is the worst combination overall that you can have, you get scheduling issues due to intel hybrid architecture AND you get the Nvdia performance loss on top
Modkiq
ModkiqOP2w ago
Yeaaaah Yknow I was never planning to use linux when I bought this pc I did make steam run vulcan shaders in the background and restarted my PC, that seems to have made a difference Getting like 40 fps more now than previously
𝕾𝖙𝖊𝖑𝖑𝖆
i would recommend to use the mangohud overlay to monitor gpu wattage + cpu clock speeds, that can give you some information about what you're throttling on i'm not sure how much the 4080 usually pulls for gaming tpu says it's around 320W
Modkiq
ModkiqOP2w ago
No description
Modkiq
ModkiqOP2w ago
I was getting about 80fps when I launched this same game just now while we were problemsolving I just feel like 17% on the CPU seems crazy low
𝕾𝖙𝖊𝖑𝖑𝖆
looks like the cpu is still not boosting correctly, 3700mhz is way too low
Modkiq
ModkiqOP2w ago
How would I go about solving this? I have LACT installed but I have not messed with it
Modkiq
ModkiqOP2w ago
I can up this?
No description
𝕾𝖙𝖊𝖑𝖑𝖆
i think lact may be able to show you the throttling reason oof, we're not even hitting that 😕
Modkiq
ModkiqOP2w ago
🥲
𝕾𝖙𝖊𝖑𝖑𝖆
unless you're fps limited to due vsync @120Hz or something?
Modkiq
ModkiqOP2w ago
vsync is off and I am getting above 120 in other games My monitor is 160hz anyway
𝕾𝖙𝖊𝖑𝖑𝖆
did you use wine_cpu_topology for this game? what game is it
Modkiq
ModkiqOP2w ago
I don't know what info is useful from LACT
No description
No description
No description
Modkiq
ModkiqOP2w ago
This is Abiotic Factor I did not, let me try
𝕾𝖙𝖊𝖑𝖑𝖆
you can also expand the overlay and it'll show you utilization in individual cores
Modkiq
ModkiqOP2w ago
Oh, is there a hotkey or something to expand it?
𝕾𝖙𝖊𝖑𝖑𝖆
uhm, i don't think so
Modkiq
ModkiqOP2w ago
if it helps I probably own a game you have too so you can compare more easily Nvm I was already using wine_cpu_topology I am meant to have all the numbers in there right?
Modkiq
ModkiqOP2w ago
No description
𝕾𝖙𝖊𝖑𝖑𝖆
you can try setting the mangohud to full via the config file, or set it to show cpu cores in Mangojuice, or MANGOHUD_CONFIG=read_cfg,full %command% in launch option what's your cpu btw?
Modkiq
ModkiqOP2w ago
Intel core i7-13700KF
𝕾𝖙𝖊𝖑𝖑𝖆
ah yea, that has 8 p-cores so it should be fine
Modkiq
ModkiqOP2w ago
Maybe I made a mistake but I am not getting the hud this time
No description
𝕾𝖙𝖊𝖑𝖑𝖆
ah no, I made the mistake 🥹 missing mangohud sorry mangohud MANGOHUD_CONFIG=read_cfg,full %command%
Modkiq
ModkiqOP2w ago
Thank you, no need to apologize you're really helping me out
Modkiq
ModkiqOP2w ago
No description
𝕾𝖙𝖊𝖑𝖑𝖆
seems like the full didn't work, rip
Modkiq
ModkiqOP2w ago
Unlucky
𝕾𝖙𝖊𝖑𝖑𝖆
perhaps try setting it with mangojuice
Modkiq
ModkiqOP2w ago
Got it 🫡
Modkiq
ModkiqOP2w ago
No description
𝕾𝖙𝖊𝖑𝖑𝖆
do you remember how many fps you got in Windows? uhhh
Modkiq
ModkiqOP2w ago
About 180 I can boot windows rq and check if you want
𝕾𝖙𝖊𝖑𝖑𝖆
it should look more like this thing 🥹
No description
Modkiq
ModkiqOP2w ago
Hahaha
𝕾𝖙𝖊𝖑𝖑𝖆
ohh, uncheck the diagram option
Modkiq
ModkiqOP2w ago
Diagram is already off
𝕾𝖙𝖊𝖑𝖑𝖆
apparently noone on youtube has ran it on a 4080 so it's hard to say how performance should be try toggling it on and off again
Modkiq
ModkiqOP2w ago
I have many games if you want me to test something else You just need "load cpu" and "load per core" on, correct?
𝕾𝖙𝖊𝖑𝖑𝖆
yea i think
Modkiq
ModkiqOP2w ago
still the same
No description
𝕾𝖙𝖊𝖑𝖑𝖆
damn it mangojuice
Modkiq
ModkiqOP2w ago
Haha But maybe the GPU not drawing enough power is the real issue?
𝕾𝖙𝖊𝖑𝖑𝖆
uhm we might need to hit save in Mangojuice 🥹 in the top left you can also show a preview of what it'll look like
Modkiq
ModkiqOP2w ago
I did save it
Modkiq
ModkiqOP2w ago
No description
Modkiq
ModkiqOP2w ago
I will kill it and re open Killing it and re opening fixed the issue
𝕾𝖙𝖊𝖑𝖑𝖆
phew :sweat_nervous:
Modkiq
ModkiqOP2w ago
No description
Modkiq
ModkiqOP2w ago
Maybe I am displaying too much info
Modkiq
ModkiqOP2w ago
here it is in game
No description
𝕾𝖙𝖊𝖑𝖑𝖆
you seem to have a weird horizontal layout
Modkiq
ModkiqOP2w ago
hahaha
Modkiq
ModkiqOP2w ago
No description
𝕾𝖙𝖊𝖑𝖑𝖆
for me all cores are underneath each other
No description
Modkiq
ModkiqOP2w ago
No description
Modkiq
ModkiqOP2w ago
I tried to match yours
𝕾𝖙𝖊𝖑𝖑𝖆
at least it seems like cpu_topology is working and the cpu is boosting to 5300mhz
Modkiq
ModkiqOP2w ago
Yes I noticed I got some fps boost from doing that Very nice
𝕾𝖙𝖊𝖑𝖑𝖆
however the gpu is still not really doing 320W 😕 idk if that's just because mangohud doesn't display the full board power or something else
Modkiq
ModkiqOP2w ago
Do I not have enough power maybe? I have a 850w psu Should be good I think
𝕾𝖙𝖊𝖑𝖑𝖆
should be fine, you would notice hard crashes if it wasn't enough
Modkiq
ModkiqOP2w ago
🥲 Glad I don't have that issue
Modkiq
ModkiqOP2w ago
No description
𝕾𝖙𝖊𝖑𝖑𝖆
no thermal throttling, good, but what is it throttling on 🥹
Modkiq
ModkiqOP2w ago
Should I see if the GPU goes more brrr in a different game maybe (i think that's the technical term)
𝕾𝖙𝖊𝖑𝖑𝖆
yea, that and it would be really interesting to see how many fps you get in windows in this game with the same settings some ~15% drop is expected due to Nvidia it's kind of late for me now though so I won't be on for much longer
Modkiq
ModkiqOP2w ago
Yeah it's super late here too 🥲 I can check the framerate tomorrow in the same game on windows, I have dual boot set up
Modkiq
ModkiqOP2w ago
No description
Modkiq
ModkiqOP2w ago
This is in counter strike This is trhe game I have the most issues with Sometimes I get these unexplainable stutters and they happen no matter what I try
𝕾𝖙𝖊𝖑𝖑𝖆
i think counter-strike 2 is native, isn't it
Modkiq
ModkiqOP2w ago
Yeah, so if anything should work it's this game
No description
𝕾𝖙𝖊𝖑𝖑𝖆
yea the metrics look like poo lol
Modkiq
ModkiqOP2w ago
Why is it only drawing 150-200w 😵‍💫
𝕾𝖙𝖊𝖑𝖑𝖆
unfortunately native games don't always work better than Proton, infact from my experience it's usually Proton that works better, though I would expect CS2, being from Valve, to be relatively playable
Modkiq
ModkiqOP2w ago
The dip at the bottom here is because i alt-tabbed Let me try a modern game I dont have that much installed yet because I just recently moved to linux If you wanna go to bed btw I totally respect that, it's late here too for me I'm still very thankful we managed to find a problem that being my GPU not drawing enough power
Modkiq
ModkiqOP2w ago
Here is Silent Hill f
No description
Modkiq
ModkiqOP2w ago
Can't say it's running, more like crawling 😂 I probably need to tinker with it, ran beautifully on windows. I ran the same commands for this game I did for the previous btw
No description
Modkiq
ModkiqOP2w ago
Even here the CPU is just 27% and my GPU, while drawing a little more power, is still not drawing power
𝕾𝖙𝖊𝖑𝖑𝖆
you're thermal throttling on the cpu 99°
Modkiq
ModkiqOP2w ago
:blobcatholdingitsheadinitshands: Maybe time to look into a better fan or apply some thermal paste
𝕾𝖙𝖊𝖑𝖑𝖆
are you liquid cooling?
Modkiq
ModkiqOP2w ago
No
Modkiq
ModkiqOP2w ago
Old style fan setup I was scared to build with liquids 🙈
𝕾𝖙𝖊𝖑𝖑𝖆
i'm scared to think you have a 253w chip cooled only with air 🙈 i would definitely keep an eye on the temp
Modkiq
ModkiqOP2w ago
The temps aren't crazy in counter strike though!
No description
𝕾𝖙𝖊𝖑𝖑𝖆
anything >95C probably means throttling hmm dang it the gpu isn't even reaching 200W in Counter Strike 😳
Modkiq
ModkiqOP2w ago
And counter strike is so confusing because right now Im getting 249fps, which doesnt seem bad, but im used to getting closer to 400
Modkiq
ModkiqOP2w ago
Yeah this was when from I was doing counter strike
No description
Modkiq
ModkiqOP2w ago
Even ran it for quite some time in an online deathmatch lobby so it's quite busy
𝕾𝖙𝖊𝖑𝖑𝖆
also 73% utilization
Modkiq
ModkiqOP2w ago
But yeah Silent hill f was clearly having issues I need to look into, considering it wasn't even getting stable 20 fps 😂 We can ignore that game for now Do I need to up something in my BIOS maybe? Im guessing theres no nvidia control panel on linux
𝕾𝖙𝖊𝖑𝖑𝖆
there is but extremely barebones 🥹
Modkiq
ModkiqOP2w ago
Unlucky
𝕾𝖙𝖊𝖑𝖑𝖆
lact is meant to be a partial replacement you could try upping your power in lact yup
Modkiq
ModkiqOP2w ago
I maxxed it, will try CS again and see if it's different
𝕾𝖙𝖊𝖑𝖑𝖆
but not sure how effective that will be when it's waiting on something else like cpu
Modkiq
ModkiqOP2w ago
No description
Modkiq
ModkiqOP2w ago
No description
Modkiq
ModkiqOP2w ago
It's drawing less power now? And my framerate is 100 less than last time I booted CS Huh?
Modkiq
ModkiqOP2w ago
I restarted the game to see if it was a fluke
No description
Modkiq
ModkiqOP2w ago
No description
𝕾𝖙𝖊𝖑𝖑𝖆
1 last idea before i go to bed: try changing power profile in lact to 3d_fullscreen
Modkiq
ModkiqOP2w ago
I think I need to download the preset from somewhere? Or I may be blind
𝕾𝖙𝖊𝖑𝖑𝖆
unless that's an AMD only thing :s3scared:
Modkiq
ModkiqOP2w ago
:Banana_Face: Didn't think I would become a second class citizen on linux for having a nvidia setup Well, maybe it's time for bed for both of us I truly appreciate you helping me out. You know a lot more than me that's for sure
Modkiq
ModkiqOP2w ago
Going to bed in a second, but for what it's worth, it's doing 300W on Windows (the dips were due to loading screen and me alt tabbing)
No description
𝕾𝖙𝖊𝖑𝖑𝖆
what kind of performance were you getting on Windows?
Modkiq
ModkiqOP2w ago
On counter strike I was getting about 350-400fps using the same settings And more importantly, when I changed settings like resolution there was a significant improvement going down to for example 1080p But on bazzite changing to 1080p down from 4k makes zero difference
Modkiq
ModkiqOP2w ago
I would expect 4k to run worse than 1080p, but it just doesn't on bazzite for me In counter strike 2 specifically, havent tested other games
𝕾𝖙𝖊𝖑𝖑𝖆
when you don't get any fps change from changing resolutions, it usually means you're cpu bottlenecked
Modkiq
ModkiqOP2w ago
But like we saw yesterday while playing CS the CPU never went above 30% use And all the individual cores looked to be chilling I asked in the #🎮bazzite chat today if anyone had any clues and they basically told me that it could just be that nvidia + intel is kind of shit on linux, especially the 4080, so I should wait for patch I would feel better if I found a way to at least increase the power consumption so I know the GPU is "trying"
𝕾𝖙𝖊𝖑𝖑𝖆
was that on the same settings? was DLSS on or off?
Modkiq
ModkiqOP2w ago
DLSS off Same settings but I changed resolution I tried using different presets but randomly hoping to find some magic combination but no luck To me it seems there is just something prohibiting my GPU (and maybe cpu?) from using all their resources
𝕾𝖙𝖊𝖑𝖑𝖆
have you tried high performance mode?
Modkiq
ModkiqOP2w ago
How would I activate that?
𝕾𝖙𝖊𝖑𝖑𝖆
in the KDE Plasma widget for power and battery
No description
𝕾𝖙𝖊𝖑𝖑𝖆
basically what it does is run your cpu at full speed all the time
Modkiq
ModkiqOP2w ago
In battery management? Not sure how I get to that screen you're on
𝕾𝖙𝖊𝖑𝖑𝖆
power and battery, on the bottom right of the taskbar its probably hidden in an advanced menu or something
Modkiq
ModkiqOP2w ago
Oh sweet, I set it to performance I am playing civilization with some friends right now so I unfortunately can't hop on anything else currently Though I can say cpu usage remained the same in this game after changing this, and power consumption still at a steady 195w similar to yesterday while gaming Maybe the others are right and it's an issue with bazzite in general and I need to wait for a patch
𝕾𝖙𝖊𝖑𝖑𝖆
i would say the 4080 is not using its full power because the cpu isn't using its full power, but I've no clue why the cpu isn't using full power, especially with the cpu topology launch option applied
Modkiq
ModkiqOP2w ago
Yeah, that's probably it
𝕾𝖙𝖊𝖑𝖑𝖆
perhaps there's some BIOS setting that Windows ignores but Linux obeys that regulates how much power the CPU is allowed to use or something
Modkiq
ModkiqOP2w ago
Maybe I should look into that
𝕾𝖙𝖊𝖑𝖑𝖆
yea perhaps look into your BIOS, and see if you can find an option to unlock limits or something have you updated your BIOS to the latest version btw?
Modkiq
ModkiqOP2w ago
That's a good call :noddingknight: Honestly I havent updated my bios in forever
𝕾𝖙𝖊𝖑𝖑𝖆
that's not good
Modkiq
ModkiqOP2w ago
Yeahhh
𝕾𝖙𝖊𝖑𝖑𝖆
the raptor lake CPUs have some critical problems with degradation
Modkiq
ModkiqOP2w ago
I will get on that actually
𝕾𝖙𝖊𝖑𝖑𝖆
you should update BIOS asap
Modkiq
ModkiqOP2w ago
I looked that I am not affected by this at least
𝕾𝖙𝖊𝖑𝖑𝖆
you are affected
Modkiq
ModkiqOP2w ago
😵‍💫 I could have sworn I was good Maybe I read wrong info
𝕾𝖙𝖊𝖑𝖑𝖆
every K SKU from 13th and 14th gen
No description
𝕾𝖙𝖊𝖑𝖑𝖆
and some more
Modkiq
ModkiqOP2w ago
I'll update it asap after my friends are done going to war vs each other in civ
Advil
Advil2w ago
Pardon me for jumping in here: There are a lot of bios settings on modern boards that you REALLY don't want to enable that talk about performance. Update the BIOS first, and reset it to defaults. As for the CPU deg, ALL the 13th and 14th gen do it, all updating your bios does is stop/massively slow the deg that already happened. But it can't be reversed. Let's assume that's not your current problem as your PC isn't crashing which is the normal way that problem shows itself.
Modkiq
ModkiqOP2w ago
Thanks for the advice, I will start by just updating my bios
𝕾𝖙𝖊𝖑𝖑𝖆
on a sidenote, if your CPU dies, you can get a replacement from Intel, they extended their warranty on them to 5 years
Modkiq
ModkiqOP2w ago
Nice! Luckily my CPU is working for now at least :Clueless:
𝕾𝖙𝖊𝖑𝖑𝖆
however if you were affected you would likely be seeing game crashes and Blue Screen of Death / kernel panics, people that are affected by these said that they needed to downclock their cpu more and more because it became more and more unstable, like down to 4.5GHz but a couple of days later it needed 4.4GHz to be stable, and at that point you can literally throw it in the trash because it's only gonna get worse any damage done to the cpu is permanent and can't be reversed, even by bios updates, they can only slow down the issue, not cure it
Modkiq
ModkiqOP2w ago
Yeah I haven't had any of those symptoms My CPU has ran beautifully at least up until I switched to linux a week ago I'm so scared doing this 😂
Modkiq
ModkiqOP2w ago
No description
Modkiq
ModkiqOP2w ago
See you on the other side gamers
𝕾𝖙𝖊𝖑𝖑𝖆
it has BIOS flashback so you should be safe
Modkiq
ModkiqOP2w ago
If I brick my computer... Maybe it's for the best
𝕾𝖙𝖊𝖑𝖑𝖆
you can't brick it even if something goes wrong during the update, you can just BIOS flashback it
Modkiq
ModkiqOP2w ago
In my fantasy where I brick my computer it can... Jokes aside thanks for pointing out updating my bios Best case scenario it solves the issue, worst case scenario it still makes my cpu live a lot longer It's a win either way
𝕾𝖙𝖊𝖑𝖑𝖆
oh and your bios settings will probably be reset, including things like secure boot
Modkiq
ModkiqOP2w ago
There was also an ME Firmware updater i downloaded It was a .exe should I just run this in windows? Shout-out to my 3 keyboards, 3 mice and 5 hubs
Modkiq
ModkiqOP2w ago
No description
Modkiq
ModkiqOP2w ago
Are there any bios changes you recommend while I'm here?
AgentElrond
AgentElrond2w ago
I just want to say I hope this problem gets resolved, it's interesting
Modkiq
ModkiqOP2w ago
Thanks elrond, and I appreciate you trying to help me earlier today!
AgentElrond
AgentElrond2w ago
My pessimistic feeling continues to be that nVidia's driver and/or the Vulkan architecture + the nVidia driver aren't as efficient as Windows (at least not yet)
Modkiq
ModkiqOP2w ago
😅 yeah...
𝕾𝖙𝖊𝖑𝖑𝖆
i agree, but it shouldn't be something like 200fps slower though
Modkiq
ModkiqOP2w ago
I should turn Intel rapid storage on?
𝕾𝖙𝖊𝖑𝖑𝖆
disable secure boot
AgentElrond
AgentElrond2w ago
Since that might explain the GPU maxing out, but not using as much power -- maybe there's some easier processing that's time-consuming yet less power-consuming? I'm not an expert in that domain.
𝕾𝖙𝖊𝖑𝖑𝖆
no, don't bother with that crap
Modkiq
ModkiqOP2w ago
Ohh I think I had it enabled before But I might have made that up Anything else or just save and boot? I trust you guys with my life at this point Btw, I get 4 boot options for some reason, idk if normal Fedora (bazzite), windows, and two options for UEFI PNY Maybe this is normal I just don't know what they are
Modkiq
ModkiqOP2w ago
No description
AgentElrond
AgentElrond2w ago
you have 2 flash drives plugged in?
Modkiq
ModkiqOP2w ago
1
AgentElrond
AgentElrond2w ago
oh it has 2 partitions
Modkiq
ModkiqOP2w ago
But the 4 options are always there even when I unplug it
AgentElrond
AgentElrond2w ago
you better not be able to boot off the flash drive while it's unplugged, that means you're haunted
Modkiq
ModkiqOP2w ago
It could be something weird like it's thinking my weird GameCube controller is a drive I have some weird stuff plugged in
AgentElrond
AgentElrond2w ago
You know if you're having weird computer problems, unplugging your 3 mice, 5 hubs, weird hacked controllers etc. is a good way to rule things out
Modkiq
ModkiqOP2w ago
No description
AgentElrond
AgentElrond2w ago
then boot basic Bazzite
Modkiq
ModkiqOP2w ago
It's pretty cool you gotta admit Ahahah
AgentElrond
AgentElrond2w ago
"it turns out Linux is 200 fps slower if the glowing gamecube controller is plugged in"
Modkiq
ModkiqOP2w ago
Hahahahhaa I will boot and try a game before unplugging anything first to see if the bios change alone helped Then I'll try unplugging shit Probably doesn't help that I'm using an xlr mic plugged into a preamp
Modkiq
ModkiqOP2w ago
Damn I'm having a skill issue
No description
Modkiq
ModkiqOP2w ago
None of these bazzites boot I got into windows though Should I run that ME Update Tool?
𝕾𝖙𝖊𝖑𝖑𝖆
in my experience the 5000 mice and keyboard thing is probably due to gaming mice getting detected as multiple keyboards with the extra buttons
AgentElrond
AgentElrond2w ago
I have no advice now, just listening
Modkiq
ModkiqOP2w ago
Maybe I didn't save turning off secure boot
𝕾𝖙𝖊𝖑𝖑𝖆
oh shit
Modkiq
ModkiqOP2w ago
I should turn on XMP right Asus performance enhancement 3.0???
𝕾𝖙𝖊𝖑𝖑𝖆
yea what happens when you boot bazzite
Modkiq
ModkiqOP2w ago
It said something about a kernel signature
AgentElrond
AgentElrond2w ago
that sounds like secure boot
Modkiq
ModkiqOP2w ago
I'll try again in a minute
AgentElrond
AgentElrond2w ago
did you turn it off as suggested earlier?
𝕾𝖙𝖊𝖑𝖑𝖆
please send screenshot or picture rather
Modkiq
ModkiqOP2w ago
I thought I did but maybe I didn't save it Windows UEFI mode should be set to "other os" right
𝕾𝖙𝖊𝖑𝖑𝖆
i think on ASUS boards, you set the Secure Boot to 'Other OS' to disable it
Modkiq
ModkiqOP2w ago
No description
Modkiq
ModkiqOP2w ago
Let's try again Also turning on XMP and Asus performance enchancer 3.0 or whatever it was called
𝕾𝖙𝖊𝖑𝖑𝖆
make sure to save when you exit
Modkiq
ModkiqOP2w ago
Yes boss Rebooting now I regret not uploading a funny boot image to replace the asus logo Ah well what to do We are back on bazzite
𝕾𝖙𝖊𝖑𝖑𝖆
phew :sweat_nervous:
Modkiq
ModkiqOP2w ago
I have a good feeling about this Manifesting frames rn Gamers....
Modkiq
ModkiqOP2w ago
im not gonna scream success yet.... but i have not seen it this high yet and im only on the main menu
No description
𝕾𝖙𝖊𝖑𝖑𝖆
i was gonna say don't be disappointed when it changes nothing perhaps it's due to asus performance enhancement??
Modkiq
ModkiqOP2w ago
Performance is pretty much the same and the GPU seems to have gone back down to where it was before :Think:
Modkiq
ModkiqOP2w ago
Im having some stuttering now it seems maybe related to shaders not being cached but my CPU usage is higher than before Seeing it stutters down from 200fps to 75 which didn't happen before
𝕾𝖙𝖊𝖑𝖑𝖆
i feel really bad now we've made it worse than before somehow
Modkiq
ModkiqOP2w ago
Framerate still remains the same when switching from 4k to 1080p lmao Nahh don't feel bad at all It was about time I updated the bios
AgentElrond
AgentElrond2w ago
I mean to be completely fair don't the new gen Intel CPU fixes literally reduce CPU performance Since your CPU was mostly idle before though, that shouldn't affect framerate much... 🤔
Modkiq
ModkiqOP2w ago
Maybe the framerate will go back to where it was when all the shaders are loaded Let me try a different game
AgentElrond
AgentElrond2w ago
I would definitely wait on shader compilation, that's gonna mess with everything
Modkiq
ModkiqOP2w ago
The fact that it momentarily used more power tells me we're on the right path
𝕾𝖙𝖊𝖑𝖑𝖆
yes, but I'd take a slower cpu over a dead cpu any day. And the patches impact was minimal I believe less than 5%
𝕾𝖙𝖊𝖑𝖑𝖆
although some people are saying that the degradation can never be truly patched and would require massively reduced clock speed which is obviously unacceptable there were still reports of degradation as late as July 2025 which lines up with this theory
Modkiq
ModkiqOP2w ago
Abiotic factor which I also tried yesterday. 10 frames less than before but thats probably within margin of error
No description
Modkiq
ModkiqOP2w ago
Wonder what made power consumption actually go high when i first loaded CS2 after the update. First time ive seen it happen. Glad it at least CAN happen
𝕾𝖙𝖊𝖑𝖑𝖆
is that forced to the p-cores?
Modkiq
ModkiqOP2w ago
Yes I did not edit anything Curiously in this game also changing the resolution does nothing with the framerate. (???)
𝕾𝖙𝖊𝖑𝖑𝖆
weird it's showing high load across cores 0-19
Modkiq
ModkiqOP2w ago
mangohud MANGOHUD_CONFIG=read_cfg,full WINE_CPU_TOPOLOGY=16:0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15 %command% is my launch settings Have not changed them since yesterday
𝕾𝖙𝖊𝖑𝖑𝖆
hmm yea perhaps it's unrelated cpu load from somewhere else
Modkiq
ModkiqOP2w ago
I will try plugging out some random stuff on my pc to see if it helps 3 weird controllers plugged out Glowing gamecube controller, normal gamecube controller and junkfood arcade controller Also an extra headset
𝕾𝖙𝖊𝖑𝖑𝖆
you could try something like WINE_CPU_TOPOLOGY=8:0,1,2,3,4,5,6,7 to see if it's working correctly, you should see load of the game only on the first 8 threads
Modkiq
ModkiqOP2w ago
🫡 Plugging out my glowy controllers seem to have no changed anything Though CS is back to how it felt yesterday so I think it was just some shadercache stuttering Now to try cpu topology
𝕾𝖙𝖊𝖑𝖑𝖆
I swear I'm ready to migrate to Ryzen despite the high cost, this hybrid core situation is really exhausting
Modkiq
ModkiqOP2w ago
After i updated the bios abiotic has started crashing. But it also did this when i first installed the game so i think I need to re-tinker it Haha when I need a new pc i will heavily consider AMD over nvidia and intel Abiotic already was crashing on the main menu before but I managed to fix it with some tinkering, this is exactly how it was before. I will find a new game to test instead of this one What's all the rage these days Escape from Duckov gotta be it Launch options are: mangohud MANGOHUD_CONFIG=read_cfg,full WINE_CPU_TOPOLOGY=8:0,1,2,3,4,5,6,7 %command% Performance is better than on windows actually haha
Modkiq
ModkiqOP2w ago
No description
Modkiq
ModkiqOP2w ago
oops my framerate was capped
Modkiq
ModkiqOP2w ago
No description
𝕾𝖙𝖊𝖑𝖑𝖆
weird 307 watts!! we got over 300 watts
Modkiq
ModkiqOP2w ago
!!!!
No description
𝕾𝖙𝖊𝖑𝖑𝖆
:slowclap:
Modkiq
ModkiqOP2w ago
For the first time ever And performance is great Wow I'm speechless Escape from Duckov was the one to do it
𝕾𝖙𝖊𝖑𝖑𝖆
i don't think that cpu_topology is working though
Modkiq
ModkiqOP2w ago
Now I need to try civilization, it's usually CPU heavy Freaking map games, man
𝕾𝖙𝖊𝖑𝖑𝖆
it's not only loading the first 8 threads
Modkiq
ModkiqOP2w ago
Dude I'm getting way higher FPS in civilization
𝕾𝖙𝖊𝖑𝖑𝖆
that's nice
Modkiq
ModkiqOP2w ago
I had it capped at 90 previously and it wouldn't hit that consistently, now I am getting upwards of 150 BTW! Do you think I should keep "Allow background processing of vulkan shaders" enabled on Steam?
𝕾𝖙𝖊𝖑𝖑𝖆
if you do you'll see higher cpu usage in the background, i find it kind of annoying when the fan randomly gets loud
Modkiq
ModkiqOP2w ago
It lets me launch games quicker so I dont mind it
𝕾𝖙𝖊𝖑𝖑𝖆
try cs2 maybe? that was the one you had most trouble with
Modkiq
ModkiqOP2w ago
CS2 seems to run mostly the same as yesterday Stutters seem to be more frequent but maybe just related to shaders
𝕾𝖙𝖊𝖑𝖑𝖆
was that with cpu topology set to 8 or 16?
Modkiq
ModkiqOP2w ago
Oh I never used cpu topology for civ But it runs great now!
𝕾𝖙𝖊𝖑𝖑𝖆
so you would say the bios update improved it?
Modkiq
ModkiqOP2w ago
Yes
𝕾𝖙𝖊𝖑𝖑𝖆
and perhaps asus enhancement
Modkiq
ModkiqOP2w ago
Massively so
𝕾𝖙𝖊𝖑𝖑𝖆
I'm curious what would happen if you turned the asus enhancement thing off again
Modkiq
ModkiqOP2w ago
Let's find out
𝕾𝖙𝖊𝖑𝖑𝖆
if that helps with performance, perhaps i should try that too
Modkiq
ModkiqOP2w ago
Im back Launching civ
AgentElrond
AgentElrond2w ago
@Modkiq I turn the background thing off I thought it just means you'll have to compile them when you launch a game, which is slow but maybe it means better performance if that isn't happening
Modkiq
ModkiqOP2w ago
Lol, performance in civ is even better now that I turned off performance enchancer 3.0 Let me check Duckov again
Modkiq
ModkiqOP2w ago
Civilization runs natively so maybe it has the linux buff
Modkiq
ModkiqOP2w ago
Duckov running slightly better also. In low action areas like your base I was getting 240+ fps which I was definitely not getting prior
No description
Modkiq
ModkiqOP2w ago
But it does say it's throttling now which it wasnt before but i dont feel it in game
𝕾𝖙𝖊𝖑𝖑𝖆
yea it's power throttling because it actually reached 321w for the first time :blobhyperhug:
Modkiq
ModkiqOP2w ago
im so proud of my gpu for being power hungry he will grow up to be a big boy Just for fun I will launch silent hill f again which didnt run at all last time I need to edit some settings surely
𝕾𝖙𝖊𝖑𝖑𝖆
wasn't that running at 20fps? 😖
Modkiq
ModkiqOP2w ago
Hahaha It was the first time I ran it on linux I definitely need to tinker with it
𝕾𝖙𝖊𝖑𝖑𝖆
perhaps it has some really bad raytracing turned on
Modkiq
ModkiqOP2w ago
from 24 fps yesterday to 32 by doing nothing else
No description
Modkiq
ModkiqOP2w ago
No wonder it's running like shit everything is maxxed
𝕾𝖙𝖊𝖑𝖑𝖆
that's still kind of crap though
Modkiq
ModkiqOP2w ago
Yeah but I hadn't changed any settings
Modkiq
ModkiqOP2w ago
No description
Modkiq
ModkiqOP2w ago
Runs beautifully after changing things to high preset
𝕾𝖙𝖊𝖑𝖑𝖆
now you're cpu bottlenecked or something try wine_cpu_topology wait
Modkiq
ModkiqOP2w ago
Im happy with this performance
No description
𝕾𝖙𝖊𝖑𝖑𝖆
is this capped at 60 fps?
Modkiq
ModkiqOP2w ago
Yeah it was capped Uncapped it's running 90 80-90
𝕾𝖙𝖊𝖑𝖑𝖆
ahh that makes sense 4K?
Modkiq
ModkiqOP2w ago
I think this might be better than on windows Yes but DLSS is on, that's my dirty secret This game doesn't let you turn off anti aliasing
𝕾𝖙𝖊𝖑𝖑𝖆
217w that's still not great though hmm
Modkiq
ModkiqOP2w ago
Why did escape from duckov do it out of everything Unity game maybe? Let's try cry engine
𝕾𝖙𝖊𝖑𝖑𝖆
perhaps dx11
Modkiq
ModkiqOP2w ago
Kingdom Come 2 drawing 280-290w, can't imagine this game runs dx11
𝕾𝖙𝖊𝖑𝖑𝖆
not bad
Modkiq
ModkiqOP2w ago
!!! Changing the resolution to 1440p actually improved my framerate but why doesn't it happen in CS CS also does not consume power I wanna say Kingdom come 2 runs about the same as on windows from my (perfect) memory Let me try CS again now that we turned off performance enhancer
𝕾𝖙𝖊𝖑𝖑𝖆
did that even make any difference so far? :ThinkingEmoji:
Modkiq
ModkiqOP2w ago
Turning it off gave me better performance in both civ and duckov Only slightly in duckov but every frame counts Power consumption still low, still getting stutters but not anywhere near as bad as it was before. Might have helped but hard to say if it's the setting or more shaders being cached Gut feeling telling me the game feels better Im gonna try turning off background shader compiling and launching it again So my average fps is definitely higher
Modkiq
ModkiqOP2w ago
But Im getting very significant stutters now
No description
Modkiq
ModkiqOP2w ago
And I am seeing that my GPU usage goes from 99% to 60% to 90% back to 70% all the time
AgentElrond
AgentElrond2w ago
@Modkiq do you have a disk usage graph up I'm curious if you're seeing brief hits
Modkiq
ModkiqOP2w ago
Where can I see a disc graph
No description
Modkiq
ModkiqOP2w ago
The first and final dip are me alt tabbing But you can see how it suddenly dips briefly by itself
Modkiq
ModkiqOP2w ago
It's like you can see every time I stutter. been keeping an eye on this graph, and every time it dips I stutter in game
No description
Modkiq
ModkiqOP2w ago
As far as I can tell it's not related to anything happening in game. Even in an empty map standing in the same area this happens. I had stutters previously but not like this
No description
Modkiq
ModkiqOP2w ago
I will try some launch options I found on proton db 😇
AgentElrond
AgentElrond2w ago
System Monitor might have disk options, not sure
Modkiq
ModkiqOP2w ago
Stuttering still happening but they are less frequent and much shorter lasting
No description
Modkiq
ModkiqOP2w ago
Huge progress I don't think I ever saw my fps counter hit 300 on Linux and now it does sometimes. The game feels really smooth for the first time since switching from windows, stutters aside If I can eliminate these stutters I will be happy and consider this solved I cannot find any disk history but I will try installing the game on a different one
Modkiq
ModkiqOP2w ago
Also! A sidenote, I (unfortunately) am stuck on Wifi. I have accepted my wifi fate, but on Windows my download speed was stuck on like 200-300mbps. It makes zero sense to me, but without changing any network settings or anything my wifi speed has almost doubled(???)
No description
AgentElrond
AgentElrond2w ago
I only asked because I wondered if your SSD was getting pinged for shader compilation or loading
Modkiq
ModkiqOP2w ago
Very valid
AgentElrond
AgentElrond2w ago
Very periodic drops in a framerate chart make me think either disk activity or network activity
Modkiq
ModkiqOP2w ago
It is happening offline tooso probably not network Unless network still affects my game even if im playing offline (but am connected to the internet) I will now attempt CS on a different disk 🪄 🎩 It is taking its sweet time processing shaders for the first time 😂 Oh well if it means less stuttering I'm all for it
Modkiq
ModkiqOP2w ago
My CPU is doing its best
No description
Modkiq
ModkiqOP2w ago
Enough to give Stella a heart attack probably
No description
AgentElrond
AgentElrond2w ago
good golly 🧯
𝕾𝖙𝖊𝖑𝖑𝖆
nooooo, i want to live 💔
Modkiq
ModkiqOP2w ago
Somehow it's only 41c I was expecting it to be on fire You know I recently switched to open back headphones So now I truly hear every time my pc is getting ready for takeoff So I kind of wish I went with water cooling Holy, how did it become 4am Good thing I don't work tomorrow
𝕾𝖙𝖊𝖑𝖑𝖆
i slept the whole day because i was tired and now i'm awake 🦉 soon™ I'll manage to completely invert my day night cycle :TS3Sellout:
Modkiq
ModkiqOP2w ago
Still getting a lot of stutters sadly
No description
Modkiq
ModkiqOP2w ago
The power consumption also acting unstable
No description
Modkiq
ModkiqOP2w ago
(68w because I was tabbed out taking the screenshot) Playing other games the power consumption looks way smoother I am probably tunnel visioning too much on power draw But the two graphs above look so similar to me lol When I get a framedrop it uses less power and less gpu
Modkiq
ModkiqOP2w ago
Here is me panning the map like crazy in civ 7's endgame, this leads to framedrops (as expected) but not anywhere as bad as in CS. I am not getting those sharp drops
No description
No description
Modkiq
ModkiqOP2w ago
Here is me running Kingdom Come 2 (on too high settings honestly I need to lower them a bit)
No description
No description
Modkiq
ModkiqOP2w ago
CS is really unstable in comparison is the point Im trying to make But maybe it's just CS sucking on linux I always got those stutters and performance could be really crappy one day and pretty good the next seemingly based on the direction the wind blows
𝕾𝖙𝖊𝖑𝖑𝖆
i suggest checking protondb
Modkiq
ModkiqOP2w ago
Yeah I checked, I even found some github threads (didnt even know that wa sa thing) But what to do Still, after everything we managed to get my CPU to perform and my GPU to consume power. I am getting better performance in multiple games, and my bios is updated probably saving the future of my CPU, and we learnt that Performance Enchancer 3.0 sux I think I wanna say this is solved Huge improvements were made, I just need to figure out this 1 game So thank you very much for your help Stella, I truly appreciate you, you've spent so much time helping me and you've been really patient with my lack of basic linux knowledge
AgentElrond
AgentElrond2w ago
I feel like when you're getting in to several hundred fps, outside of twitch games like CS, you might want to put a framerate cap
Modkiq
ModkiqOP2w ago
Yeah I usually do this to keep it stable unless it's an esport shooter
AgentElrond
AgentElrond2w ago
I prefer getting like 120 fps and it be really stable, over 180 fps jumping up and down
Modkiq
ModkiqOP2w ago
CS Im used to capped 400fps but I think when I figure out the stuttering (or valve updates the game) I'd be happy with like 260 for linux Good enough The stuttering happened even when I capped fps btw, like there's something wrong Also happened on empty maps when nothing was happening So Im a bit lost But probably a CS issue I will experiment with some launch options Stella would you mind if I sent you a DM (not tech support i promise)
𝕾𝖙𝖊𝖑𝖑𝖆
sure you can I'll go to bed now, but I'm glad we were able to fix the power draw, even if it wasn't the solution i expected :coolfingergunscry: still struggling to understand why a bios update of all things fixed it ngl
Modkiq
ModkiqOP2w ago
Maybe my bios was terribly configured haha The reset might have helped, idk We improved like all games except 1, so this is a win in my book
Keusch
Keusch2w ago
Seeing how your cpu in some screenshots is getting semi baked, I wouldn't be surprised if it was throttling My i5 13600k runs pretty okay on bazzite, 1% lows improved marginally for cs2 and stutters are pretty much absent now So I saw an increase in stability compared to windows At full load, my cpu tops out at 75C which is healthy, your cpu at a low load hitting over 90C is batshit insane Either your fan curves are fucked or your cooling is not enough Another thing to note about 13th gen intels is that a lot of them out of the box have their voltage fucked which makes them run hotter than they should That should be a fairly basic fix on bios
Modkiq
ModkiqOP2w ago
I will definitely look into the cooling situation. However I do want to mention that I think 80c is the hottest I ever saw it get while playing CS, it's usually sitting around 70-75. It did reach 90 in Silent Hill f and curiously had pretty low load so you are probably right here. I'll look into it
Modkiq
ModkiqOP2w ago
After the changes we did I am getting massive improvement to fps in CS and without the stutters it's running beautifully. Also, while mangohud is telling me the CPU is running really hot, I downloaded "Cpu monitor" and it claims it's running only 37c, so I don't know what to believe. Are there other benchmark programs I can use to verify these numbers? I notice that mangohud is very ofte fluxuating the temperature especially. It can't go from 80c to 60c in one second like mangohud claims
No description
Keusch
Keusch2w ago
My cpu fluctuated in the past because of the aforementioned fucked up voltage out of the box There's a few reddit posts about people easily fixing that in bios It should cut back on your cpu power draw which means less heat and more stability if you are nearly psu limited I think mine was set to 1.35 as stock and I undervolted it down to 1.05 I would have to check it later when I get off work
Modkiq
ModkiqOP2w ago
Stuttering in CS seems to be gone today :) I think it was just some shader issue Getting the performance I'd expect too But Im still happy to try the changes you recommend Keusch to see if it gets even better
Keusch
Keusch2w ago
Those are changes related to the quirks of the 13th gen itself Intel made a lot of oopsies when they released it
camilla
camilla2w ago
honestly i gave up on bazzite and didnt found soultion, i am now on bluefin with flatpak steam+gamemode and game works, try cachyos/pikaos to see how much fps u can get from your hardware @Modkiq

Did you find this page helpful?