From 21f9dd0237f98922f99bf2f481fc5daa4a94bc00 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sun, 8 Jun 2014 11:24:08 +0200 Subject: [PATCH] xsession: set X1 resolution to 1920x1080 HiDPI support is not quite here in Linux --- xsession | 3 +++ 1 file changed, 3 insertions(+) diff --git a/xsession b/xsession index edb8cdb..1f0e3fe 100644 --- a/xsession +++ b/xsession @@ -36,6 +36,9 @@ case "$(hostname)" in alucard) xrandr --output DVI-0 --auto --primary --output DisplayPort-0 --auto --right-of DVI-0 ;; + zoro) + xrandr --output eDP1 --mode 1920x1080 # no HiDPI... + ;; esac [ -x /usr/sbin/rfkill ] && rfkill block all 2> /dev/null