英特尔显卡

英特尔显卡

我最近在我的 Thinkpad 上安装了 Ubuntu 14.04 LTS,它带有英特尔 HD 4600 显卡。当我尝试检查其他驱动程序时,它说没有找到其他驱动程序。此命令的输出,

apt-cache policy xserver-xorg-video-intel* | grep Installed
 Installed: (none)
  Installed: (none)
  Installed: (none)
  Installed: (none)
  Installed: (none)
  Installed: (none)
  Installed: (none)
  Installed: (none)
  Installed: 2:2.99.910-0ubuntu1.6
  Installed: (none)
  Installed: (none)
  Installed: (none)

output of this command lshw -c video is
WARNING: you should run this program as super-user.
  *-display               
       description: VGA compatible controller
       product: 4th Gen Core Processor Integrated Graphics Controller
       vendor: Intel Corporation
       physical id: 2
       bus info: pci@0000:00:02.0
       version: 06
       width: 64 bits
       clock: 33MHz
       capabilities: vga_controller bus_master cap_list rom
       configuration: driver=i915 latency=0
       resources: irq:46 memory:f0000000-f03fffff memory:e0000000-efffffff ioport:3000(size=64)

我不想让 CPU 超载。我想用我的笔记本电脑玩 Steam 的中端游戏。我需要使用英特尔图形安装程序安装显卡驱动程序吗?oibaf?x-swat?我不知道 xorg 或 mesa utils 到底是什么,以及是否有必要。

答案1

您不需要为该图形适配器安装任何驱动程序。

该驱动程序已默认安装在 Ubuntu 中。

您可以看到您有i915内核模块和xserver-xorg-video-intel用户空间驱动程序。

相关内容