xsession: set X1 resolution to 1920x1080

HiDPI support is not quite here in Linux
This commit is contained in:
Vincent Bernat 2014-06-08 11:24:08 +02:00
parent 75e7d632d4
commit 21f9dd0237

View file

@ -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