Is there the display driver for nuc10i7fnh

Issues related to hardware problems
Post Reply
baowilliam
Posts: 3
Joined: 2020/08/11 00:42:08

Is there the display driver for nuc10i7fnh

Post by baowilliam » 2020/08/12 04:28:52

Hello all,
I installed centos 7 in nuc10i7fnh. But the display resolution has 600*800 only. I think I should installed the display driver. But I can't find it. Do you know where I can get this driver. Thank you!

User avatar
TrevorH
Site Admin
Posts: 33202
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: Is there the display driver for nuc10i7fnh

Post by TrevorH » 2020/08/12 10:36:09

Post the output from lspci -nn | grep -i vga
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

baowilliam
Posts: 3
Joined: 2020/08/11 00:42:08

Re: Is there the display driver for nuc10i7fnh

Post by baowilliam » 2020/08/18 13:03:09

Here is the output:
[root@localhost ~]# lspci -nn | grep -i vga
00:02.0 VGA compatible controller [0300]: Intel Corporation Device [8086:9bca] (rev 04)

User avatar
TrevorH
Site Admin
Posts: 33202
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: Is there the display driver for nuc10i7fnh

Post by TrevorH » 2020/08/18 13:09:12

Running grep -i 8086 /lib/modules/$(uname -r)/modules.* | grep -i 9bca on CentOS 7, fully up to date, finds nothing on that so I think it's unsupoprted. On CentOS 8 I get

Code: Select all

[root@centos8 ~]# grep -i 8086 /lib/modules/$(uname -r)/modules.* | grep -i 9bca
/lib/modules/4.18.0-193.14.2.el8_2.x86_64/modules.alias:alias pci:v00008086d00009BCAsv*sd*bc03sc*i* i915
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

Post Reply