diff options
author | Jonas Smedegaard <dr@jones.dk> | 2010-07-23 11:50:19 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2010-07-23 11:50:19 +0200 |
commit | abf39c9727b17ca2589aac8de97273f3470cd5a0 (patch) | |
tree | 0c2ca58608f99a69a69f4ae87e5477a6405cf623 /localxrandr | |
parent | b01271c9f53c194508ca711045f5ad9833b0df7d (diff) |
Support nouveau output names in localxrandr.
Diffstat (limited to 'localxrandr')
-rwxr-xr-x | localxrandr | 4 |
1 files changed, 2 insertions, 2 deletions
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) |