GNOME Bugzilla – Bug 743957
gnome-screenshot doesn't support HiDPI display.
Last modified: 2019-07-24 18:37:07 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.
I pushed a more complete fix to master for this issue now.