From 7ddfa06d6248ca18e33781ec8ba20163fc4c2ad5 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Fri, 16 Mar 2018 12:37:45 +0100 Subject: Port HiDPI support from slick-greeter. Inspired by these slick-greeter commits: commit ffd43c4d425e70bc003b490dcddb8fbae1fffea7 Author: Clement Lefebvre Date: Sat Apr 8 14:13:23 2017 +0100 HiDPI: Allow to force HiDPI support ON or OFF commit 809f1b30a321ae12fdd3ba154791f9ead291acc7 Author: Clement Lefebvre Date: Fri Apr 7 23:04:50 2017 +0100 HiDPI: Take the screen size in consideration HiDPI shouldn't be activated on large screens where the dpi is OK. commit 851fca4e5508471d6f388edcd0327c3fc5b2b12f Author: Clement Lefebvre Date: Fri Apr 7 18:43:42 2017 +0100 Add HiDPI support Only support 1x and 2x scale ratios for now. Also add a setting so the user can disable HiDPI support. --- data/org.ArcticaProject.arctica-greeter.gschema.xml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'data') diff --git a/data/org.ArcticaProject.arctica-greeter.gschema.xml b/data/org.ArcticaProject.arctica-greeter.gschema.xml index 7e8adc8..95ab139 100644 --- a/data/org.ArcticaProject.arctica-greeter.gschema.xml +++ b/data/org.ArcticaProject.arctica-greeter.gschema.xml @@ -106,6 +106,15 @@ 300 Number of seconds of inactivity before blanking the screen. Set to 0 to never timeout. + + + + + + + 'auto' + Whether to enable HiDPI support + 'service.arctica-project.org' Default FQDN for host offering Remote Logon Service -- cgit v1.2.3