GNOME Bugzilla – Bug 792765
PATCH: meta-monitor: Set MINIMUM_LOGICAL_HEIGHT to 480
Last modified: 2018-01-23 03:09:50 UTC
Created attachment 367189 [details] [review] [PATCH] meta-monitor: Set MINIMUM_LOGICAL_HEIGHT to 480 Hi, Not sure if bugzilla still is the proper patch submission route with the gitlab move coming up, but since I don't know better here I am :) Using 800x600 as minimum logical size is very 4:3 thinking, while a lot of modern devices are 16:9. The specific reason for this commit is to allow 1.5 scaling at mini-laptops (clamshell devices) with e.g. a 5.5" 1280x720 screen. Given that this device has a keyboard, one obviously is not holding it very close to ones eyes and at 220 dpi that means the text is too small at scale 1.0. For one real world example of such a device see: https://en.wikipedia.org/wiki/GPD_Win Regards, Hans
Review of attachment 367189 [details] [review]: commit subject should be "monitor: Set ..". Otherwise lgtm. Also, bugzilla is the way to go until the migration has happened, so you're in the right place!
Created attachment 367233 [details] [review] [PATCH] monitor: Set MINIMUM_LOGICAL_HEIGHT to 480 Hi Jonas, Here is a new version with the subject fixed up. I still don't have gnome commit access so if you can push this for me, that would be great. Regards, Hans
Backported to gnome-3-26 too.