5 lines
158 B
Bash
Executable file
5 lines
158 B
Bash
Executable file
xrandr -q
|
|
xrandr --output LVDS --pos 1024x0
|
|
xrandr --output VGA-0 --mode 1024x768
|
|
xrandr --output LVDS --mode 1024x768
|
|
xrandr --output VGA-0 --right-of LVDS
|