Notice
Recent Posts
Recent Comments
«   2024/05   »
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
Tags
more
Archives
Today
Total
관리 메뉴

이것 저것 하나 둘

ACPIPatcher S0ix 강제 활성화, 비활성화 본문

윈도우 태블릿

ACPIPatcher S0ix 강제 활성화, 비활성화

파워엔진 2020. 12. 13. 22:42

s0ix 활성화

https://github.com/imbushuo/AcpiS0ixPatcher

s0ix 비활성화

https://github.com/ElectronicElephant/Modern-Standby-Byby

 

s0ix가 뭐냐면 우리가 기존에 사용하던 매우 전통적인 방식에서 벗어나 스마트폰 같이 쓰는 것을 말합니다.

예시로 스마트폰 전원 버튼 누르면 바로 화면 켜지고, 다시 전원버튼 누르면 화면 꺼지고.

화면 꺼진 상태에서도 네트워크에 연결되어서 카카오톡 받을 수 있고, 노래 틀 수 있는 것처럼 말이죠.

물론 그러려면 해당 메인보드가 지원을 해야 정상적으로 s0ix를 사용할 수 있긴 합니다.

 

http://blog.daum.net/tware/586

> 여기에 s0ix 대해 자세한 내용이 나와 있습니다.

 

MS사가 지원하는 최신 절전 관리 모드에 대해

ACPI 테이블을 일시적으로 패치하여

모든 플랫폼에서 s0ix를 강제로 활성화 하거나 비활성화 합니다.

 

여러분들의 빌드 수고를 덜어드리기 위해 제가 빌드해서 파일 올려드립니다.

이로써 바로 적용하실 수 있게 되었습니다.

 

 

drive.google.com/file/d/1MajPK1erLjMgZcXsX2VSiCUodnvC2cWJ/view?usp=sharing

acpi_s0ix_patch.zip 파일입니다. 암호: 1234ak

활성화/비활성화

32비트용, 64비트용 둘 다 올려두었습니다.

 

다운받으셔서 AcpiPatcher.efi 파일을

 

64비트의 경우

/EFI/refind/drivers_x64

32비트의 경우

/EFI/refind/drivers_ia32

에 넣어주시면 됩니다.

 

s0ix에 대해 논의가 시작된 것은 아래의 사례를 참고해 보시면 좋을 것 같습니다.

https://github.com/datasone/grub-mod-setup_var/issues/8

 

 

>기타

https://github.com/datasone/grub-mod-setup_var

-----------------------------------------------------------------------------------------------

아래는 빌드과정입니다.

 

빌드에 필요했던 모든 과정.

 

https://goddaehee.tistory.com/216

> [Git (1)] 윈도우 10 Git 설치 하기

 

https://emflant.tistory.com/218

> git 저장소에서 내려받기.

git clone 명령어 사용.

 

https://sgc109.github.io/2020/07/16/git-submodule/

> 서브모듈을 포함한 프로젝트 clone

git submodule init 은 서브모듈 디렉터리를 git 로컬 저장소로 초기화 해주고(git init 처럼)
git submodule update 는 서브모듈의 원격 저장소에서 파일을 가져옵니다.

 

https://yunwuxin1.gitbooks.io/git/content/ko/012849b64a30e5067c634aaec58f75b4/9c9822461fd128d7606c588f8191ac02.html

> 서브모듈에 대한 지식

 

https://ohgyun.com/711

> 서브모듈 이해하기Git: 서브모듈 이해하기 (git submodule)

 

*gnu-efi 라는 서브모듈을 가져와야 빌드가 가능했습니다.

 

https://blog.pocu.academy/ko/2019/01/06/how-to-build-and-run-my-project-in-visual-studio.html

> 가이드: 비주얼 스튜디오에서 프로젝트를 빌드 및 실행하기

 

 

> 기타

39km.tistory.com/84

> [git] Clone과 Remote 차이점

 

parksb.github.io/article/28.html

> Git 사용 중 자주 만나는 이슈 정리

 

emflant.tistory.com/218

> github 저장소 내려받기 - git clone

 

pinedance.github.io/blog/2019/05/28/Git-Submodule

> Git submodule 사용하기

 

zeddios.tistory.com/704

> Git submodule써보기 + 삭제하는 법.

 

c10106.tistory.com/3369

> 원래 Git 서브 모듈을 최신 커밋으로 업데이트

 

waspro.tistory.com/539

> [TroubleShooting] fatal: Not a git repository (or any of the parent directories): .git