Skip to content

Commit 00e43b5

Browse files
author
bud3699
committed
restructure of xml
1 parent e3f58b6 commit 00e43b5

File tree

1 file changed

+32
-22
lines changed

1 file changed

+32
-22
lines changed

Virtual Display Driver (HDR)/vdd_settings.xml

Lines changed: 32 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -44,32 +44,16 @@
4444

4545

4646
</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-->
5149
<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-->
5553
<!-- Warning: Leaving logging on too long can lead to excessive filesize. Especially DebugLogging, which should only be used for short periods to log errors. -->
5654
<!-- Logging: Useful to troubleshoot and determine which GPUs are being used, and if displays are working as intended.-->
5755
<!-- 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>
7357
<colour>
7458
<SDR10bit>false</SDR10bit>
7559
<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 @@
8468
Any invalid colour formats which are used will default to use RGB
8569
-->
8670
</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-->
96+
</edid>
8797
</vdd_settings>

0 commit comments

Comments
 (0)