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

Albert Astals Cid <aa...@kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|UNCONFIRMED                 |RESOLVED
      Latest Commit|                            |https://commits.kde.org/krf
                   |                            |b/b2cb3e8204aa86a11f9f597f2
                   |                            |a5d8a7a22f387fc

--- Comment #4 from Albert Astals Cid <aa...@kde.org> ---
Git commit b2cb3e8204aa86a11f9f597f2a5d8a7a22f387fc by Albert Astals Cid, on
behalf of Alexey Min.
Committed on 15/06/2017 at 21:21.
Pushed by aacid into branch 'master'.

Implement XCB framebuffer plugin (port from x11)

Previously used x11 plugin does not compile with Qt5, because Qt5 does
not use Xlib, it uses xcb. Rewrite screen capture plugin from Xlib to
xcb.

I made xcb libs compile required dependency, but availability of X
shared memory extension is checked at runtime. It is used to effectively
get image pixels data, instead of transfering 8Mb over the wire. Xdamage
is used to limit image getting operations only within actually changed
rectangles of screen.

Tested on single-monitor system and dual-monitor, where primary monitor
does not start at (0,0) coordinate. Image transfer works fine.
Dual-monitor only has problems with receiving mouse cursor position and
clicks, but this should be fixed outside of framebuffer plugin.

Differential Revision: https://phabricator.kde.org/D5211

M  +11   -10   CMakeLists.txt
M  +3    -1    framebuffers/CMakeLists.txt
A  +28   -0    framebuffers/xcb/CMakeLists.txt
A  +107  -0    framebuffers/xcb/krfb_framebuffer_xcb.desktop
A  +81   -0    framebuffers/xcb/krfb_framebuffer_xcb.json
A  +685  -0    framebuffers/xcb/xcb_framebuffer.cpp     [License: GPL (v2+)]
A  +48   -0    framebuffers/xcb/xcb_framebuffer.h     [License: GPL (v2+)]
A  +46   -0    framebuffers/xcb/xcb_framebufferplugin.cpp     [License: GPL
(v2+)]
A  +45   -0    framebuffers/xcb/xcb_framebufferplugin.h     [License: GPL
(v2+)]
M  +1    -1    krfb/krfb.kcfg

https://commits.kde.org/krfb/b2cb3e8204aa86a11f9f597f2a5d8a7a22f387fc

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

Reply via email to