Custom Resolution Utility (CRU)
|
12-01-2024, 01:18 AM
Post: #8631
|
|||
|
|||
RE: Custom Resolution Utility (CRU)
(12-01-2024 12:01 AM)jeffeh12133 Wrote: Found a weird issue. When using CRU to add CVT-RB 1920x1080 143.981hz, upon reboot, my windows regedit shows VideoStandard as "255"That shouldn't matter. I wouldn't expect VideoStandard to be accurate. Detailed resolutions don't have a way to specify what standard it is. The timing options in CRU are just calculators to help fill in the values. The driver probably reports all detailed resolutions as D3DKMDT_VSS_OTHER because otherwise it would have to calculate and compare all the timing standards for every resolution, which would be pointless work. NVIDIA control panel custom resolutions are a vendor-specific implementation, so if you choose CVT-RB, it knows what you chose. |
|||
12-01-2024, 01:53 AM
Post: #8632
|
|||
|
|||
RE: Custom Resolution Utility (CRU)
(12-01-2024 01:18 AM)ToastyX Wrote:gotcha(12-01-2024 12:01 AM)jeffeh12133 Wrote: Found a weird issue. When using CRU to add CVT-RB 1920x1080 143.981hz, upon reboot, my windows regedit shows VideoStandard as "255"That shouldn't matter. I wouldn't expect VideoStandard to be accurate. Detailed resolutions don't have a way to specify what standard it is. The timing options in CRU are just calculators to help fill in the values. The driver probably reports all detailed resolutions as D3DKMDT_VSS_OTHER because otherwise it would have to calculate and compare all the timing standards for every resolution, which would be pointless work. NVIDIA control panel custom resolutions are a vendor-specific implementation, so if you choose CVT-RB, it knows what you chose. i have displayport connected to an EDID 1.4 monitor. by default, the base EDID lists 1920x1080 60hz cta-861 timing as the preferred/native timing. i currently have it edited to use 1920x1080 143.981hz as the first base EDID detailed timing. is this ok to do or should i leave it at the cta-861 1920x1080 60hz and just include the 144hz as a displayID extension block also about displayID extension blocks, my monitor probably doesnt support it but displayID 1.3 extension block works properly and identified any detailed res i create in there. is it ok to use displayID extension block despite this or does the monitor specifically have to support it for it to work properly? and do you recommend putting the cvt-rb 1920x1080 144hz timing in displayID or under base EDID first detailed timing? i notice differences between both |
|||
12-01-2024, 03:30 PM
Post: #8633
|
|||
|
|||
RE: Custom Resolution Utility (CRU)
(12-01-2024 01:53 AM)jeffeh12133 Wrote: i have displayport connected to an EDID 1.4 monitor. by default, the base EDID lists 1920x1080 60hz cta-861 timing as the preferred/native timing. i currently have it edited to use 1920x1080 143.981hz as the first base EDID detailed timing. is this ok to do or should i leave it at the cta-861 1920x1080 60hz and just include the 144hz as a displayID extension blockYou keep focusing on things that don't matter. Although the first detailed resolution is considered the preferred resolution and refresh rate, Windows only cares about the resolution part for determining the native resolution, so it doesn't matter which refresh rate is first. The monitor doesn't need to support anything to use DisplayID. It's just a data structure that describes what the monitor can do. The same resolution and timing parameters should behave the same as the EDID version. The only difference with DisplayID is it's not limited to 4095x4095 or 655.35 MHz pixel clock, and DisplayID 2.0 supports three decimal places of precision for the pixel clock. |
|||
12-01-2024, 09:28 PM
Post: #8634
|
|||
|
|||
RE: Custom Resolution Utility (CRU)
Hey there, I added an edid from one of my monitors onto a 4K Headless EDID emulator with passthrough. I need to add a higher resolution, however, because the base EDID of the monitor has a max clock rate of ~170khz, I cant add anything higher than 1080p 75hz or 720p ~165hz. I tried to change the monitor ranges in CRU, and I also tried exporting that to an EDID file and loading it onto the edid emulator that way, but windows still does not let me set it to a resolution with a Clock rate higher than 170. Any ideas what might be stopping me from doing this? I also tried editing the edid in AW EDID Editor as well with no luck. Thanks!
|
|||
12-02-2024, 05:18 AM
Post: #8635
|
|||
|
|||
RE: Custom Resolution Utility (CRU)
(12-01-2024 09:28 PM)conron Wrote: Hey there, I added an edid from one of my monitors onto a 4K Headless EDID emulator with passthrough. I need to add a higher resolution, however, because the base EDID of the monitor has a max clock rate of ~170khz, I cant add anything higher than 1080p 75hz or 720p ~165hz. I tried to change the monitor ranges in CRU, and I also tried exporting that to an EDID file and loading it onto the edid emulator that way, but windows still does not let me set it to a resolution with a Clock rate higher than 170. Any ideas what might be stopping me from doing this? I also tried editing the edid in AW EDID Editor as well with no luck. Thanks!You need to specify what the hardware is. What is the emulator? What is the GPU? What port are you using? What resolution and refresh rate do you need? |
|||
12-02-2024, 08:37 PM
Post: #8636
|
|||
|
|||
RE: Custom Resolution Utility (CRU)
(11-28-2024 11:08 PM)ToastyX Wrote:(11-28-2024 10:02 PM)y.c Wrote: Hello everyone,The blanking periods must be synchronized on all three monitors to be able to change the VRAM clock. There's no way to synchronize the monitors with three different resolutions and three different refresh rates unless all the monitors support some form of variable refresh rate (M34d doesn't). This would happen on NVIDIA as well. thx for your fast answer. that means, i can change the HP Monitor with an other monitor with Freesync? Resolution and Hz is pointless then? Should it be fixed then? |
|||
12-03-2024, 02:56 PM
Post: #8637
|
|||
|
|||
RE: Custom Resolution Utility (CRU)
(12-02-2024 08:37 PM)y.c Wrote: thx for your fast answer.I can't guarantee that. It depends on how AMD implemented the VRAM clock switching. In theory it should work if all the monitors support FreeSync/VRR because the GPU can synchronize the blanking periods that way. You can try disconnecting the HP monitor and see if it works with just the Gigabyte and Acer monitors connected. |
|||
12-05-2024, 05:07 PM
(Last edited: 12-05-2024, 05:08 PM by lyndonguitar)
Post: #8638
|
|||
|
|||
RE: Custom Resolution Utility (CRU)
Hello, I am trying to create a shortcut for CRU's restart64.exe via Stream Deck. It works good, but for the prompt window that appears after "Graphics Driver Restarted, Restart Again, Recovery Mode, F8), can it be disabled? is there a command prompt switch perhaps to be made on a bat file so it won't appear?
|
|||
12-05-2024, 09:13 PM
Post: #8639
|
|||
|
|||
RE: Custom Resolution Utility (CRU)
Heya, registered here to make this post specifically.
First of all, thanks for this amazing utility! I've however encountered a weird issue with it: I have a 3060Ti, using 1 Display Port to connect to my main PC screen (LC Power M25-FHD-144, 144Hz per spec), and using the HDMI port for my second screen (HP 23CW, 60Hz per spec). Currently on Windows 10 22H2 with nvidia 552.44 drivers. Using your tool allowed (and still does) me to use my main PC screen @240Hz and 10-bit mode, and everything works fine, gsync and all. However, when I use CRU to make any kind of adjustments to my settings, and I try to reboot my pc my screen goes blank and the system is not responsive, I have to restart it. I have noticed that if I physically unplug my second display (the HDMI HP one), the problem goes away and everything works fine. I've tried different driver versions (newer ones), and they all acted the same. So overall, it all works until I try to restart my PC, at which point it can't properly boot into windows for whatever reason (it does work on the 2nd boot, power off and on via the power button), but works fine if I disconnect the 2nd display. It also works fine if I add the custom refresh rate via nVidia control panel, but I cannot set 10-bit without using CRU, at which point I get the same issue. I've tried to troubleshoot myself, using CRU only to add 240Hz, or only to add 10-bit, but it would not reboot properly either way. If I use nVidia and set 240Hz 8-bit, it reboots fine. If I unplug my 2nd display it also reboots fine. I hope I got my point across and that there's something simple I'm just overlooking. Thanks! |
|||
12-05-2024, 10:09 PM
Post: #8640
|
|||
|
|||
RE: Custom Resolution Utility (CRU)
(12-05-2024 09:13 PM)korisnik2007a Wrote: However, when I use CRU to make any kind of adjustments to my settings, and I try to reboot my pc my screen goes blank and the system is not responsive, I have to restart it.It's an NVIDIA driver bug. Their driver is hanging on boot when an EDID override is present with multiple displays connected, but it doesn't always happen. You should report the issue to NVIDIA. |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: ToastyX, 66 Guest(s)