RDM icon indicating copy to clipboard operation
RDM copied to clipboard

Custom HiDPI resolutions support

Open gochev opened this issue 8 years ago • 4 comments

Currently my screen has a different aspect ratio then the normal one and because of that all HiDPI resolutions that I can choose from are creating a big BLACK rectangles on both sides of the screen.

It will be nice if we can write a custom HiDpi resolution since we know the actual resolution of the screen.

gochev avatar Jan 03 '17 11:01 gochev

I second this feature. I have an ultrawide display and I also have big black rectangles on both sides.

kujohn avatar Jan 16 '17 08:01 kujohn

Someone will have to look at the code (which is not mine), fix this and send me a pull request. If I get updates I promise to update the package and put in on the Internet.

avibrazil avatar Jan 16 '17 13:01 avibrazil

@kujohn I have a workaround that may work for you, which I used to set a custom resolution of 3440x1440. One thing to note is that RDM does not instruct the OS to set width and height, rather it instructs setting to a preset mode. RDM enumerates these modes to drive the main menu.

So what we want to do is specify a custom mode. To do this I used another utility SwitchResX, which includes a Control Panel for creating these. Importantly, you will have to disable SIP before the OS will let you create a new mode.

Once you do so, the new mode will be available in the RDM menu and you can uninstall SwitchResX and re-enable SIP. Selecting the new mode should work just like any other.

jogleasonjr avatar Nov 07 '17 16:11 jogleasonjr

Use this https://github.com/usr-sse2/RDM/releases

usr-sse2 avatar Aug 28 '18 10:08 usr-sse2