mirror of
https://github.com/Erreur32/cheat.git
synced 2024-11-01 05:21:06 +01:00
12 lines
319 B
Plaintext
12 lines
319 B
Plaintext
# 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
|