[Bug 95320] Neither ATI nor AMDGPU supports the resolutions for my 6520g BeaverCreek Graphics that catalyst does
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon May 9 20:19:33 UTC 2016
https://bugs.freedesktop.org/show_bug.cgi?id=95320
--- Comment #19 from Alex Deucher <alexdeucher at gmail.com> ---
(In reply to Lizzi Swane from comment #18)
> 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"
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"
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.x.org/archives/xorg-driver-ati/attachments/20160509/4845bfe5/attachment.html>
More information about the xorg-driver-ati
mailing list