I added cpufreq.default_governor= performance in /etc/modprobe.d/myconfig.conf but that didn't work either.
Processor is 3700x and Im using grub as bootloader. Here's my lsmod.
lsmod
Module Size Used by
rfkill 28672 0
fuse 139264 4
joydev 28672 0
mousedev 24576 0
input_leds 16384 0
hid_generic 16384 0
usbhid 65536 0
uas 32768 0
usb_storage 81920 1 uas
hid 147456 2 usbhid,hid_generic
nouveau 2351104 16
snd_hda_codec_realtek 143360 1
edac_mce_amd 32768 0
mxm_wmi 16384 1 nouveau
wmi_bmof 16384 0
snd_hda_codec_generic 98304 1 snd_hda_codec_realtek
i2c_algo_bit 16384 1 nouveau
ttm 122880 1 nouveau
ledtrig_audio 16384 1 snd_hda_codec_generic
drm_kms_helper 266240 1 nouveau
snd_hda_codec_hdmi 73728 1
cec 73728 1 drm_kms_helper
snd_hda_intel 57344 0
rc_core 61440 1 cec
snd_intel_dspcfg 24576 1 snd_hda_intel
drm 585728 7 drm_kms_helper,ttm,nouveau
kvm 851968 0
snd_hda_codec 167936 4 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec_realtek
snd_hda_core 106496 5 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,snd_hda_codec_realtek
snd_hwdep 16384 1 snd_hda_codec
agpgart 53248 3 ttm,nouveau,drm
snd_pcm 147456 4 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,snd_hda_core
r8169 98304 0
irqbypass 16384 1 kvm
syscopyarea 16384 1 drm_kms_helper
crct10dif_pclmul 16384 1
snd_timer 45056 1 snd_pcm
crc32_pclmul 16384 0
ghash_clmulni_intel 16384 0
realtek 24576 1
aesni_intel 372736 0
mdio_devres 16384 1 r8169
snd 114688 8 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hwdep,snd_hda_intel,snd_hda_codec,snd_hda_codec_realtek,snd_timer,snd_pcm
of_mdio 24576 1 mdio_devres
crypto_simd 16384 1 aesni_intel
fixed_phy 16384 1 of_mdio
sysfillrect 16384 1 drm_kms_helper
cryptd 24576 2 crypto_simd,ghash_clmulni_intel
sp5100_tco 20480 0
glue_helper 16384 1 aesni_intel
sysimgblt 16384 1 drm_kms_helper
fb_sys_fops 16384 1 drm_kms_helper
ccp 118784 0
libphy 151552 5 r8169,mdio_devres,of_mdio,realtek,fixed_phy
soundcore 16384 1 snd
i2c_piix4 28672 0
k10temp 16384 0
rapl 16384 0
pcspkr 16384 0
rng_core 16384 1 ccp
evdev 28672 17
pinctrl_amd 32768 0
mac_hid 16384 0
gpio_amdpt 20480 0
wmi 36864 3 wmi_bmof,mxm_wmi,nouveau
acpi_cpufreq 28672 0
ext4 815104 1
crc32c_generic 16384 0
crc16 16384 1 ext4
mbcache 16384 1 ext4
jbd2 139264 1 ext4
xhci_pci 20480 0
crc32c_intel 24576 2
xhci_pci_renesas 20480 1 xhci_pci
xhci_hcd 286720 1 xhci_pci
EDIT: Followed these instructions and added cpufreq.default_governor=performance to /boot/grub/grub.cfg but that didn't work either. Not sure what Im doing wrong.