我有一台旧电脑,安装了新的 Ubuntu 16.04(全新安装)。由于它在高清显示器上仅显示 1280x1024,我的第一个猜测是显示驱动程序问题。
看了微星的网站,猜想这是我的微星主板。
如何获得 Ubuntu 的显示驱动程序?在那个站点上只有 Windows 操作系统的驱动程序。
$ lspci -nnk | grep -A3 VGA
01:00.0 VGA compatible controller [0300]: VIA Technologies, Inc. P4M890 [S3 UniChrome Pro] [1106:3343] (rev 01)
Subsystem: Micro-Star International Co., Ltd. [MSI] P4M890 [S3 UniChrome Pro] [1462:7255]
Kernel modules: viafb
04:01.0 Audio device [0403]: VIA Technologies, Inc. VT8237A/VT8251 HDA Controller [1106:3288] (rev 10)
$ xrandr -d :0
xrandr: Failed to get size of gamma for output default
Screen 0: minimum 1280 x 1024, current 1280 x 1024, maximum 1280 x 1024
default connected primary 1280x1024+0+0 0mm x 0mm
1280x1024 77.00*
我的问题是我的分辨率在一台带
S3 UniChrome Pro
显卡的旧笔记本电脑上停留在 640x480。安装软件包xserver-xorg-video-openchrome
并重新启动系统后,我能够使用显示器的标准分辨率(即 1280x800)。