Formatted all pages according to guidelines.

This commit is contained in:
Ruben Vereecken
2016-01-07 18:31:27 +01:00
parent efa4cbd4de
commit 066582e8ea
284 changed files with 1338 additions and 1364 deletions

View File

@@ -1,23 +1,23 @@
# xrandr
> Set the size, orientation and/or reflection of the outputs for a screen
> Set the size, orientation and/or reflection of the outputs for a screen.
- Display the current state of the system (known screens, resolutions, ...)
- Display the current state of the system (known screens, resolutions, ...):
`xrandr --query`
- Disable disconnected outputs and enable connected ones with default settings
- Disable disconnected outputs and enable connected ones with default settings:
`xrandr --auto`
- Change the resolution and update frequency of DisplayPort 1 to 1920x1080, 60Hz
- Change the resolution and update frequency of DisplayPort 1 to 1920x1080, 60Hz:
`xrandr --output {{DP1}} --mode {{1920x1080}} --rate {{60}}`
- Set the resolution of HDMI2 to 1280x1024 and put it on the right of DP1
- Set the resolution of HDMI2 to 1280x1024 and put it on the right of DP1:
`xrandr --output {{HDMI2}} --mode {{1280x1024}} --right-of {{DP1}}`
- Disable the VGA1 output
- Disable the VGA1 output:
`xrandr --output {{VGA1}} --off`