The reason the CRTC isn't configured:
(xfsettingsd:1694): xfsettingsd-WARNING **: 15:02:36.290: Failed to configure CRTC 79 XRRSetCrtcConfig()=3.
This due to my patch:
--- xfce4-settings-4.13.4.orig/xfsettingsd/displays.c +++ xfce4-settings-4.13.4/xfsettingsd/displays.c @@ -1265,7 +1265,7 @@ xfce_displays_helper_apply_crtc (XfceRRC if (ret == RRSetConfigSuccess) crtc->changed = FALSE; else - g_warning ("Failed to configure CRTC %lu.", crtc->id); + g_warning ("Failed to configure CRTC %lu XRRSetCrtcConfig()=%d.", crtc->id, ret); } }
The reason the CRTC isn't configured:
(xfsettingsd:1694): xfsettingsd-WARNING **: 15:02:36.290: Failed to configure CRTC 79 XRRSetCrtcConfi g()=3.
This due to my patch:
--- xfce4-settings- 4.13.4. orig/xfsettings d/displays. c 4.13.4/ xfsettingsd/ displays. c helper_ apply_crtc (XfceRRC
crtc- >changed = FALSE; g()=%d. ", crtc->id, ret);
+++ xfce4-settings-
@@ -1265,7 +1265,7 @@ xfce_displays_
if (ret == RRSetConfigSuccess)
else
- g_warning ("Failed to configure CRTC %lu.", crtc->id);
+ g_warning ("Failed to configure CRTC %lu XRRSetCrtcConfi
}
}