Post Reply
Custom Resolution Utility (CRU)
02-26-2020, 01:56 AM
Post: #4531
RE: Custom Resolution Utility (CRU)
(02-26-2020 01:53 AM)ToastyX Wrote:  
(02-26-2020 12:54 AM)apav Wrote:  Thanks for confirming. Yeah I think it's better to keep the pixel clock as low as possible since my monitor has been overclocked for almost seven years, so I wen't back and kept increasing my vertical blanking by one and restarted until the lines stopped. These are the results I got for 110hz and 120hz. Do those look okay? And will I notice any difference with my display between these settings and the settings from LCD standard?
That's fine. There shouldn't be any visible difference.

As always, you're a lifesaver. Thank you so much.
Find all posts by this user
Quote this message in a reply
02-26-2020, 03:25 AM (Last edited: 02-26-2020, 03:35 AM by SGAN)
Post: #4532
RE: Custom Resolution Utility (CRU)
Hello, sorry for asking, but I've been looking for an utility like this one for changing resolutions support on Windows 10, and being able to generate an .exe file for adding it to a batch file (.bat)

With this software, now I can add 1440x1080 support in Windows 10 (for a 1920x1080 monitor) generating an .exe file (1440x1080.exe, for example) "Exporting" it from CRU... and that's great

You made so easy to create a bath file for it, as simple as this:

-----------------------
@echo off

1440x1080.exe /i
restart.exe /q
-----------------------

And I can call that batch file (.bat) from a personalized installer for the game easily Smile

Now I can change resolution to 1440x1080 in a "letterbox mode" for keedping aspect ratio with "4/3 old games"

But now, I'm trying to change the resolution from a batch file... Because I want to create a batch file that:

1-. Change display resolution to 1440x1080
2-. Run the .exe game file
3-. Change the display resolution to 1920x1080 after closing the game.


Is it possible use the CRU with any king of command (command line) on CMD for hot-changing the display resolution?

I tried to change resolution to 1440x1920 using QRes for it, in CMD; after adding the 1440x1080 resolution with CRU... but it stretch the image to the "real monitor wide"

If I change resolution to 1440x1080 using the Windows 10 menu, then it is fine and it create the letterbox (black side bars)...

I want to change the monitor resolution to 1440x1080 using "something" in a command-line mode, but keeping the aspect ratio (with those black side bars).

Thank you
Find all posts by this user
Quote this message in a reply
02-26-2020, 08:25 AM
Post: #4533
RE: Custom Resolution Utility (CRU)
(02-25-2020 05:56 PM)ToastyX Wrote:  The behavior will depend on whether it's treated as DVI or HDMI.

Newer cards will output an HDMI signal over DVI ports if HDMI support is defined in the extension block. Older cards might only output DVI no matter what.

If it's treated as DVI, you will get a blurry image beyond 165 MHz pixel clock because that's where it switches to a dual-link signal, but HDMI is single-link, so you lose half the pixels. Renaming the patcher to whatever-patcher-single.exe will make it always send a single-link signal, but that might not work with older cards.

If it's treated as HDMI, AMD/ATI cards will output an HDMI signal over DVI ports, but only up to 165 MHz pixel clock unless the driver is patched. With the HD 7990, you shouldn't need the patch if you plug the monitor directly into an HDMI port.

NVIDIA cards will output an HDMI signal over DVI without the 165 MHz limitation, but keep in mind older cards might not have the hardware to handle higher pixel clocks because old versions of HDMI only supported up to 165 MHz. The one GTX 295 probably has a better TMDS transmitter that is capable of higher pixel clocks.

Thank you, that makes sense. Your info might help others with the same problem as me.

Regards.
Find all posts by this user
Quote this message in a reply
02-28-2020, 02:28 AM
Post: #4534
RE: Custom Resolution Utility (CRU)
(02-26-2020 03:25 AM)SGAN Wrote:  But now, I'm trying to change the resolution from a batch file... Because I want to create a batch file that:

1-. Change display resolution to 1440x1080
2-. Run the .exe game file
3-. Change the display resolution to 1920x1080 after closing the game.


Is it possible use the CRU with any king of command (command line) on CMD for hot-changing the display resolution?

I tried to change resolution to 1440x1920 using QRes for it, in CMD; after adding the 1440x1080 resolution with CRU... but it stretch the image to the "real monitor wide"

If I change resolution to 1440x1080 using the Windows 10 menu, then it is fine and it create the letterbox (black side bars)...
I don't see how QRes could behave differently from changing the resolution manually. Windows doesn't provide a way to control stretching. That's up to the graphics driver if GPU scaling is enabled, or the monitor if GPU scaling is disabled (display scaling).

Here's another command-line program that can change the resolution:
https://12noon.com/?page_id=80

There's also a program that can create a shortcut to do what you want:
http://www.bcheck.net/apps/reso.htm
Find all posts by this user
Quote this message in a reply
03-02-2020, 03:14 AM
Post: #4535
RE: Custom Resolution Utility (CRU)
Hello, i have a coffee lake processor but there is no download link for coffee lake

how do it do this?
Find all posts by this user
Quote this message in a reply
03-03-2020, 01:21 AM
Post: #4536
RE: Custom Resolution Utility (CRU)
(03-02-2020 03:14 AM)MrWitherGuy Wrote:  Hello, i have a coffee lake processor but there is no download link for coffee lake

how do it do this?
The latest drivers should work.
Find all posts by this user
Quote this message in a reply
03-04-2020, 01:23 PM
Post: #4537
RE: Custom Resolution Utility (CRU)
Hello I'm trying to play the Crysis series and work around the annoying 24hz display bug. I've figure out how to remove the 24hz refresh rate and get the game to run at 60hz by removing the listed 24hz refresh rate in the extension blocks section, but doing so removes 24hz from all resolutions.
What I'd really like to do is make a custom resolution just for Crysis with only one refresh rate available. I've got a 2560x1440 panel @ 144hz. Every time I make a resolution of 2559x1440 it works fine, but it still exposes all refresh rates available to this custom resolution. Is there a way to make 2559x1440@144hz only, while still keeping all my other resolutions with their refresh rates unchanged?
Find all posts by this user
Quote this message in a reply
03-04-2020, 07:33 PM
Post: #4538
RE: Custom Resolution Utility (CRU)
(03-04-2020 01:23 PM)wasteomind Wrote:  Hello I'm trying to play the Crysis series and work around the annoying 24hz display bug. I've figure out how to remove the 24hz refresh rate and get the game to run at 60hz by removing the listed 24hz refresh rate in the extension blocks section, but doing so removes 24hz from all resolutions.
What I'd really like to do is make a custom resolution just for Crysis with only one refresh rate available. I've got a 2560x1440 panel @ 144hz. Every time I make a resolution of 2559x1440 it works fine, but it still exposes all refresh rates available to this custom resolution. Is there a way to make 2559x1440@144hz only, while still keeping all my other resolutions with their refresh rates unchanged?
The graphics driver automatically adds the refresh rates available at the native resolution down to lower resolutions as scaled resolutions if not explicitly defined. Try making 2559x1440 @ 144 Hz the first detailed resolution.
Find all posts by this user
Quote this message in a reply
03-04-2020, 10:37 PM
Post: #4539
RE: Custom Resolution Utility (CRU)
(03-04-2020 07:33 PM)ToastyX Wrote:  
(03-04-2020 01:23 PM)wasteomind Wrote:  Hello I'm trying to play the Crysis series and work around the annoying 24hz display bug. I've figure out how to remove the 24hz refresh rate and get the game to run at 60hz by removing the listed 24hz refresh rate in the extension blocks section, but doing so removes 24hz from all resolutions.
What I'd really like to do is make a custom resolution just for Crysis with only one refresh rate available. I've got a 2560x1440 panel @ 144hz. Every time I make a resolution of 2559x1440 it works fine, but it still exposes all refresh rates available to this custom resolution. Is there a way to make 2559x1440@144hz only, while still keeping all my other resolutions with their refresh rates unchanged?
The graphics driver automatically adds the refresh rates available at the native resolution down to lower resolutions as scaled resolutions if not explicitly defined. Try making 2559x1440 @ 144 Hz the first detailed resolution.

Thanks for the reply. Doing this got me 2559x1440 with 3 refresh rates, 100hz, 120hz, and 144hz. That knocked out both 60hz and 85hz from all non-native resolutions though.
Find all posts by this user
Quote this message in a reply
03-05-2020, 02:14 PM
Post: #4540
RE: Custom Resolution Utility (CRU)
Hi!
Is it possible to use it to lower panel refresh rate while no heavy tasks are being performed? I do not want to change the resolution, just refresh rate on iGPU (Coffee Lake).
Find all posts by this user
Quote this message in a reply
 Post Reply


Forum Jump:


User(s) browsing this thread: 151 Guest(s)