I’m finding that my Framework 16 barely holds its own against some older games on high settings, like Just Cause 3. I had to turn down the resolution to get a snappy framerate. It even got a bit choppy in a Half Life 2 level!
Is anyone planning a better graphics card for this? How hard would it be to make one? I would imagine cooling, PCIe signaling, and GDDR signaling to be some of the top challenges.
Yes, I have the dGPU. I’ve checked that it is active in games. It’s also pretty apparent when it’s active since it gets quite hot. When the integrated graphics are active, the heat is centered under the keyboard instead of at the back.
I feel like there is something wrong if you are getting choppy framerates in Half-Life 2. That’s a 20 year old game. I’m pretty sure I played it with perfect framerates on a laptop with a mediocre dedicated graphics card like 10-12 years ago.
I’ve noticed the Vulkan transpiler seems to be less efficient at very old games. I suspect this is just due to suboptimal code and maybe a piorly optimized level.
I’ve been gaming on the 780m (finally decided to buy the dGPU a couple days ago) and this is not the experience I’ve had. While I have HL2 installed, I haven’t played it much but I would expect it to run smooth as butter. I’ve been playing Overwatch, WoW, Baldurs Gate 3, and etc. without much issue on the integrated graphics. Not maxed out, naturally, but medium settings and getting 60-120 fps.
Are you sure there isn’t some other issue going on?
Is this in Linux? If so try enabling vsync in the game. For me on KDE Wayland I’ve had to enable vsync or else whenever I move my mouse things get really choppy.
Arch Linux on Hyprland. The main issue for me might have been heat on that Halflife 2 session. It was sitting on plush cushions and the choppy scene happened while the keyboard was uncomfortably hot. I break thibgs a lot though, so as long as I can fix it when I drop it or spill something, I’ll take a bit of excess heat.
Just Cause 2 on highest settings seems to actually be choppy pretty much immediately at full resolution, but theres usually a period of reasonable performance until the system (quickly) heats up.
All that said, amdgpu_top shows 50-70C max.
Do folks think this isnt a performance-per-watt issue that could be mitigated with newer silicon?
What kind of average framerate are you getting in Half-Life? I haven’t played it in over a decade, but it was only $1.99, so I downloaded it and played for an hour or so this evening. Native resolution, all settings maxed out, set to sync with display refresh rate. It was rock solid at 165FPS with nary a hitch. As would kind of be expected for a 20 year old game that I don’t think took beastly hardware to run, even when it released (assuming I’m remembering that correctly). Granted, this was on Windows, not Linux.
Either way, it’s certainly not an issue with the raw power of the GPU or CPU.
I feel like folks are really zooming in on this Half Life 2 comment. There was one choppy scene (boss fight with the bug bait and multiple helicopters), and the laptop was very suboptimally cooled. Other than that, Half Life 2 was perfectly smooth on max settings. And i think that was a thermal issue because the laptop was very hot.
It’s the more modern games like Just Cause 3 that I wish would perform better. Ideally more cooling, a newer GPU, or both. These also get very hot, and i wouldn’t be surprised if the system is thermally limited. I have no reason to suspect driver problems.
I haven’t experienced excessive heat, or choppiness in any of the games that I play - Hell, Cyberpunk 2077 on Ultra (RT OFF… Radeon isn’t built for that…) Nets me about 70-80 FPS and GPU temps stay below 75 degrees.
Things to note… The mesa drivers are what you want. You do not want “amdgpu”. AMD Drivers are built into the linux kernel.
If I remember correctly, amdgpu is for the “pro” series cards - not for gaming.
I am willing to bet that this is a major part of your performance woes.
Have you seen the “uneven CPU thermals” thread? I’d do a benchmark with Cinebench R23 and check if you’re being affected by the thermal issue. It could explain the poor performance.
Aside from that, this laptop is powerful but it’s not magic, a lot of more recent games are targeting modern desktop hardware that’s much more powerful and can draw more power. I remember trying out Dragon’s Dogma 2 on it and I had to tune the graphics way down to get it to an acceptable framerate. Better components would need better cooling and allow for more power draw than a laptop with these dimensions can deliver.
My understanding is that amdgpu provides the kernel level drivers and then mesa provides the vulkan and etc. libraries on top of it. So the two work in tandem. Perhaps you’re thinking of the amdgpu-pro driver, which is different.
GPU drivers are in the kernel already.
For graphics API support you need `mesa` and `vulkan-radeon`, if you use Steam you will also require the 32-bit variants of these.
Do not use `amdvlk`, it does not work well with games.
Will show the kernel built in drivers.
amdgpu is the gpu specific kernel driver.
drm is the layer above that the userspace mesa driver talks to. mesa has some gpu specific code in it also.
The is also a separate “amdgpu” driver, that one can download from amd Web site. With modern os and linux kernels, it’s best not to use the one from the amd Web site.