[krfb] [Bug 419814] krfb does not show full screen in client if display is scaled

2024-01-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=419814

--- Comment #9 from nope1000...@gmail.com ---
(In reply to nope100 from comment #8)
> The exact same problem happens when the remote computer is running a Wayland
> session. I don't know if it would be better to open a new ticket or reopen
> this one but since it's the exact same problem I preferred the latter. 
> 
> When the display of the remote computer is scaled only the upper left
> computer is shown on the client and scaling the output on the client seems
> not possible. Just right the original report. The solution provided seems to
> only cover Xorg and indeed all works flawlessly on Xorg remote sessions. We
> need a solution for Plasma Wayland too, also considering at this moment
> there is no other native way to remote controlling a graphic session on
> Plasma Wayland (The RDP server seems not being ready yet) and still Wayland
> is to be becoming default on Plasma 6 (and the only choice on Fedora)

Just some corrections on my previous message:

The upper left OF THE SCREEN*
Just LIKE* the original report

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

[krfb] [Bug 419814] krfb does not show full screen in client if display is scaled

2024-01-09 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=419814

nope1000...@gmail.com changed:

   What|Removed |Added

 CC||nope1000...@gmail.com
 Resolution|FIXED   |---
 Status|RESOLVED|REOPENED

--- Comment #8 from nope1000...@gmail.com ---
The exact same problem happens when the remote computer is running a Wayland
session. I don't know if it would be better to open a new ticket or reopen this
one but since it's the exact same problem I preferred the latter. 

When the display of the remote computer is scaled only the upper left computer
is shown on the client and scaling the output on the client seems not possible.
Just right the original report. The solution provided seems to only cover Xorg
and indeed all works flawlessly on Xorg remote sessions. We need a solution for
Plasma Wayland too, also considering at this moment there is no other native
way to remote controlling a graphic session on Plasma Wayland (The RDP server
seems not being ready yet) and still Wayland is to be becoming default on
Plasma 6 (and the only choice on Fedora)

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

[krfb] [Bug 419814] krfb does not show full screen in client if display is scaled

2020-09-14 Thread Daragh
https://bugs.kde.org/show_bug.cgi?id=419814

--- Comment #7 from Daragh  ---
thank you!

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

[krfb] [Bug 419814] krfb does not show full screen in client if display is scaled

2020-09-14 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=419814

Christoph Feck  changed:

   What|Removed |Added

   Version Fixed In|20.08.1 |20.08.2

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

[krfb] [Bug 419814] krfb does not show full screen in client if display is scaled

2020-09-14 Thread Alexey Min
https://bugs.kde.org/show_bug.cgi?id=419814

Alexey Min  changed:

   What|Removed |Added

   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=389754
   Version Fixed In||20.08.1

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

[krfb] [Bug 419814] krfb does not show full screen in client if display is scaled

2020-09-14 Thread Alexey Min
https://bugs.kde.org/show_bug.cgi?id=419814

Alexey Min  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/netw |https://invent.kde.org/netw
   |ork/krfb/commit/933169b4c0e |ork/krfb/commit/024ce87b3af
   |3ea9796783f70eca2f0aae29dea |0c7b8cffbf2065c3f083a057edb
   |2f  |70

--- Comment #6 from Alexey Min  ---
Git commit 024ce87b3af0c7b8cffbf2065c3f083a057edb70 by Alexey Min, on behalf of
Stefan Brüns.
Committed on 15/09/2020 at 00:03.
Pushed by alexeymin into branch 'release/20.08'.

Compensate for global scale factor when using xcb fb plugin

The screen geometry is reported in device independent pixels, so it has
to be multiplied by the devicePixelRatio to get the size of the underlying
framebuffer. Otherwise, only the top left of the screen will be captured.

This matches the behavior of QScreen::grabWindow(...), which also
returns a QPixmap of the given size scaled by devicePixelRatio.

M  +5-2framebuffers/xcb/xcb_framebuffer.cpp

https://invent.kde.org/network/krfb/commit/024ce87b3af0c7b8cffbf2065c3f083a057edb70

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

[krfb] [Bug 419814] krfb does not show full screen in client if display is scaled

2020-08-27 Thread Stefan Brüns
https://bugs.kde.org/show_bug.cgi?id=419814

Stefan Brüns  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/netw
   ||ork/krfb/commit/933169b4c0e
   ||3ea9796783f70eca2f0aae29dea
   ||2f
 Status|CONFIRMED   |RESOLVED

--- Comment #5 from Stefan Brüns  ---
Git commit 933169b4c0e3ea9796783f70eca2f0aae29dea2f by Stefan Brüns.
Committed on 28/08/2020 at 02:08.
Pushed by bruns into branch 'master'.

Compensate for global scale factor when using xcb fb plugin

The screen geometry is reported in device independent pixels, so it has
to be multiplied by the devicePixelRatio to get the size of the underlying
framebuffer. Otherwise, only the top left of the screen will be captured.

This matches the behavior of QScreen::grabWindow(...), which also
returns a QPixmap of the given size scaled by devicePixelRatio.

M  +5-1framebuffers/xcb/xcb_framebuffer.cpp

https://invent.kde.org/network/krfb/commit/933169b4c0e3ea9796783f70eca2f0aae29dea2f

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

[krfb] [Bug 419814] krfb does not show full screen in client if display is scaled

2020-08-27 Thread Daragh
https://bugs.kde.org/show_bug.cgi?id=419814

--- Comment #4 from Daragh  ---
thanks @alexey

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

[krfb] [Bug 419814] krfb does not show full screen in client if display is scaled

2020-08-26 Thread Alexey Min
https://bugs.kde.org/show_bug.cgi?id=419814

Alexey Min  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 CC||alexey@gmail.com
 Ever confirmed|0   |1

--- Comment #3 from Alexey Min  ---
might be fixed by https://invent.kde.org/network/krfb/-/merge_requests/7

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

[krfb] [Bug 419814] krfb does not show full screen in client if display is scaled

2020-04-28 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=419814

Christoph Feck  changed:

   What|Removed |Added

   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=417310

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

[krfb] [Bug 419814] krfb does not show full screen in client if display is scaled

2020-04-08 Thread Daragh
https://bugs.kde.org/show_bug.cgi?id=419814

Daragh  changed:

   What|Removed |Added

Summary|krfb does not show full |krfb does not show full
   |resolution client   |screen in client if display
   ||is scaled

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