From f3f37543362a4c38c19df762c34d7a29edeec7c7 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Fri, 19 Feb 2016 10:06:22 +0100 Subject: [PATCH] xsettings: compatibility with modeset driver --- bin/xsettingsd-setup | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/xsettingsd-setup b/bin/xsettingsd-setup index 088249b..fed400b 100755 --- a/bin/xsettingsd-setup +++ b/bin/xsettingsd-setup @@ -6,6 +6,7 @@ case $(hostname),$(xrandr --current | \ sed -n 's/\([^ ]*\) connected .*[0-9][0-9]*x[0-9][0-9]*+[0-9][0-9]*+[0-9][0-9]* .*/\1/p' | \ sort | tr '\n' ':') in zoro,eDP1:) dpi=144 ;; + zoro,eDP-1:) dpi=144 ;; *) dpi=96 ;; esac