2024년 7월 24일 수요일

[tip] grim dawn unable to save settings

regedit  Personal의 문서위치를 onenote 아래가 아니라 c:\users\USERNAME\Documents로 수정


HKEY_CURRENT_USER \SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\
 

 https://www.thewindowsclub.com/how-to-remove-a-folder-from-onedrive

 

2024년 7월 13일 토요일

[tips] more info for BSOD

* To make the BSOD screen display the additional info on the BSOD screen we need to add a field to the registry. If you are not comfortable editing the registry then do not do this step. Navigate to HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\CrashControl, right click on the empty area on the right section and select New → DWORD value with the name "DisplayParameters". Right click on it, modify and set the value data to 1 (Does not matter if you use Hexadecimal or Decimal). It should look like this once done. Reboot to apply the registry change. 

 

With this crash the top line tells you which component it recorded an issue with. 0 is CPU, 4 is PCIe, 10 is NVMe. 


* Go to Start > Windows System > Control Panel > System > Advanced system settings. The Advanced tab should be selected. Click the Settings button under Startup and Recovery. Clear the checkbox for Automatically restart. Click OK and close remaining windows you opened.

Now, when a system failure occurs, the BSOD will remain on-screen until you manually restart the computer.

2024년 7월 11일 목요일

[tips] hidpi for ghidra on linux

in $GHIDRA_ROOT/support is a file named launch.properties. In this launch.properties file is the following configuration key:

VMARGS_LINUX=-Dsun.java2d.uiScale=1

Change this line to:

VMARGS_LINUX=-Dsun.java2d.uiScale=2

 

 https://gist.github.com/nstarke/baa031e0cab64a608c9bd77d73c50fc6

 

2024년 7월 10일 수요일

[setup] acer swift edge 16 oled

 1. 윈도우11 설치
 oobe\bypassnro

 https://atecbs.tistory.com/entry/%EC%9C%88%EB%8F%84%EC%9A%B0-11-%EC%9D%B8%ED%84%B0%EB%84%B7-%EC%97%B0%EA%B2%B0-%EC%97%86%EC%9D%B4-%EC%84%A4%EC%B9%98%ED%95%98%EB%8A%94-%EB%B0%A9%EB%B2%95
 22H2 부터는 필요없는 듯.
1-1. 포함되어 있는 드라이브 설치

2. 윈도우 업데이트
3. bios 업데이트 / acer.com
 BIOS_Acer_1.64_A_A
 https://www.acer.com/us-en/support/product-support/SFE16-43/downloads?suggest=Swift_Edge%2016;1
4. 비밀 bios 진입
 전원 끈 상태. fn+tab+전원 누르고 1초뒤 fn+tab 뗌.
 F2 연타
 Main/Function key behavious -> Function Key
 AMD CBS/SMU Common Options/System Configuration : 15W -> Auto : 다시 15W?
 Fan Control : Auto -> Manual
 Fan Table Control : Auto -> Manual
  45 50 55 60 25 50 75 5
 F10 눌러서 저장
4-1. 특정 옵션 변경
 Main / Ctrl + S
4-2. Secure boot 끄기
 BIOS 암호 설정 후 끌 수 있음
5. ryzenadj 설정시 bluescreen 뜨는 듯? [포기/불안정?]
 DC: 이거 아마 그 컨피그 파일에 라이브러리파일들 위치 지정해줘야 인식하더라고

6. Linux instability

 crash + read only filesystem : 전압불안?

 amd + nvme issue? add boot option like:

amd_iommu=fullflush

https://wiki.archlinux.org/title/Solid_state_drive/NVMe 

 

7. Update AMD driver?

https://community.acer.com/en/discussion/699544/random-restarts-happening-in-acer-swift-edge-16-regular-shutdowns-when-not-using-it 

https://www.amd.com/en/support/download/drivers.html

acer's version (device manager)

9/5/2023

31.0.14070.12001

amd-software-adrenalin-edition-24.6.1-minimalsetup-240626_web

 6/20/2024

32.0.11021.1011


 

 

via permission error linux chrome

 https://bbs.archlinux.org/viewtopic.php?id=285709