正如标题所述,在我的 Advent QC5003 上使用 Ubuntu 20.04 时,我无法将屏幕分辨率提高到 Windows Vista 下的 1280x960。有什么方法可以将分辨率提高到这个水平,因为设置下没有选项?
答案1
我将此脚本添加到启动应用程序中
#!/bin/sh
xrandr --newmode vista_res 101.25 1280 1360 1488 1696 960 963 967 996
xrandr --addmode VGA-1 vista_res
xrandr --output VGA-1 --mode vista_res
解决了这个问题