vangogh_oc_fix install on Bazzite 40
Hello all, I'm trying to compile this kernel module, but I'm not able to get the headers for the current kernel in stable. Ultimate goal is to be able to overclock both GPU and CPU in Bazzite, but this patch is needed to enable CPU overclock while GPU is overclocked
4 Replies
Steam deck OLED 1TB, ofc
you need to make the module into an akmod, add it to copr, and then make a custom image that installs the module as any kernel module has to be included at build time for atomic systems
I had issues doing this because the module depends on headers that have to be retrived in a non-standard way
so, figuring this out in a way that can be generic would be huge
If you can point me in the right direction I'll give it a shot. I could use a bit more guidance - I'm competent with linux but atomic stuff is new and kernel things especially