我最近在我的桌面上安装了 Ubuntu 12.04。Ubuntu 显示的系统详细信息如下:
现在我不明白为什么图形是“未知的”。不是应该显示吗
图形:英特尔公司 Ivy Bridge 图形控制器(修订版 09)
(因为我的主板上没有安装任何其他显卡,所以它应该显示默认的)。
当我执行:
lspci | grep VGA
Run Code Online (Sandbox Code Playgroud)
这显示了
00:02.0 VGA compatible controller: Intel Corporation Ivy Bridge Graphics Controller (rev 09)
Run Code Online (Sandbox Code Playgroud)
然后我执行了:
sudo apt-get install xserver-xorg-video-intel
Run Code Online (Sandbox Code Playgroud)
它给出了以下输出:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are …Run Code Online (Sandbox Code Playgroud)