我在桌面上使用 ubuntu 20.04。有时我会从 macbook air m1 通过远程桌面连接到它。
我的ubuntu屏幕分辨率跟笔记本不匹配,很不方便,我的笔记本分辨率是2560x1600。
因此,我尝试按照此方法添加新的屏幕分辨率关联
$ cvt 2560 1600
输出如下
# 2560x1600 59.99 Hz (CVT 4.10MA) hsync: 99.46 kHz; pclk: 348.50 MHz
Modeline "2560x1600_60.00" 348.50 2560 2760 3032 3504 1600 1603 1609 1658 -hsync +vsync
然后运行
$ `xrandr --newmode "2560x1600_60.00" 348.50 2560 2760 3032 3504 1600 1603 1609 1658 -hsync +vsync`
然后运行
$ xrandr --addmode HDMI-0 "2560x1600_60.00"
出现以下错误:
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 140 (RANDR)
Minor opcode of failed request: 18 (RRAddOutputMode)
Serial number of failed request: 43
Current serial number in output stream: 44