Monitor Tests Forum

Full Version: Custom Resolution Utility (CRU)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811
Hi,

I've spent many hours in order to override EDID of my display properly but to no avail. I'd be very grateful if someone could help mi a bit.

My specs:
My display is LG 49UB820 (native resolution: 3840x2160, supports 3840x2160@60Hz on HDMI 2.0 most probably with chroma 4:2:2)
My graphics card is Nvidia GTX 970 (supports 3840x2160@60Hz on HDMI 2.0)
Cable used for connection: HDMI 2.0 -> HDMI 2.0

What I want to achieve:
I would like to modify EDID, so that 3840x2160@60Hz will be recognized by OS as native resolution of my display. This will allow me to use GPU scaling instead of display scaling when using 1920x1080@60Hz, which I presume will yield better results

Problem:
For some reason the default(not overrided) EDID does not contain information about 3840x2160@60Hz being supported. Reported max. resolution is 1920x1080@60Hz. Still in Windows in "resolution change" window I can set 3840x2160@60Hz without any problems, but it isn't marked as native resolution. When I try to add 3840x2160@60Hz to "Detailed resolutions" in CRU as the top entry two things can happen:
1. In case the driver isn't patched for pixel clock, after restarting driver the display goes black
2. In case the driver is patched, after restaring driver in "resolution change" window in Windows, the 3840x2160@60Hz is marked as native resolution, but after trying to set it the screen goes black.


Any help would be greatly appreciated!
(06-03-2015 02:36 PM)rychu_elektryk Wrote: [ -> ]Problem:
For some reason the default(not overrided) EDID does not contain information about 3840x2160@60Hz being supported. Reported max. resolution is 1920x1080@60Hz. Still in Windows in "resolution change" window I can set 3840x2160@60Hz without any problems, but it isn't marked as native resolution. When I try to add 3840x2160@60Hz to "Detailed resolutions" in CRU as the top entry two things can happen:
1. In case the driver isn't patched for pixel clock, after restarting driver the display goes black
2. In case the driver is patched, after restaring driver in "resolution change" window in Windows, the 3840x2160@60Hz is marked as native resolution, but after trying to set it the screen goes black.
Add an HDMI support data block in the custom extension block, or just import this file: https://www.monitortests.com/hdmi-audio.dat

HDMI will be treated as single-link DVI if HDMI support is not defined in the extension block. You shouldn't need the driver patch with HDMI support defined.
(06-03-2015 02:24 PM)ToastyX Wrote: [ -> ]
(06-03-2015 11:42 AM)JonnyRedHed Wrote: [ -> ]I think I've found something that might need your attention if it can be fixed. In the last few Nvidia drivers there has been the option to choose between 8bit and 10bit (12bpc). My 50 inch LG plasma can do 10bit but as I've installed these recent drivers I only had the 8 bit option (8bpc) after I restore my CRU profile etc and reboot.

I've just stumbled on something new as I installed the latest NVIDIA Driver 353.06 (and 353.12 hotfix driver). Before I got around to reloading my usual CRU profile and hdmi-audio etc. I noticed my NV panle was showing both 8bit and 10 bit (12bpc) options. But after I 'ok'ed and rebooted after CRU it was gone.

So I reset-all using your exe and rebooted and sure enough the 12pbc option was back again and could be set. I could then actualy see the 10bit when using the 10bit option via MadVR renderer.

Is there a way you could look into this with regards to these new recent NV drivers that allow 10bit output. It says 12bpc in the NV control panel.

I've retested this a few times and for me at least when I run my usual CRU set up when installing a new driver, it wipes the option to have 12bpc in the NV control panel.
CRU 1.2 already has support for this with custom extension block editing. Edit the HDMI support data block and enable the 30-bit and 36-bit deep color options.

Ah I see, thanks. I'd never clicked the edit custom extension block button before, this is new to me.
(06-03-2015 04:42 PM)ToastyX Wrote: [ -> ]
(06-03-2015 02:36 PM)rychu_elektryk Wrote: [ -> ]Problem:
For some reason the default(not overrided) EDID does not contain information about 3840x2160@60Hz being supported. Reported max. resolution is 1920x1080@60Hz. Still in Windows in "resolution change" window I can set 3840x2160@60Hz without any problems, but it isn't marked as native resolution. When I try to add 3840x2160@60Hz to "Detailed resolutions" in CRU as the top entry two things can happen:
1. In case the driver isn't patched for pixel clock, after restarting driver the display goes black
2. In case the driver is patched, after restaring driver in "resolution change" window in Windows, the 3840x2160@60Hz is marked as native resolution, but after trying to set it the screen goes black.
Add an HDMI support data block in the custom extension block, or just import this file: https://www.monitortests.com/hdmi-audio.dat

HDMI will be treated as single-link DVI if HDMI support is not defined in the extension block. You shouldn't need the driver patch with HDMI support defined.

Thanks Toasty for this answer and all your hard work. I really appreciate that.

Your solution unfortunately did not work for me.

I've reinstalled driver which I presume reverted all the changes that I've made so far. After re-installation, in "Screen Resolution" in Windows I can set 3840x2160 and it works flawlessly in 60Hz, though it's not marked as "Recommended". Only 1920x1080 is marked as "Recommended".

After importing hdmi-audio.dat into CRU, I've added new detailed resolution(3840x2160@60.000Hz, Automatic - LCD standard), as a top entry in "Detailed resolutions" section in main window of CRU. Additionally I've added the same resolution entry into "Detailed resolutions" section in "Extension Block" window. Then I've used the restart script. After the driver has restarted in "Screen Resolution" window in Windows there is no 3840x2160 resolution available anymore.

I don't know if it's relevant or not, but I use latest Nvidia drivers 353.06 and Windows 8.1 64bit.
(04-23-2015 12:39 PM)ToastyX Wrote: [ -> ]That adapter will allow 96 Hz but only at 6-bit color. That adapter can actually handle around 400 MHz, but DisplayPort will limit higher pixel clocks to 6-bit color.
Wow. That sucks. But thanks for the clarification!
(06-03-2015 06:44 PM)rychu_elektryk Wrote: [ -> ]After importing hdmi-audio.dat into CRU, I've added new detailed resolution(3840x2160@60.000Hz, Automatic - LCD standard), as a top entry in "Detailed resolutions" section in main window of CRU. Additionally I've added the same resolution entry into "Detailed resolutions" section in "Extension Block" window. Then I've used the restart script. After the driver has restarted in "Screen Resolution" window in Windows there is no 3840x2160 resolution available anymore.

I don't know if it's relevant or not, but I use latest Nvidia drivers 353.06 and Windows 8.1 64bit.
You don't need to add 3840x2160 @ 60 Hz in the extension block. It just needs to be the first detailed resolution in the main window. I don't know if HDMI 2.0 requires anything else in the extension block for NVIDIA to allow 3840x2160 @ 60 Hz.

Run reset-all.exe and restart. Then see if you can save the full EDID to a file using one of these programs:

http://www.entechtaiwan.com/util/moninfo.shtm
http://devgurus.amd.com/servlet/JiveServ...ID-1.2.zip

The full EDID should be 256 bytes. Post the file here so I can look at it. Then try importing the file with CRU. That should import the original extension block as a custom extension block. Try adding 3840x2160 @ 60 Hz as the first detailed resolution without changing anything else. If 3840x2160 isn't available after doing this, then the driver is not handling the override correctly.
(06-05-2015 04:47 AM)ToastyX Wrote: [ -> ]The full EDID should be 256 bytes. Post the file here so I can look at it. Then try importing the file with CRU. That should import the original extension block as a custom extension block. Try adding 3840x2160 @ 60 Hz as the first detailed resolution without changing anything else. If 3840x2160 isn't available after doing this, then the driver is not handling the override correctly.

Hi and sorry for late response.

I've attached my EDID.

I did what you told me, and 3840x2160@60 was available to choose in Windows. Still it was not marked as "Recommended", which is what I want to achieve.
(06-07-2015 08:25 AM)rychu_elektryk Wrote: [ -> ]I did what you told me, and 3840x2160@60 was available to choose in Windows. Still it was not marked as "Recommended", which is what I want to achieve.
That's strange. I don't see 3840x2160 @ 60 Hz anywhere in the EDID. It must be in the "Extended (14)" data block. I'm not sure how to decode it because it's not publicly documented, but just by looking at it, it seems to be the same format as the TV resolutions data block. If that's the case, it has 3840x2160 @ 50/60 Hz and 4096x2160 @ 50/60 Hz. If that's the only way to add 3840x2160 @ 60 Hz with HDMI 2.0, then I don't know how to mark it as recommended. -- Edit: I just found some information that suggests the data block is for YCbCr 4:2:0 resolutions. If that's the case, then the TV does not actually support HDMI 2.0 data rates.

What you can try instead is setting the first detailed resolution to 3840x2160 @ 30 Hz. Then hopefully GPU scaling will work with all the other refresh rates.
Dear forum, I have just purchased an LG49UB820v for use as second monitor with my Dell Precision M4700 FirePro M4000 windows 8.1 workstation, after verifying with AMD technical support that the hardware is capable of supporting 4k@60hz. Until hdmi 2.0 adapters are available I could live with 4k@30hz, however the AMD Catalyst Control Centre only lists 1080p. I tried creating a custom resolution in CCC but with a very odd result. Firstly I checked that I could create lower custom resolutions using CVT timing settings. Then I tried a 3840 X 2160 @ 30hz resolution with CVT timing. During verification CCC raises a message that the flat panel does not support this custom resolution. However CCC does not reject the custom resolution: it is shown as the current applied custom resolution also after restarting windows. Despite the applied custom resolution the display remains in 1080p mode. I wonder if in this situation I should next try CRU, or is there perhaps an extra adjustment I need to make in CCC ? As a total newbie I am grateful for any help with this issue.
(06-07-2015 10:24 AM)maxwerks Wrote: [ -> ]Dear forum, I have just purchased an LG49UB820v for use as second monitor with my Dell Precision M4700 FirePro M4000 windows 8.1 workstation, after verifying with AMD technical support that the hardware is capable of supporting 4k@60hz. Until hdmi 2.0 adapters are available I could live with 4k@30hz, however the AMD Catalyst Control Centre only lists 1080p. I tried creating a custom resolution in CCC but with a very odd result. Firstly I checked that I could create lower custom resolutions using CVT timing settings. Then I tried a 3840 X 2160 @ 30hz resolution with CVT timing. During verification CCC raises a message that the flat panel does not support this custom resolution. However CCC does not reject the custom resolution: it is shown as the current applied custom resolution also after restarting windows. Despite the applied custom resolution the display remains in 1080p mode. I wonder if in this situation I should next try CRU, or is there perhaps an extra adjustment I need to make in CCC ? As a total newbie I am grateful for any help with this issue.
If the hardware and driver supported 3840x2160, then you shouldn't have to add a custom resolution. It should just work. You should bug AMD technical support about this because they gave you bad information.

If the monitor already defines 3840x2160 @ 30 Hz, then CRU will not help. This would be a pixel clock limitation in the driver. I don't know if the pixel clock patch will work with the FirePro M4000, but it's worth a try: https://www.monitortests.com/forum/Threa...ck-Patcher
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811
Reference URL's