Skip to content
  • Daniel Vrátil's avatar
    XRandR: handle changeOutput() without CRTC better · d3c0b50e
    Daniel Vrátil authored
    It is possible that XRandROutput counterpart to KScreen::Output does not have
    a CRTC set while the KScreen::Output reports itself as enabled. This leads to
    changeOutput() hitting an assert, because we assumed that such case can never
    happen. Now we know it can, so instead when changeOutput() is called for an
    output without CRTC, we fallback to calling enableOutput().
    
    BUG: 344813
    FIXED-IN: 5.5.5
    d3c0b50e