ubuntu如何更改显示器分辨率

looks like you have the xrandr syntax wrong and you don't need to run it sudo either.

first introduce the mode to xrandr

xrandr --newmode 1920x1080_60 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync Then assign it to the relevant output (e.g. hdmi, dp1 , vga)

xrandr --addmode VGA-0 1920x1080_60

Then make the output use the new resolution

xrandr --output VGA-0 --mode 1920x1080_60

最后于 2021-9-7 被admin编辑 ,原因:
回帖 回帖
全部楼主
  • 浪子 2
    https://askubuntu.com/questions/770248/add-resolution-to-ati-card-16-04
  • 回帖…
×