Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to install intel integrated graphics card under ubuntu

2025-04-06 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

This article mainly explains "how to install intel integrated graphics card under ubuntu". The content of the article is simple and clear, and it is easy to learn and understand. Please follow the editor's train of thought to study and learn "how to install intel integrated graphics card under ubuntu".

Download the latest libdrm 2.4.9 (with patch, there is no need to set DRI in xorg)

Http://myubuntu.ca/download/libdrm-2.4.9.tar.bz2

And

Latest Intel Video Driver 2.5.1 (hit patch)

Http://myubuntu.ca/download/xf86-video-intel-2.5.1.tar.bz2

For 8.10, there is no Driver playing patch:

Http://xorg.freedesktop.org/archive/individual/driver/xf86-video-intel-2.5.1.tar.bz2

Compilation preparation:

Sudo apt-get install build-essential xorg-dev mesa-common-dev

Compile:

Tar xvjf libdrm-2.4.9.tar.bz2

Cd libdrm-2.4.9

. / configure-- prefix=/usr

Make

Sudo make install

Cd..

Tar xvjf xf86-video-intel-2.5.1.tar.bz2

Cd xf86-video-intel-2.5.1

. / configure-- prefix=/usr

Make

Sudo make install

Drive restore:

Sudo apt-get install libdrm2-reinstall

Sudo apt-get install xserver-xorg-video-intel-reinstall

P.S.

In / etc/X11/xorg.conf 's section "Device", it is better to have a Driver "intel", but it is not necessarily required. (if 3D is not available, add Driver "intel" to that section)

If glxgears prompts DRI for a problem, at the end of xorg.conf, add:

Section "DRI"

Mode 0666

EndSection

Thank you for reading, the above is the content of "how to install intel integrated graphics card under ubuntu". After the study of this article, I believe you have a deeper understanding of how to install intel integrated graphics card under ubuntu. Here is, the editor will push for you more related knowledge points of the article, welcome to follow!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report