From abf39c9727b17ca2589aac8de97273f3470cd5a0 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Fri, 23 Jul 2010 11:50:19 +0200 Subject: Support nouveau output names in localxrandr. --- localxrandr | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'localxrandr') diff --git a/localxrandr b/localxrandr index 17d773e..11d2b81 100755 --- a/localxrandr +++ b/localxrandr @@ -14,13 +14,13 @@ dvi= tv= for output in $(xrandr | egrep '^[^ ]+ connected' | awk '{print $1}'); do case $output in - LVDS|LVDS1) + LVDS|LVDS1|LVDS-1) lcd="$output" ;; VGA) vga="$output" ;; - TMDS-1|DVI1) + TMDS-1|DVI1|DVI-1-1) dvi="$output" ;; TV) -- cgit v1.2.3