Comment 19 for bug 1759950

Revision history for this message
TJ (tj) wrote :

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);
     }
 }