如何安装intel集成图形控制器?

我试着找到我正在运行的显卡,终端中的命令只给我这个:

VGA compatible controller: Intel Corporation Atom Processor D4xx/D5xx/N4xx/N5xx Integrated Graphics Controller. 

如何安装正确的驱动程序? 我可以看到并非一切都正确显示。 我想设置一个合适的分辨率,但不能,因为我的Ubuntu 12.04机器上没有正确的驱动程序。 这是宏碁Aspire One上网本。

以下是安装英特尔图形卡驱动程序的方法

 1. If you are using Ubuntu 12.10 or higher, then you don't have to worry, as Intel has released a software for Linux system which will scans your graphics card and try to install appropriate graphics driver. Please refer following link: 

https://01.org/linuxgraphics/downloads/2013/intelr-linux-graphics-installer-version-1.0.2

 2. If you are using Ubuntu 12.04 or less then you can always install you graphics driver by running these command: $ sudo apt-get update $ sudo apt-get install xserver-xorg-video-intel 3. You can also give a try to this: $ sudo (jockey-gtk &) As it will scan all your available drivers and try to install the missing one. 4. If nothing works then finally install latest driver by following these steps: 
  • 打开Ubuntu软件中心
  • 从顶级菜单中,选择“ 编辑” | 软件来源 ……
  • 选择“ 其他软件”选项卡。
  • 单击添加 …按钮。
  • 输入以下内容:deb https://download.01.org/gfx/ubuntu/12.04/main
  • 单击+添加源按钮。
  • 请求时提供您的用户密码。
  • 单击“ 关闭”按钮。
  • 通过执行以下命令进行更新和安装:

     $ sudo apt-get update $ sudo apt-get install xserver-xorg-video-intel 

希望它对你有用!

你跑的是lspci | grep -i vga lspci | grep -i vga有效地为您提供“video卡”。 您已经在使用适合您系统的驱动程序。 如果你想看到内核驱动程序,你应该使用lspci -knn | grep -A2 VGA lspci -knn | grep -A2 VGA

 lspci -knn | grep -A2 VGA 03:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] RV515 [Radeon X1300/X1550] [1002:7146] Subsystem: VISIONTEK Device [1545:2352] Kernel driver in use: radeon ^^^^^^ 

如您所见,这是我专用video卡的“驱动程序”。 在你的情况下它显示,因为最近英特尔现在在他们的CPU中包含GPU属性。 所以输出是正确的。

如果您遇到当前驱动程序的问题,可能是一个错误,因此应该在LaunchPad中报告。 在AskUbuntu 有一个指南这样做 。

下载英特尔图形卡安装程序 。

英特尔Linux图形安装程序允许您轻松安装英特尔图形硬件的最新图形和video驱动程序。 这使您可以随时了解英特尔®图形堆栈的最新增强function,优化和修复,以确保您的英特尔图形硬件获得最佳用户体验。 英特尔®Linux图形安装程序可用于最新版本的Ubuntu和Fedora。

下载完成后,只需按键盘上的Ctrl + Alt + T即可打开终端。 打开时,导航到downloads文件夹,然后运行以下命令:

 sudo dpkg -i .deb 

安装完成后,运行已安装的应用程序,它将检测并下载适合您的驱动程序。

编辑

此驱动程序文件已经在12.04上完全更新了,它运行正常,但如果由于任何原因它出现错误或问题,您可以在此处下载1.0.1版本。 请记住这是32位版本。

编辑2

试试这个,只需按键盘上的Ctrl + Alt + T即可打开终端。 打开时,运行以下命令:

 sudo apt-add-repository ppa:glasen/intel-driver sudo apt-get update sudo apt-get install xserver-xorg-video-intel 

资料来源:英特尔