Last modified by Leon Poon on 2021/03/05 12:25

From version 15.1
edited by Leon Poon
on 2019/03/30 17:33
Change comment: There is no comment for this version
To version 21.1
edited by Leon Poon
on 2021/03/05 12:25
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,3 +1,7 @@
1 +Back panel:
2 +
3 +[[image:u3011_back.png]]
4 +
1 1  HDMI 2560x1600@60Hz.
2 2  
3 3  [[image:IMG-20190331-WA0002.jpg||alt="2560x1600@60Hz Sweeet"]]
... ... @@ -12,9 +12,9 @@
12 12  Modeline "2560x1600R" 268.50 2560 2608 2640 2720 1600 1603 1609 1646 +hsync -vsync
13 13  {{/code}}
14 14  
15 -edid.bin:
19 +edid.bin (you should insert your own monitor serial number):
16 16  
17 -{{code}}
21 +{{code language=plain}}
18 18  0000000 ff00 ffff ffff 00ff ac10 4064 0000 0000
19 19  0000010 161b 0301 4080 7828 8dea ad85 354f 25b1
20 20  0000020 500e a554 004b 4f71 0081 8081 00d1 40a9
... ... @@ -36,7 +36,7 @@
36 36  
37 37  xorg.conf (Nvidia)
38 38  
39 -{{code}}
43 +{{code language=plain}}
40 40  Section "Screen"
41 41   Identifier "Screen0"
42 42   Device "Device0"
... ... @@ -296,3 +296,26 @@
296 296  +00000f0 001a 0000 0000 0000 0000 0000 0000 1600
297 297   0000100
298 298  {{/code}}
303 +
304 +ConvertĀ edid-hdmi.bin to windows reg file:
305 +
306 +{{code language="bash"}}
307 +hexdump -C edid-hdmi.bin | sed -r \
308 + -e 's/ /,/g' -e 's/,,/ /g' \
309 + -e 's/ \|.*//g' \
310 + -e 's/^00000000 /"0"=hex:/g' \
311 + -e 's/^00000080 /"1"=hex:/g' \
312 + -e 's/^........ / /g' \
313 + -e 's/(.{4}) /\1,/g' \
314 + -e 's/$/,\\/g'
315 +{{/code}}
316 +
317 +Fix the trailing commas, add your own header:
318 +
319 +{{code language="plain"}}
320 +Windows Registry Editor Version 5.00
321 +
322 +[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\DISPLAY\DEL4064\YOUR_UID_HEREEEEE\Device Parameters\EDID_Override]
323 +"0"=hex:...
324 +"1"=hex:...
325 +{{/code}}
u3011_back.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.CodePowered
Size
... ... @@ -1,0 +1,1 @@
1 +278.1 KB
Content