After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 743957 - gnome-screenshot doesn't support HiDPI display.
gnome-screenshot doesn't support HiDPI display.
Status: RESOLVED FIXED
Product: gnome-screenshot
Classification: Core
Component: general
3.10.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-screenshot-maint
gnome-screenshot-maint
Depends on:
Blocks:
 
 
Reported: 2015-02-04 04:18 UTC by woodrow.shen
Modified: 2019-07-24 18:37 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
The patch fix-hidpi-support just fix the wrong image size of screenshot when the desktop resolution is hidpi with a scale factor (e.g. 3840x2160). (2.99 KB, patch)
2015-02-04 04:18 UTC, woodrow.shen
none Details | Review

Description woodrow.shen 2015-02-04 04:18:06 UTC
Created attachment 296063 [details] [review]
The patch fix-hidpi-support just fix the wrong image size of screenshot when
the desktop resolution is hidpi with a scale factor (e.g. 3840x2160).

For hi-dpi display of resolution 3840x2160, the scale factor is 2 and uses gnome-screenshot to generate screenshot image. I think its size of the screenshot of the whole desktop should be 3840x2160. But it will get the image size of 1920x1080.
Comment 1 Cosimo Cecchi 2019-07-24 18:37:07 UTC
I pushed a more complete fix to master for this issue now.