1<?xml version='1.0' encoding='utf-8' standalone='yes' ?> 2<display-settings> 3 <!-- Use physical port number instead of local id --> 4 <config identifier="1" /> 5 6 <!-- Display settings for the driver display --> 7 <display name="port:0" 8 ignoreOrientationRequest="true" /> 9 10 <!-- Display settings for cluster --> 11 <display name="port:1" 12 ignoreOrientationRequest="true" 13 dontMoveToTop="true" /> 14</display-settings> 15