# Access Unsupported Screen Resolutions With RDM

If you visit the *Display Settings* for your Mac, you'll find that you only have a handful of screen resolution options. For standard use, you'll get by with these. If you need a specific, unsupported resolution you'll need help from a 3rd party tool. There are many options out there. [RDM](https://github.com/avibrazil/RDM) is a free and open-source option.

Once you have it installed and have given it *Accessibility* permissions, open the menu from your top toolbar and select the resolution you are looking for.

I use RDM to adjust my screen resolution to 1280x720 for optimal screencasting.


---

# 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://ploegert.gitbook.io/til/os/mac/access-unsupported-screen-resolutions-with-rdm.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.
