Custom Resolution Utility (CRU)
|
02-13-2020, 10:00 PM
Post: #4471
|
|||
|
|||
RE: Custom Resolution Utility (CRU)
(02-12-2020 03:37 PM)Seneral Wrote: Hello,I don't see why AMD's driver wouldn't use the timing parameters provided by the EDID. The only problem I see is when you entered the custom resolution, the "G.Refresh Rate" is set to 59.939 Hz instead of 50 Hz. |
|||
02-13-2020, 10:38 PM
Post: #4472
|
|||
|
|||
RE: Custom Resolution Utility (CRU)
(02-13-2020 10:00 PM)ToastyX Wrote:Not sure either, but it definitely does read something wrong. Double checked after reinstallation with factory reset of the radeon software. https://imgur.com/COkKdIT(02-12-2020 03:37 PM)Seneral Wrote: Hello,I don't see why AMD's driver wouldn't use the timing parameters provided by the EDID. The only problem I see is when you entered the custom resolution, the "G.Refresh Rate" is set to 59.939 Hz instead of 50 Hz. Yeah not sure why that was not 50.000 there, that screen was from when the drivers didn't even acknowledged the display as 1440x2560 at all (luckily that is fixed now). Pretty sure it was automatically changed. Unfortunately it does not make a difference, radeon software still insists the LCD is incompatible with these settings, which is plain wrong. My other machine managed to drive the LCD just fine with these settings... Visual glitches still there, btw I can't expain why it works at all (minus gitches, flickering, etc) given that the timings are competely wrong... At this point it clearly seems like a radeon driver issue, but I can't seem to get help over at the radeon forums. Any tips? Thanks! |
|||
02-13-2020, 11:39 PM
Post: #4473
|
|||
|
|||
RE: Custom Resolution Utility (CRU)
(02-13-2020 10:38 PM)Seneral Wrote: Not sure either, but it definitely does read something wrong. Double checked after reinstallation with factory reset of the radeon software. https://imgur.com/COkKdITFor some reason it's using the GTF standard instead, which matches the "Old standard" timing parameters with CRU. What happens if you make any changes with CRU? Try deleting all the detailed resolutions in the extension block since they're just duplicates. You probably won't get any help on their forum. Try submitting an online service request: https://www.amd.com/en/support/contact-email-form |
|||
02-14-2020, 04:38 AM
Post: #4474
|
|||
|
|||
RE: Custom Resolution Utility (CRU)
(02-13-2020 10:38 PM)Seneral Wrote: Visual glitches still there, btw I can't expain why it works at all (minus gitches, flickering, etc) given that the timings are competely wrong...Can you post the EDID as text? Online OCR sometimes confuses some of the digits. It appears to be a Sharp LS060R1SX01 panel, but the Vendor ID (LZT) and Product ID (1) don't seem to be valid. The CTA extension block includes an HDMI VSDB. Does the display have an HDMI input and audio output (either speakers or headphone jack)? |
|||
02-14-2020, 04:08 PM
(Last edited: 02-14-2020, 04:12 PM by Seneral)
Post: #4475
|
|||
|
|||
RE: Custom Resolution Utility (CRU)
(02-13-2020 11:39 PM)ToastyX Wrote:Tried that using CRU properly (deleted all the detailed resolutions) and hit ok, then restart64.exe. Crashed the driver and apparently broke it, radeon software was telling me to reinstall the driver, so I did.(02-13-2020 10:38 PM)Seneral Wrote: Not sure either, but it definitely does read something wrong. Double checked after reinstallation with factory reset of the radeon software. https://imgur.com/COkKdITFor some reason it's using the GTF standard instead, which matches the "Old standard" timing parameters with CRU. What happens if you make any changes with CRU? Try deleting all the detailed resolutions in the extension block since they're just duplicates. Thanks, will try that! (02-14-2020 04:38 AM)joevt Wrote:Sure, sorry didn't think of it, here's the full output of xrandr --verbose on the linux rig where it works.(02-13-2020 10:38 PM)Seneral Wrote: Visual glitches still there, btw I can't expain why it works at all (minus gitches, flickering, etc) given that the timings are competely wrong...Can you post the EDID as text? Online OCR sometimes confuses some of the digits. It's this exact LCD with the standard HDMI to MIPI bridge, no audio. It says LS055R1SX03 there, even though CRU says LS055R1SX01, so maybe they silently switched versions in the one year I had it (edit: no, definitely LS055R1SX03, LS055R1SX01 is 6"... guess it makes not much difference but already tells alot about how the board is set up. Might want to try to edit the firmware on the board). Here's the export of CRU, not sure how this is related to proper EDID. Have failed to parse either of them using an online edid parser, will try offline. |
|||
02-14-2020, 05:43 PM
Post: #4476
|
|||
|
|||
RE: Custom Resolution Utility (CRU)
(02-14-2020 04:08 PM)Seneral Wrote: Sure, sorry didn't think of it, here's the full output of xrandr --verbose on the linux rig where it works.I used my script at https://gist.github.com/joevt/32e5efffe3...02579b9529 and edid-decode at https://git.linuxtv.org/edid-decode.git/about/ to examine the EDIDs and make modifications which you can import into CRU (from the modified.bin file). Do you need YCbCr mode? 4:2:2? or 4:2:0? |
|||
02-14-2020, 06:09 PM
Post: #4477
|
|||
|
|||
RE: Custom Resolution Utility (CRU)
(02-14-2020 04:08 PM)Seneral Wrote: Tried that using CRU properly (deleted all the detailed resolutions) and hit ok, then restart64.exe. Crashed the driver and apparently broke it, radeon software was telling me to reinstall the driver, so I did.You shouldn't have to reinstall the driver. If the driver crashes while restarting, sometimes it's still disabled after rebooting. Just run restart64.exe again to enable it. |
|||
02-14-2020, 06:39 PM
Post: #4478
|
|||
|
|||
RE: Custom Resolution Utility (CRU)
(02-14-2020 04:08 PM)Seneral Wrote: Sure, sorry didn't think of it, here's the full output of xrandr --verbose on the linux rig where it works.I don't know what "export of CRU" is because CRU doesn't output that format and it's missing the extension block that is shown in your screen shot. I see the problem now. The HDMI data block is missing the maximum TMDS clock. This causes AMD's driver to limit HDMI to 165 MHz pixel clock, which causes it to ignore all the resolutions. Just import this file: https://www.monitortests.com/download/dat/hdmi.dat |
|||
02-14-2020, 06:43 PM
Post: #4479
|
|||
|
|||
RE: Custom Resolution Utility (CRU)
(02-14-2020 05:43 PM)joevt Wrote: I used my script at https://gist.github.com/joevt/32e5efffe3...02579b9529 and edid-decode at https://git.linuxtv.org/edid-decode.git/about/ to examine the EDIDs and make modifications which you can import into CRU (from the modified.bin file). Do you need YCbCr mode? 4:2:2? or 4:2:0?That will not work. You removed HDMI support, which will make HDMI act like single-link DVI, which is limited to 165 MHz pixel clock. |
|||
02-14-2020, 08:32 PM
Post: #4480
|
|||
|
|||
RE: Custom Resolution Utility (CRU)
Hi, I have an AOC C24G1 (AOC2401 - 24G1WG4) monitor and an RX 5700 card and I'm trying to make the RAM clock frequency lower when idle. I have learnt, that at default settings with hdmi, I can set the refresh to 100Hz to achieve this, with displayport 120Hz also works. CRU Display Properties reports 300MHz as Max pixel clock with hdmi and 330 with displayport.
I'm trying to adjust settings with CRU, but I have issues: I cannot find the fullhd 120Hz settings to edit (to make 120Hz work with hdmi as well) Detailed resolutions list only 60 and 144hz modes. I cannot set up 144Hz to get the needed result, LCD standard setting provides black screen, adjusting the blanking lines manually sometimes works, but screen seems to be blurry even when the system reports 1080p resolution. The 144hz resolution has 325Mhz pixel clock, standard sets this to 346.55Mhz. Is it possible that this monitor cannot go this high, and that's why I cannot set the standard setting? Or should I try with better cables maybe? |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 272 Guest(s)