https://bugs.kde.org/show_bug.cgi?id=370494

Sebastian Kügler <se...@kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |CONFIRMED
     Ever confirmed|0                           |1

--- Comment #8 from Sebastian Kügler <se...@kde.org> ---
Thanks! Could you also post the output of:

* kscreen-console (should show the same mode info as xrandr -q, but does it
really?)
* and the remaining files in ~/.local/share/kscreen/

Also, if you look "tail -f ~/.local/share/kscreen/", are there any new events
in kscreen.log when you resize the window?

If you kill kscreen_backend_launcher (it will be automatically restarted when
needed), does kscreen-console show the information matching with xrandr -q?

I've looked into the hotplug flag that was added in GNOME to make this case
work, but this is not available through XCB (I couldn't find it), but should
work automatically -- that is we do monitor the relevant events for the output,
this is done in libkscreen/backends/xcblistener.cpp

    xcb_randr_select_input(c, m_window,
            XCB_RANDR_NOTIFY_MASK_SCREEN_CHANGE |
            XCB_RANDR_NOTIFY_MASK_OUTPUT_CHANGE |
            XCB_RANDR_NOTIFY_MASK_CRTC_CHANGE |
            XCB_RANDR_NOTIFY_MASK_OUTPUT_PROPERTY
    );

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to