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
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,6 @@
48
48
<CustomEdid>false</CustomEdid> <!-- Custom Edid should be named "user_edid.bin"! This does not support emulating resolutions!-->
49
49
<PreventSpoof>false</PreventSpoof> <!--Enable this to prevent manufacturer spoofing when using custom edid. Please only do so if you need to!-->
50
50
<EdidCeaOverride>false</EdidCeaOverride> <!--Enable this to override or add hard coded cea-extension block to custom Edid support allowing you to enable HDR-->
51
-
<HardwareCursor>true</HardwareCursor>
52
51
<SDR10bit>false</SDR10bit>
53
52
<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. -->
54
53
<logging>false</logging>
@@ -60,4 +59,10 @@
60
59
<!-- Debug Logging: Logs local system information with every driver function/event/process. Useful for GitHub Help Tickets.-->
61
60
<SendLogsThroughPipe>true</SendLogsThroughPipe>
62
61
</options>
62
+
<cursor>
63
+
<HardwareCursor>true</HardwareCursor> <!--Whether to display a hardware cursor in the buffer (If disabled streaming apps will use client cursor)-->
64
+
<CursorMaxY>128</CursorMaxY> <!--The maximum height support for all cursor types. Older intel cpus may be limited to 64x64 -->
65
+
<CursorMaxX>128</CursorMaxX> <!--The maximum width supported for all supported cursor types.-->
66
+
<AlphaCursorSupport>true</AlphaCursorSupport> <!--Indicates if the adapter supports the 32-bit alpha cursor format. Most cursors are alpha format.-->
0 commit comments