摘要:我想将我的 Ubuntu 盒子的分辨率设置为 2560x1440(我的屏幕分辨率),但最高可以达到 1920x1440。
目前,我尝试按照以下说明进行操作:如何设置自定义分辨率?
我跑了
test@ubuntu20box:~$ cvt 2560 1440 60
# 2560x1440 59.96 Hz (CVT 3.69M9) hsync: 89.52 kHz; pclk: 312.25 MHz
Modeline "2560x1440_60.00" 312.25 2560 2752 3024 3488 1440 1443 1448 1493 -hsync +vsync
test@ubuntu20box:~$ xrandr --newmode "2560x1440_60" 312.25 2560 2752 3024 3488 1440 1443 1448 1493 -hsync +vsync
test@ubuntu20box:~$ xrandr
Screen 0: minimum 1 x 1, current 1920 x 1440, maximum 8192 x 8192
Virtual1 connected primary 1920x1440+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
800x600 60.00 + 60.32
2560x1600 59.99
1920x1440 60.00*
1856x1392 60.00
1792x1344 60.00
1920x1200 59.88
1600x1200 60.00
1680x1050 59.95
1400x1050 59.98
1280x1024 60.02
1440x900 59.89
1280x960 60.00
1360x768 60.02
1280x800 59.81
1152x864 75.00
1280x768 59.87
1024x768 60.00
640x480 59.94
Virtual2 disconnected (normal left inverted right x axis y axis)
Virtual3 disconnected (normal left inverted right x axis y axis)
Virtual4 disconnected (normal left inverted right x axis y axis)
Virtual5 disconnected (normal left inverted right x axis y axis)
Virtual6 disconnected (normal left inverted right x axis y axis)
Virtual7 disconnected (normal left inverted right x axis y axis)
Virtual8 disconnected (normal left inverted right x axis y axis)
2560x1440_60 (0x163) 312.250MHz -HSync +VSync
h: width 2560 start 2752 end 3024 total 3488 skew 0 clock 89.52KHz
v: height 1440 start 1443 end 1448 total 1493 clock 59.96Hz
test@ubuntu20box:~$ xrandr --addmode Virtual1 2560x1440_60
test@ubuntu20box:~$ xrandr -s 16:9
test@ubuntu20box:~$ xrandr -s 2560x1440_60 (RESULTS IN BLANK SCREEN WITH ONLY MOUSE)
上面的最后一行(xrandr -s 2560x1440_60
)导致屏幕空白,我必须xrandr -s 0
重置回 800x800 显示屏才能看到任何内容。
显示设置中的这两个选项(2560x1600 和 2560x1440)均不起作用。列出分辨率选项的显示设置图像
更多背景信息:我运行并安装了 VirtualBox Guest Additions,版本为 6.1.17,似乎安装正确,因为我可以获得高于 800x800 的分辨率。我在机器设置中尝试了其他显示适配器。
我有一个 Ubuntu 16 盒子,在任何分辨率下都可以正常工作。它会自动将分辨率调整为窗口大小等。我不知道如何让 Ubuntu 20 ox 做到这一点。
答案1
啊啊啊啊啊啊啊啊啊啊啊
这个问题困扰了我两天,现在我刚刚才明白过来。
事实证明,我只需要为机器分配更多的视频内存即可获得更高的分辨率。就是这样。
我会保留这一点以防其他人稍后也遇到困难。