Skip to content

Instantly share code, notes, and snippets.

@SmokelessCPUv2
Last active February 2, 2024 08:36
Show Gist options
  • Star 18 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save SmokelessCPUv2/8c1e6559031e199d9a678c9fe2ebf7d4 to your computer and use it in GitHub Desktop.
Save SmokelessCPUv2/8c1e6559031e199d9a678c9fe2ebf7d4 to your computer and use it in GitHub Desktop.
6 line of code to unlock steam Deck BIOS
#include <sys/io.h>
void main(){
ioperm(0x72,2,1);
outb(0xF7,0x72);
outb(0x77,0x73);
}
@pparmy
Copy link

pparmy commented Oct 26, 2023

The simple answer is either ONLY undervote on 118, or downgrade to 116 and use Smokeless as before, at least to my knowledge.

why only undervolting? I seem to still have my overclock still set though I haven't gone to check if that is actually the case.

@CryoByte33
Copy link

The simple answer is either ONLY undervote on 118, or downgrade to 116 and use Smokeless as before, at least to my knowledge.

why only undervolting? I seem to still have my overclock still set though I haven't gone to check if that is actually the case.

118 has undervolting settings built in by default, but overclocking isn't and (to my knowledge) Smokeless can't interface properly with 118.

@SmokelessCPUv2
Copy link
Author

@SmokelessCPUv2 @DavidS95 That's unfortunate to hear. I'm sure the BIOS API (or whatever it's called) will stabilize soon, don't you think? Would you consider updating your UMAF repo then?

No to both,
I don't have a SD, so I don't have any personal reason to do it, and getting 118 support require more effort than 115 and I'm not willing to do it.
115 was done just for fun, doing for 118 is a waste of time

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment