Merge pull request #264 from JindrichPilar/master

Added xrandr cheat
This commit is contained in:
Chris Lane 2016-03-14 14:17:14 -04:00
commit 3b73b9b06b
1 changed files with 11 additions and 0 deletions

11
cheat/cheatsheets/xrandr Normal file
View File

@ -0,0 +1,11 @@
# To enable HDMI2 output with maximal resolution:
xrandr --output HDMI2 --auto
# To enable HDMI2 output with specific resolution:
xrandr --output HDMI2 --mode 1280x800
# To enable HDMI2 output next to HDMI1 output:
xrandr --output HDMI2 --auto --right-of HDMI1
# To disable HDMI2 output:
xrandr --output HDMI2 --off