<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Sapphire Pulse RX 5700 XT power consumption"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=111482#c16">Comment # 16</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Sapphire Pulse RX 5700 XT power consumption"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=111482">bug 111482</a>
              from <span class="vcard"><a class="email" href="mailto:asheldon55@gmail.com" title="Andrew Sheldon <asheldon55@gmail.com>"> <span class="fn">Andrew Sheldon</span></a>
</span></b>
        <pre>One possibility could be to create a custom modeline, perhaps trying refresh
rates between 30-60hz (starting with 45hz), so you can find a point where the
high idle power usage kicks in. Reduced blanking modes could be useful if it's
a case of bandwidth.

See: <a href="https://github.com/kevinlekiller/cvt_modeline_calculator_12">https://github.com/kevinlekiller/cvt_modeline_calculator_12</a>

Something like this, using just xrandr (-b option indicating reduced blanking
v2 mode):

./cvt12 5120 1440 45 -b

Which yields:
Modeline "5120x1440_45.00_rb2"  344.21  5120 5128 5160 5200  1440 1457 1465
1471 +hsync -vsync

Then:
xrandr --output DisplayPort-2 --newmode "5120x1440_45.00_rb2" 344.21  5120 5128
5160 5200  1440 1457 1465 1471 +hsync -vsync

xrandr --output DisplayPort-2 --addmode DisplayPort-2 "5120x1440_45.00_rb2"

xrandr --output DisplayPort-2 --mode "5120x1440_45.00_rb2"</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>