You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Virtual Display Driver (HDR)/vdd_settings.xml
+32-22Lines changed: 32 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -44,32 +44,16 @@
44
44
45
45
46
46
</resolutions>
47
-
<options>
48
-
<CustomEdid>false</CustomEdid> <!-- Custom Edid should be named "user_edid.bin"! This does not support emulating resolutions!-->
49
-
<PreventSpoof>false</PreventSpoof> <!--Enable this to prevent manufacturer spoofing when using custom edid. Please only do so if you need to!-->
50
-
<EdidCeaOverride>false</EdidCeaOverride> <!--Enable this to override or add hard coded cea-extension block to custom Edid support allowing you to enable HDR-->
47
+
<logging>
48
+
<SendLogsThroughPipe>true</SendLogsThroughPipe> <!-- Can only send logs through pipe if logging is enabled-->
51
49
<logging>false</logging>
52
-
<!-- DEBUG LOGGING FOR EXPERTS ONLY!-->
53
-
<debuglogging>false</debuglogging>
54
-
<!-- DEBUG LOGS CAN GENERATE 1000+ LINES-->
50
+
<!-- DEBUG LOGGING FOR EXPERTS ONLY!-->
51
+
<debuglogging>false</debuglogging>
52
+
<!-- DEBUG LOGS CAN GENERATE 1000+ LINES-->
55
53
<!-- Warning: Leaving logging on too long can lead to excessive filesize. Especially DebugLogging, which should only be used for short periods to log errors. -->
56
54
<!-- Logging: Useful to troubleshoot and determine which GPUs are being used, and if displays are working as intended.-->
57
55
<!-- Debug Logging: Logs local system information with every driver function/event/process. Useful for GitHub Help Tickets.-->
58
-
<SendLogsThroughPipe>true</SendLogsThroughPipe>
59
-
</options>
60
-
<cursor>
61
-
<HardwareCursor>true</HardwareCursor> <!--Whether to display a hardware cursor in the buffer (If disabled streaming apps will use client cursor)-->
62
-
<CursorMaxY>128</CursorMaxY> <!--The maximum height support for all cursor types. Older intel cpus may be limited to 64x64 -->
63
-
<CursorMaxX>128</CursorMaxX> <!--The maximum width supported for all supported cursor types.-->
64
-
<AlphaCursorSupport>true</AlphaCursorSupport> <!--Indicates if the adapter supports the 32-bit alpha cursor format. Most cursors are alpha format.-->
65
-
<XorCursorSupportLevel>2</XorCursorSupportLevel> <!-- Do not change if you don't know what you're doing -->
66
-
<!--
67
-
0 = IDDCX_XOR_CURSOR_SUPPORT_UNINITIALIZED
68
-
1 = IDDCX_XOR_CURSOR_SUPPORT_NONE
69
-
2 = IDDCX_XOR_CURSOR_SUPPORT_FULL
70
-
3 = IDDCX_XOR_CURSOR_SUPPORT_EMULATION
71
-
-->
72
-
</cursor>
56
+
</logging>
73
57
<colour>
74
58
<SDR10bit>false</SDR10bit>
75
59
<HDRPlus>false</HDRPlus> <!-- If you have SDR10 bit enabled, HDRPlus wont work - there’s a conflict because the display system cannot simultaneously handle both high dynamic range 12-bit and standard dynamic range 10-bit settings. -->
@@ -84,4 +68,30 @@
84
68
Any invalid colour formats which are used will default to use RGB
85
69
-->
86
70
</colour>
71
+
<cursor>
72
+
<HardwareCursor>true</HardwareCursor>
73
+
<!--Whether to display a hardware cursor in the buffer (If disabled streaming apps will use client cursor)-->
74
+
<CursorMaxY>128</CursorMaxY>
75
+
<!--The maximum height support for all cursor types. Older intel cpus may be limited to 64x64 -->
76
+
<CursorMaxX>128</CursorMaxX>
77
+
<!--The maximum width supported for all supported cursor types.-->
78
+
<AlphaCursorSupport>true</AlphaCursorSupport>
79
+
<!--Indicates if the adapter supports the 32-bit alpha cursor format. Most cursors are alpha format.-->
80
+
<XorCursorSupportLevel>2</XorCursorSupportLevel>
81
+
<!-- Do not change if you don't know what you're doing -->
82
+
<!--
83
+
0 = IDDCX_XOR_CURSOR_SUPPORT_UNINITIALIZED
84
+
1 = IDDCX_XOR_CURSOR_SUPPORT_NONE
85
+
2 = IDDCX_XOR_CURSOR_SUPPORT_FULL
86
+
3 = IDDCX_XOR_CURSOR_SUPPORT_EMULATION
87
+
-->
88
+
</cursor>
89
+
<edid>
90
+
<CustomEdid>false</CustomEdid>
91
+
<!-- Custom Edid should be named "user_edid.bin"! This does not support emulating resolutions!-->
92
+
<PreventSpoof>false</PreventSpoof>
93
+
<!--Enable this to prevent manufacturer spoofing when using custom edid. Please only do so if you need to!-->
94
+
<EdidCeaOverride>false</EdidCeaOverride>
95
+
<!--Enable this to override or add hard coded cea-extension block to custom Edid support allowing you to enable HDR-->
0 commit comments