diff options
author | root <root@dharma.jones.dk> | 2011-05-06 10:18:52 +0200 |
---|---|---|
committer | root <root@dharma.jones.dk> | 2011-05-06 10:18:52 +0200 |
commit | c209fbe3f2f6dd24776ca0649182b532490f21d9 (patch) | |
tree | 9be96ba738eba1f36a6f41c07ff4b25cb5ae65eb /localxrandr | |
parent | 4783d9be7f82668910efadf5abdce35a64ae72c8 (diff) |
Put LVDS right of LCD in localxrandr.
Diffstat (limited to 'localxrandr')
-rwxr-xr-x | localxrandr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/localxrandr b/localxrandr index ed1816d..43abe19 100755 --- a/localxrandr +++ b/localxrandr @@ -36,7 +36,7 @@ if [ -n "$lcd" ] && [ -n "$dvi" ]; then if [ -n "$xinerama" ]; then xrandr \ --output "$lcd" --mode 1280x800 --rotate normal \ - --output "$dvi" --mode 1680x1050 --rotate normal --above $lcd --preferred + --output "$dvi" --mode 1680x1050 --rotate normal --left-of $lcd --preferred # xrandr \ # --output "$lcd" --mode 1280x800 --rotate left \ # --output "$dvi" --mode 1680x1050 --rotate left --right-of $lcd |