> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/rdm/knowledge-base/troubleshooting-articles/high-dpi-issues.md).

# High DPI issues

There are multiple problems that can be caused by high DPI in RDP sessions, the most commons are the following:

* RDP connections are tiny
* RDP connections are big
* RDP connections always have a scroll bar
* Remote Desktop Manager is blurry
* 4K resolution issues

### Solution

There are multiple methods on how to solve these issues.

#### Method 1

1. In Remote Desktop Manager, go to ***File – Settings – User interface*** and change the ***Display scaling*** to ***DPI unaware***. If you cannot see the setting because of display issues, you can add the line in your config files directly.

{% hint style="info" %}
To locate your config file refer to [Configuration file location](https://docs.devolutions.net/rdm/installation/client/configuration-file-location/).
{% endhint %}

2. Once you have found the right folder, open **RemoteDesktopManager.cfg** with your preferred text editor.
3. Under the line `XXXX-XX-XXT00:00:00-00:00`, change the ***Default*** to ***None*** and save.
4. Restart Remote Desktop Manager.

#### Method 2

1. Close Remote Desktop Manager.
2. Right-click on your Remote Desktop Manager icon.
3. Go to ***Properties***.
4. In ***Compatibility*** tab, click ***Change high DPI settings***.
5. In ***High DPI scaling override*** section, check ***Override high DPI scaling behavior*** and click OK.

   <div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>When applying this change, you must log off and log back in with your user for changes to take effect.</p></div>

#### Method 3

In ***File – Settings – Types – Remote Desktop – Advanced***, uncheck the ***Disable RDP scale factor (HDPI)*** option.

<figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB6004.png" alt=""><figcaption></figcaption></figure>

#### Method 4

1. In Remote Desktop Manager, go to ***File – Settings – Advanced***.
2. Set ***Hardware acceleration*** on ***Default (Automatic)***. Click ***OK***.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB6001.png" alt=""><figcaption></figcaption></figure>
3. In the ribbon under the ***Help*** tab, click on ***Diagnostic***.
4. At the bottom of the ***System*** tab, make sure that ***DirectX enabled*** is deactivated.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.devolutions.net/rdm/knowledge-base/troubleshooting-articles/high-dpi-issues.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.
