<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Neither ATI nor AMDGPU supports the resolutions for my 6520g BeaverCreek Graphics that catalyst does"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=95320#c19">Comment # 19</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Neither ATI nor AMDGPU supports the resolutions for my 6520g BeaverCreek Graphics that catalyst does"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=95320">bug 95320</a>
              from <span class="vcard"><a class="email" href="mailto:alexdeucher@gmail.com" title="Alex Deucher <alexdeucher@gmail.com>"> <span class="fn">Alex Deucher</span></a>
</span></b>
        <pre>(In reply to Lizzi Swane from <a href="show_bug.cgi?id=95320#c18">comment #18</a>)
<span class="quote">> xrandr --addmode HDMI-0 "1366x768_59.94"
> xrandr: cannot find mode "1366x768_59.94"

> xrandr --addmode HDMI-0 "1366x768_60"
> xrandr: cannot find mode "1366x768_60"

> cvt 1366 768
> # 1368x768 59.88 Hz (CVT) hsync: 47.79 kHz; pclk: 85.25 MHz
> Modeline "1368x768_60.00" 85.25 1368 1440 1576 1784 768 771 781 798 -hsync
> +vsync

> xrandr --addmode HDMI-0 "1366x768_59.88"
> xrandr: cannot find mode "1366x768_59.88"

> xrandr --addmode HDMI-0 "1366x768_60.00"
> xrandr: cannot find mode "1366x768_60.00"

> xrandr --addmode HDMI-0 "1366x768"
> xrandr: cannot find mode "1366x768"</span >

You have to define the mode first.  E.g.,

xrandr --newmode "1368x768_60.00" 85.25 1368 1440 1576 1784 768 771 781 798
-hsync +vsync
xrandr --addmode HDMI-0 "1366x768_60.00"</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>