@ -3,6 +3,11 @@ OUTPUT=$1
WIDTH=$SUNSHINE_CLIENT_WIDTH
HEIGHT=$SUNSHINE_CLIENT_HEIGHT
FPS=$SUNSHINE_CLIENT_FPS
if [ "$2" = "RESET" ]; then
WIDTH=1920
HEIGHT=1080
FPS=60
fi
# 使用 cvt 获取 modeline
MODELINE=$(cvt $WIDTH $HEIGHT $FPS | grep "Modeline" | cut -d' ' -f2-)
The note is not visible to the blocked user.