[elrepo] Centos 7.6 nvidia issue

Brian Smith brian.o.smith1 at gmail.com
Mon Jan 21 07:21:10 EST 2019


Just reporting my experience with the CentOS 7.5 -> 7.6 update coincidental
with needing to switch from kmod-nvidia -> kmod-nvidia-390xx

# yum update

reports conflicts between different kmod-nvidia versions.

Trying to change kmod-nvidia first

# yum erase kmod-nvidia
# yum install kmod-nvidia-390xx

reveals conflicts between libglvnd-egl and mesa-libEGL etc. Solution is to
update mesa-libEGL first

# yum update mesa-libEGL

and then install libglvnd-egl

# yum install libglvnd-egl

before installing the 390xx driver

# yum install kmod-nvidia-390xx

and finishing the update

# yum update

Maybe time for another update to the kmod-nvidia package page?

http://elrepo.org/tiki/kmod-nvidia
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.elrepo.org/pipermail/elrepo/attachments/20190121/8b8224b1/attachment.html>


More information about the elrepo mailing list