You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Display server protocol and version, if known: Xorg
Desktop Environment: gnome
Composite Window Manager name and version: compizconfig 0.9.14.1 (but i don't use it much)
Description of the warning/error
I have 2 displays side by side, Monitor 1: 1920x1080 on the left and Monitor 2: 2400x1650 on the right.
I call sct_img = sct.grab({"top": 0, "left": 1920, "width": 1200, "height": 825})
to capture monitor 2, and it works fine, but when i enable fractional scaling from the display configuration window causes the following:
-the screen capture no longer starts capturing 1920 pixels from the left, and instead starts capturing 960pixels from the left.
-even though i capture 1200x825 pixels (half of 2400x1650) the image capture does not correspond to the quarter area of monitor 2, but instead to less than that.
Is there any way to fix this?
thanks
Upvote & Fund
We're using Polar.sh so you can upvote and help fund this issue.
We receive the funding once the issue is completed & confirmed by you.
Thank you in advance for helping prioritize & fund our backlog.
The text was updated successfully, but these errors were encountered:
General information:
For GNU/Linux users:
Description of the warning/error
I have 2 displays side by side, Monitor 1: 1920x1080 on the left and Monitor 2: 2400x1650 on the right.
I call
sct_img = sct.grab({"top": 0, "left": 1920, "width": 1200, "height": 825})
to capture monitor 2, and it works fine, but when i enable fractional scaling from the display configuration window causes the following:
-the screen capture no longer starts capturing 1920 pixels from the left, and instead starts capturing 960pixels from the left.
-even though i capture 1200x825 pixels (half of 2400x1650) the image capture does not correspond to the quarter area of monitor 2, but instead to less than that.
Is there any way to fix this?
thanks
Upvote & Fund
The text was updated successfully, but these errors were encountered: