OS/Ubuntu

Ubuntu Intel graphics driver install

강서버 2020. 10. 19. 06:52

1. VGA driver found

1.1 lspci

user@localhost:~$ lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics Controller (rev 06)

 

1.2 inxi (sudo apt install inxi)

user@localhost:~$ inxi -G
Graphics:
  Device-1: Intel Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics 
  driver: i915 v: kernel 
  Display: x11 server: X.Org 1.20.13 driver: i915 resolution: 1920x1080~60Hz 
  OpenGL: renderer: Mesa DRI Intel HD Graphics 4600 (HSW GT2) 
  v: 4.5 Mesa 21.2.6 

 

2. Intel driver install

user@localhost:~$ sudo apt install xserver-xorg-video-intel
[sudo] user의 암호: 
패키지 목록을 읽는 중입니다... 완료
의존성 트리를 만드는 중입니다       
상태 정보를 읽는 중입니다... 완료
패키지 xserver-xorg-video-intel는 이미 최신 버전입니다 (2:2.99.917+git20200226-1).
0개 업그레이드, 0개 새로 설치, 0개 제거 및 0개 업그레이드 안 함.

 

 

참조 : askubuntu.com/questions/166224/how-do-i-install-the-intel-graphics-driver-in-my-system

 

How do I install the Intel Graphics driver in my system?

Can someone help me out and explain or point me in the right direction on how to check video drivers and see if my video card running okay? I had 10.04 installed on my Thinkpad r61 with Compiz Man...

askubuntu.com