Custom Resolution Utility (CRU)
|
01-05-2024, 04:31 PM
(Last edited: 01-05-2024, 04:33 PM by someone)
Post: #7881
|
|||
|
|||
RE: Custom Resolution Utility (CRU)
(01-05-2024 09:48 AM)WJUI Wrote: Unfortunately my second monitor is no longer detected by my PC. You can't permanently downscale in Intel with higher-resolution PCs. You could have tried with setting Display1_DownScalingSupported to 1 (If you want to know where is it, I'll tell you) but I'm not sure if with higher-resolution PCs it even has an effect in making downscaled resolutions work. Intel's stance is that they don't support downscaled resolutions. (01-03-2024 08:02 PM)ToastyX Wrote:But you mentioned finding the custom resolution in the registry. You can create them with DALNonStandardModes, just limited to higher resolutions.(01-03-2024 07:22 PM)someone Wrote: I have already mentioned a key called DALNonStandardModesBCD1. It's a REG_BINARY key. Are you referring to that one? without vsr only resolutions with a lower width/height/both than the native can be added though (I added 1152x768 and the process was successful but in 1280x800's case it wasn't added)No, SRE already uses DALNonStandardModes. I'm talking about custom resolutions in AMD's control panel. |
|||
01-05-2024, 04:41 PM
Post: #7882
|
|||
|
|||
RE: Custom Resolution Utility (CRU) | |||
01-05-2024, 04:41 PM
Post: #7883
|
|||
|
|||
RE: Custom Resolution Utility (CRU)
(01-05-2024 03:40 PM)Bibimbap Wrote: What is the correlation between the pixel clock and the resolution?Pixel clock is the total number of pixels per second: horizontal total * vertical total * refresh rate 5120x1440 is possible at 30 Hz, but HDMI 1.4 only officially supports up to 4096x2160, so the graphics driver or the monitor might not allow it. |
|||
01-05-2024, 06:44 PM
Post: #7884
|
|||
|
|||
RE: Custom Resolution Utility (CRU)
(01-05-2024 04:41 PM)ToastyX Wrote:So the registry key that defines custom resolutions in the control panel is different? I tried to open CCC and I had to uninstall it because it didn't open (Windows 11 doesn't support Catalyst but when I had Windows 10 it worked the first time and afterwards it couldn't open)(01-05-2024 04:31 PM)someone Wrote: But you mentioned finding the custom resolution in the registry. You can create them with DALNonStandardModes, just limited to higher resolutions.DALNonStandardModes is not the same as custom resolutions in the control panel. |
|||
01-05-2024, 08:01 PM
Post: #7885
|
|||
|
|||
RE: Custom Resolution Utility (CRU)
(01-05-2024 04:41 PM)ToastyX Wrote:(01-05-2024 03:40 PM)Bibimbap Wrote: What is the correlation between the pixel clock and the resolution?Pixel clock is the total number of pixels per second: horizontal total * vertical total * refresh rate Thank you for this explanation. So if I understand correctly, I can't have a resolution of 5120x1440 because of the HDMI 1.4 standard but not because of the pixel clock because there is less pixels with 5120x1440 (7.3M) than with 4096x2160 (8.8M). Am I right? |
|||
01-05-2024, 08:52 PM
(Last edited: 01-05-2024, 08:52 PM by ToastyX)
Post: #7886
|
|||
|
|||
RE: Custom Resolution Utility (CRU)
(01-05-2024 08:01 PM)Bibimbap Wrote: Thank you for this explanation.No, both are separate limitations. HDMI 1.4 officially supports 3840x2160 @ 30 Hz and 4096x2160 @ 24 Hz. The driver might allow 5120x1440 @ 30 Hz since it's within the pixel clock limit, but the monitor might not be able to display it because of scaler limitations. You'll have to try it and see. 5120x1440 @ 60 Hz wouldn't be possible without both the monitor and GPU supporting HDMI 2.0. |
|||
01-05-2024, 08:52 PM
Post: #7887
|
|||
|
|||
RE: Custom Resolution Utility (CRU)
(01-05-2024 06:44 PM)someone Wrote: So the registry key that defines custom resolutions in the control panel is different? I tried to open CCC and I had to uninstall it because it didn't open (Windows 11 doesn't support Catalyst but when I had Windows 10 it worked the first time and afterwards it couldn't open)They aren't the same at all. DALNonStandardModes applies to all displays on the GPU and doesn't let you specify timing parameters. Custom resolutions in AMD's control panel are specific to the monitor and let you specify timing parameters like detailed resolutions, and it also lets you specify the desktop resolution separately from the active resolution, but for some reason the control panel rejects downsampled resolutions even if the GPU can do it, so you'd have to create the custom resolution, find the value in the registry, and hex edit the desktop resolution part to be different from the active resolution. This is what people did many years ago before VSR was a feature, but the tutorials no longer work because the details have changed, and the helper utility they used no longer functions either. This method might still be possible, but you need to find a way to create a custom resolution first so it can create the registry value. Old tutorials: https://forums.guru3d.com/threads/downsa...on.366244/ https://forums.guru3d.com/threads/downsa...on.404125/ https://forums.blurbusters.com/viewtopic.php?t=2608 The last one has a screenshot that shows what the registry value looks like. |
|||
01-05-2024, 09:55 PM
(Last edited: 01-06-2024, 04:23 AM by someone)
Post: #7888
|
|||
|
|||
RE: Custom Resolution Utility (CRU)
(01-05-2024 08:52 PM)ToastyX Wrote:(01-05-2024 06:44 PM)someone Wrote: So the registry key that defines custom resolutions in the control panel is different? I tried to open CCC and I had to uninstall it because it didn't open (Windows 11 doesn't support Catalyst but when I had Windows 10 it worked the first time and afterwards it couldn't open)They aren't the same at all. DALNonStandardModes applies to all displays on the GPU and doesn't let you specify timing parameters. Custom resolutions in AMD's control panel are specific to the monitor and let you specify timing parameters like detailed resolutions, and it also lets you specify the desktop resolution separately from the active resolution, but for some reason the control panel rejects downsampled resolutions even if the GPU can do it, so you'd have to create the custom resolution, find the value in the registry, and hex edit the desktop resolution part to be different from the active resolution. This is what people did many years ago before VSR was a feature, but the tutorials no longer work because the details have changed, and the helper utility they used no longer functions either. This method might still be possible, but you need to find a way to create a custom resolution first so it can create the registry value. Firstly, I don't have crimson. In CCC you can also create custom resolutions but you need to set advanced view. Secondly, the user of the first tutorial had 1920x1200 as native which has the same aspect ratio as 2560x1600. That's NOT where my concern lies in. Thirdly, I don't have the ModeTimingOverrides value and the EDID key is not in Common, is it because I have no custom resolutions created in AMD's control panel? (I don't have AMD control panels yet but I know it's not possible with Adrenalin in laptops) Fourthly, there is no need to create a custom resolution in AMD's control panel to create the registry value, however it would be very hard. |
|||
01-06-2024, 10:53 PM
Post: #7889
|
|||
|
|||
RE: Custom Resolution Utility (CRU)
(01-05-2024 03:07 PM)ToastyX Wrote:(01-05-2024 09:48 AM)WJUI Wrote: Unfortunately my second monitor is no longer detected by my PC.Usually when a monitor isn't detected, it's an issue with the monitor or the connection to the monitor, but I don't know if Intel's driver has some bug that could also cause this. Awesome. I unplugged it for a day. Then tried it out without the other monitor and it works. Thanks Toasty |
|||
01-07-2024, 08:50 PM
Post: #7890
|
|||
|
|||
RE: Custom Resolution Utility (CRU) - Hoping CRU can solve flickering
Hello,
I've got a 55" TCL 5 Series/S555 4K TV that I'm using with a Nvidia RTX 3070 FE Windows 11 PC and getting random bursts of 3-5 what I would call "flickers" (screen blanking out very quickly) every 40-60 min or so. I have tried various length/specs of HDMI cable, turning off HDR and switching to 4:2:2/4:2:0 color profiles in Nvidia Control Panel in an attempt to reduce bandwidth with no luck, and wondering if CRU can help but I don't know where to start. I did a search on the forum before posting and couldn't find anything specific enough for what I feel I'm encountering, so hoping to find help here. I don't have a lot of experience with CRU and I'm still learning about recent display technologies. FWIW, I also have a PS3 and PS4 Pro connected to this TV which do not appear to have this issue. A couple (very uneducated) thoughts:
I may be completely off base, so any suggestions from the CRU community would be greatly appreciated, as I'm about to go back to my old 1080p Samsung TV where I've never had an issue! Thanks all ![]() |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 93 Guest(s)