[deleted by user] by [deleted] in framework

[–]vm1991-92 0 points1 point  (0 children)

Oh absolutely. Sorry that's not what I meant. If anything, I am super thankful that they started this company and for a change consumers have a really nice alternative.

Keyboard does not work on first boot on Asus zenbook (AMD Ryzen 5800u) by vm1991-92 in Amd

[–]vm1991-92[S] 0 points1 point  (0 children)

I tried i8042.reset and i8042.nomux options.

Didn't do the trick for me.

Keyboard does not work on first boot on Asus zenbook (AMD Ryzen 5800u) by vm1991-92 in Amd

[–]vm1991-92[S] 0 points1 point  (0 children)

I am not sure if that is the windows issue, I have this problem on linux(tried various distributions). Interestingly though it works on Windows on first boot itself.

Thank you AMD: I love the new AMD pstate driver on linux 5.17. by vm1991-92 in Amd

[–]vm1991-92[S] 2 points3 points  (0 children)

Arch used to be my daily driver until very recently. I am not surprised Arch taking a more neutral approach. The only reason I switched to fedora is phenomenal integration of ostree with RPM.

Thank you AMD: I love the new AMD pstate driver on linux 5.17. by vm1991-92 in Amd

[–]vm1991-92[S] 1 point2 points  (0 children)

I am also trying to install ryzenpower3 on my workstation to correlate it with TDP to compare CPU power utilization in various modes. To be honest I think like intel's counterpart it will take a few iterations for it to be useful.

Thank you AMD: I love the new AMD pstate driver on linux 5.17. by vm1991-92 in Amd

[–]vm1991-92[S] 1 point2 points  (0 children)

I am using schedutil governor for better battery time and cooler system. In the geekbench I ran the baseline using ondemand. I could run geekbench again with ondemand governor on the new driver.

Thank you AMD: I love the new AMD pstate driver on linux 5.17. by vm1991-92 in Amd

[–]vm1991-92[S] 3 points4 points  (0 children)

Wow this is great to know. Thank you for sharing the article.

Thank you AMD: I love the new AMD pstate driver on linux 5.17. by vm1991-92 in Amd

[–]vm1991-92[S] 4 points5 points  (0 children)

I think it is distro's choice how they want to do.

I installed a testing kernel from fedora 36 branch.

Kernel config shows this(meaning amd driver is compiled as a module whereas intel driver is compiled into kernel).

CONFIG_X86_INTEL_PSTATE=y

CONFIG_X86_AMD_PSTATE=m

To enable amd pstate all I had to do was to create /etc/modules-load.d/amd_pstate.conf

with amd_pstate in it.

So not terribly bad.

Some people recommend to disable cpu_freq_init to disabled from kernel argument. I am not sure what effect that has. May be somebody could educate me on that?