Announcement
Collapse
No announcement yet.
Linux 5.16 Has A Nice Performance Gift For AMD Ryzen Laptops With Radeon Graphics
Collapse
X
-
Interestingly, the improvements were also in one benchmark where in the Windows 11 vs. Linux benchmarks the Windows performance was ahead. Not enough to reach parity though.
Unfortunately there are not many benchmarks in common between this article and the Windows vs. Linux article.
- 1 like
Leave a comment:
-
Originally posted by tuxd3v View PostDoesn't the last BIOS update solve it?
It seems the last bios has a Linux new config..
- 1 like
Leave a comment:
-
Originally posted by make_adobe_on_Linux! View PostThe most exciting part about 5.16+ is the fixes for this laptops sleep system. So many people are suffering from these bugs (a lot of power usage in s3, no ability to use s0ix):
https://forums.lenovo.com/t5/Other-L...ms/m-p/5098254
https://forums.lenovo.com/t5/Other-L...ts/m-p/5098252
https://forums.lenovo.com/t5/Ubuntu/...x/m-p/4247014?
It seems the last bios has a Linux new config..
Leave a comment:
-
Originally posted by partcyborg View Post
That's not how Linux works. A distribution can't be "designed" for a specific kernel version. Pop OS may not provide prebuilt kernel packages for the latest kernel version, but there is literally nothing stopping you from compiling and installing your own from vanilla sources. Provided you do this correctly it would work absolutely fine
Leave a comment:
-
Originally posted by make_adobe_on_Linux! View PostThe most exciting part about 5.16+ is the fixes for this laptops sleep system. So many people are suffering from these bugs (a lot of power usage in s3, no ability to use s0ix):
https://forums.lenovo.com/t5/Other-L...ms/m-p/5098254
https://forums.lenovo.com/t5/Other-L...ts/m-p/5098252
https://forums.lenovo.com/t5/Ubuntu/...x/m-p/4247014?Thanks!
Update: Can confirm that the performance has increased in CS:GO. Whereas I had slightly below 60 fps on average with kernel 5.15, mesa 21.3 and the new Vulkan option at 1080p in fps_benchmark.bsp, it now goes up to about 80 fps on average with the 5.16 RC6 kernel. Haven't tried mesa 22 though.
- 2 likes
Leave a comment:
-
Originally posted by gfunk View Post
I have a T14, I play games and I have sleep and battery drain issues.. So happy to see these improvements! I'm on pop OS though which is not really designed for using newer kernels
- 5 likes
Leave a comment:
-
Originally posted by MichaelI did run some benchmarks on a completely different laptop featuring a Ryzen 5 5500U. That Zen 3 laptop too is seeing nice uplift on Linux 5.16 across various graphics tests
- 2 likes
Leave a comment:
-
Originally posted by make_adobe_on_Linux! View PostThe most exciting part about 5.16+ is the fixes for this laptops sleep system. So many people are suffering from these bugs (a lot of power usage in s3, no ability to use s0ix):
Leave a comment:
-
Originally posted by marlock View Post
didn't this kernel include some work on AMD's cpu governor?
You can check if your config contains CONFIG_X86_AMD_PSTATE
If you are running 5.16 with amd-pstate enabled, you can add the following to your GRUB:
Code:amd_pstate.enable=1 amd_pstate.shared_mem=1
Code:$ dmesg | grep -i pstate [ 3.789677] powernow_k8: WTF driver: amd-pstate $ cpufreq-info | grep 'amd-pstate' driver: amd-pstate
I also notcied when looking at a steam log, that the previous futex2 patches on 5.15.x are no longer valid and turned off by Steam:
Code:fsync: old futex2 patches detected, disabling. esync: up and running.
Code:fsync: up and running.
- 3 likes
Leave a comment:
Leave a comment: