On Sun, Apr 24, 2022 at 11:56 AM Tom Horsley <horsley1953@gmail.com> wrote:
On Sun, 24 Apr 2022 11:21:35 -0700
Jack Craig wrote:

> hi all,
>
> i am trying to fathom what hung me out to dry trying to
> evaluate resolution options for  my F34/hdtv.

See this bug I submitted about wayland not interpreting EDID correctly
for an HD TV. Naturally it was closed (because I have better things to do
than re-test bugs on every release cycle :-).

https://bugzilla.redhat.com/show_bug.cgi?id=1648608

monitor.xml sounds interesting, I should look at it if I want to try
and use wayland again. First I've heard of it.
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-leave@lists.fedoraproject.org
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure

 diff .config/monitors.xml .config/monitors.xml-
16,18c16,18
<           <width>3840</width>
<           <height>2160</height>
<           <rate>30</rate>
---
>           <width>2560</width>
>           <height>1440</height>
>           <rate>59.960628509521484</rate>

the first version is the working version, the 2560x1440

i am wondering if the invalid format is the refresh not being an even 30 ???

thx, ...