diff options
| author | Anton Bobov <abobov@gmail.com> | 2013-09-25 19:29:06 +0600 |
|---|---|---|
| committer | Anton Bobov <abobov@gmail.com> | 2013-09-25 20:19:55 +0600 |
| commit | 30012dbda6ac6fd4e2f11707c93aedd8ef7b86b6 (patch) | |
| tree | 3359884b0f2d0e7c5be3be2c66fc29912ab37b49 /f7-script.sh | |
| parent | b323d38acdae3c2e01408184456289124ea3a59f (diff) | |
Update.
Diffstat (limited to 'f7-script.sh')
| -rwxr-xr-x | f7-script.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/f7-script.sh b/f7-script.sh index ab3178b..6607b0c 100755 --- a/f7-script.sh +++ b/f7-script.sh @@ -3,7 +3,7 @@ set -e INTERNAL=LVDS1 -EXTERNAL=VGA1 +EXTERNAL=HDMI1 show_usage() { cat <<END @@ -25,7 +25,6 @@ screen_external() { xrandr --output "$EXTERNAL" --auto } screen_internal() { - xrandr --output "$EXTERNAL" --off xrandr --output "$INTERNAL" --auto } screen_mirror() { |
