-p
This commit is contained in:
@ -28,7 +28,9 @@ echo "---------------"
|
|||||||
xrandr | grep disconnected | awk '{print $1}'
|
xrandr | grep disconnected | awk '{print $1}'
|
||||||
echo "---------------"
|
echo "---------------"
|
||||||
read -p 'Enter one of the ports to be used for VNC: ' PORT
|
read -p 'Enter one of the ports to be used for VNC: ' PORT
|
||||||
|
|
||||||
xrandr --addmode $PORT $RESOLUTION
|
xrandr --addmode $PORT $RESOLUTION
|
||||||
|
sleep 10
|
||||||
xrandr --output $PORT --mode $RESOLUTION
|
xrandr --output $PORT --mode $RESOLUTION
|
||||||
|
|
||||||
echo Configure the new diplay where you want
|
echo Configure the new diplay where you want
|
||||||
|
Reference in New Issue
Block a user