How to fixed HDMI resolution output 1920x1080p

Could you try to set below file as “monitors.xml” under ~/.config/. ?

<monitors version="1">
  <configuration>
      <clone>no</clone>
      <output name="HDMI-0">
          <vendor>ACR</vendor>
          <product>0x0440</product>
          <serial>0x52201c2a</serial>
          <width>1920</width>
          <height>1080</height>
          <rate>60</rate>
          <x>0</x>
          <y>0</y>
          <rotation>normal</rotation>
          <reflect_x>no</reflect_x>
          <reflect_y>no</reflect_y>
          <primary>yes</primary>
      </output>
  </configuration>
</monitors>
~                                                                                                                                                                                                                   
~