鸿蒙4 xfce4 xwayland 分辨率怎么调整呢,现在字和图标非常小

#!/bin/bash
sleep 2
xrandr --newmode “1920x1080_60.00” 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
xrandr --addmode HDMI-1 “1920x1080_60.00”
xrandr --output HDMI-1 --mode “1920x1080_60.00”