[SOLVED] How do I install Intel HD Graphics 530?

Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
LinuxEnthusiast

[SOLVED] How do I install Intel HD Graphics 530?

Post by LinuxEnthusiast »

Hello,
This is my first post here and it's been a month since I've installed Linux mint 19. Can anyone help me with the installation of the above mentioned driver?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
JerryF
Level 16
Level 16
Posts: 6570
Joined: Mon Jun 08, 2015 1:23 pm
Location: Rhode Island, USA

Re: How do I install Intel HD Graphics 530?

Post by JerryF »

Please run this command in Terminal, then copy and paste the result within code tags:

Code: Select all

inxi -Fxz
LinuxEnthusiast

Re: How do I install Intel HD Graphics 530?

Post by LinuxEnthusiast »

Code: Select all

 System:    Host:Kernel: 4.15.0-32-generic x86_64
           bits: 64 gcc: 7.3.0
           Desktop: Cinnamon 3.8.8 (Gtk 3.22.30-1ubuntu1)
           Distro: Linux Mint 19 Tara
Machine:   Device: desktop Mobo: ASUSTeK model: H110M-D v: Rev X.0x serial: N/A
           UEFI [Legacy]: American Megatrends v: 2002 date: 09/20/2016
CPU:       Dual core Intel Core i3-6100 (-MT-MCP-) 
           arch: Skylake-S rev.3 cache: 3072 KB
           flags: (lm nx sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx) bmips: 14784
           clock speeds: max: 3700 MHz 1: 800 MHz 2: 800 MHz 3: 800 MHz
           4: 800 MHz
Graphics:  Card: Intel HD Graphics 530 bus-ID: 00:02.0
           Display Server: x11 (X.Org 1.19.6 )
           drivers: modesetting (unloaded: fbdev,vesa)
           Resolution: 1366x768@59.79hz
           OpenGL: renderer: Mesa DRI Intel HD Graphics 530 (Skylake GT2)
           version: 4.5 Mesa 18.0.5 Direct Render: Yes
Audio:     Card Intel Sunrise Point-H HD Audio
           driver: snd_hda_intel bus-ID: 00:1f.3
           Sound: Advanced Linux Sound Architecture v: k4.15.0-32-generic
Network:   Card: Realtek RTL8111/8168/8411 PCIE Gigabit Ethernet Controller
           driver: r8169 v: 2.3LK-NAPI port: e000 bus-ID: 02:00.0
           IF: enp2s0 state: up speed: 100 Mbps duplex: full mac: <filter>
Drives:    HDD Total Size: 1000.2GB (8.0% used)
           ID-1: /dev/sda model: WDC_WD10EZEX size: 1000.2GB
Partition: ID-1: / size: 19G used: 14G (79%) fs: ext4 dev: /dev/sda6
           ID-2: /home size: 655G used: 53G (9%) fs: ext4 dev: /dev/sda7
           ID-3: /boot size: 945M used: 427M (49%) fs: ext4 dev: /dev/sda8
           ID-4: swap-1 size: 8.19GB used: 0.00GB (0%)
           fs: swap dev: /dev/sda1
RAID:      No RAID devices: /proc/mdstat, md_mod kernel module present
Sensors:   System Temperatures: cpu: 29.8C mobo: 27.8C
           Fan Speeds (in rpm): cpu: 0
Info:      Processes: 191 Uptime: 8 min Memory: 1406.1/3842.1MB
           Init: systemd runlevel: 5 Gcc sys: 7.3.0
           Client: Shell (bash 4.4.191) inxi: 2.3.56 
Hoser Rob
Level 20
Level 20
Posts: 11796
Joined: Sat Dec 15, 2012 8:57 am

Re: How do I install Intel HD Graphics 530?

Post by Hoser Rob »

You already have the correct driver (modesetting). There's no other one, Intel doesn't really do binary video drivers. Is there a problem with video you're trying to solve?
For every complex problem there is an answer that is clear, simple, and wrong - H. L. Mencken
gm10

Re: How do I install Intel HD Graphics 530?

Post by gm10 »

^ true but if you want video hardware acceleration you'll also need:

Code: Select all

apt install i965-va-driver
If you need vdpau (probably not but in case of doubt just get it, anyway) then run this and uncomment the last two lines (=remove the # sign in front) in the editor that pops up:

Code: Select all

apt install libvdpau-va-gl1
xed admin:///etc/X11/Xsession.d/20vdpau-va-gl
LinuxEnthusiast

Re: How do I install Intel HD Graphics 530?

Post by LinuxEnthusiast »

Hoser Rob wrote: Sat Aug 18, 2018 8:53 am You already have the correct driver (modesetting). There's no other one, Intel doesn't really do binary video drivers. Is there a problem with video you're trying to solve?
I just want to ensure that the graphic drivers are in place so that I can enjoy a smooth gaming experience. :D
Locked

Return to “Graphics Cards & Monitors”