# HiDPI 디스플레이 설정

HiDPI (High Dots Per Inch) 디스플레이의 스케일링을 조정하는 것은 상대적으로 간단합니다.

HiDPI 디스플레이는 높은 해상도를 가진 디스플레이로, 일반적인 디스플레이에 비해 더 많은 픽셀이 있기 때문에 UI 요소가 너무 작게 보일 수 있습니다.&#x20;

이를 해결하기 위해 스케일링을 조정할 수 있습니다.

HiDPI 스케일링을 조정하는 방법은 다음과 같습니다:

1. **설정 열기**:

   * 바탕화면에서 마우스 우측 버튼 클릭해서 "디스플레이 설정"을 선택합니다.

   <figure><img src="/files/j0NxIx2KqD2vcZ3ru63G" alt=""><figcaption></figcaption></figure>
2. **디스플레이 설정**:

   * 디스플리에 설정창에서 "설정" 탭을 클릭하고, "부분 크기 조절 활성화(실험적)"을 선택해서 활성화합니다.

   <figure><img src="/files/MEev11N07cKrk2qMUUjq" alt=""><figcaption></figcaption></figure>

   <figure><img src="/files/x3QC0EuJSgITN0LBqrWZ" alt=""><figcaption></figcaption></figure>
3. **스케일 설정**:
   * "Monitor Scale" 또는 "스케일" 옵션에서 원하는 스케일을 선택합니다.&#x20;
   * 예를 들면, "100%" (기본값), "200%" (2x 스케일링) 등이 있습니다. 2x 스케일링은 UI 요소를 두 배로 확대하여 HiDPI 디스플레이에서 적절한 크기로 표시됩니다.

<figure><img src="/files/nuGranz3AXBXRQpvz1Bc" alt=""><figcaption></figcaption></figure>

1. **변경 사항 적용**:
   * "Apply" 또는 "적용" 버튼을 클릭하여 변경 사항을 적용합니다.
2. **변경 사항 확인**:

   * 변경 사항을 확인하라는 메시지가 표시될 것입니다. 모든 것이 정상적으로 보인다면 변경 사항을 유지하십시오.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.hamonikr.org/hamonikr-8.0/key-features/desktop/hidpi.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
