Last active
August 29, 2015 14:03
-
-
Save M66B/a9bbd30bfe4032233ea9 to your computer and use it in GitHub Desktop.
Acer C720 external monitor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
xrandr --output HDMI1 --auto --output eDP1 --auto --below HDMI1 | |
http://www.thinkwiki.org/wiki/Xorg_RandR_1.2#Now_automate_it_on_login | |
EXTERNAL_OUTPUT="HDMI1" | |
INTERNAL_OUTPUT="eDP1" | |
EXTERNAL_LOCATION="above" | |
Alternative command | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment