problem after upgrade graphic card
Hello all,
Recently i upgraded my graphic card from gt620 to gtx1060, I'm using nouveau driver and work as well, without problems but after change the hw, when boot show this message:
nouveau 0000:01:00.0: priv: HUB0: 00d054 000000007 (1e408216)
DRM: Pointer to flat panel tablet invalid
failed to create kernel channel, -22
Thank you advance, best regards.
[root@localhost-desktop earroyo]# glxinfo | grep OpenGL
OpenGL vendor string: VMware, Inc.
OpenGL renderer string: Gallium 0.4 on llvmpipe (LLVM 3.9, 256 bits)
OpenGL version string: 2.1 Mesa 17.0.1
OpenGL shading language version string: 1.30
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 2.0 Mesa 17.0.1
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 1.0.16
OpenGL ES profile extensions:
Responses
Hi Enzo,
Okay - you have a very new NVIDIA graphics adapter which is not fully supported by the open source nouveau drivers so far. You may want to consider installing the proprietary NVIDIA drivers in order to make full usage of the capabilities of the GEFORCE GTX 1060 graphics. If you decide to do that, I can recommend to install the NVIDIA drivers from the RPM Fusion repositories. :)
Regards,
Christian
Hi Enzo,
This is all you have to do to install the NVIDIA drivers - open a terminal and execute these commands :
sudo rpm -ivh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpmsudo rpm -ivh https://download1.rpmfusion.org/free/el/rpmfusion-free-release-7.noarch.rpmsudo rpm -ivh https://download1.rpmfusion.org/nonfree/el/rpmfusion-nonfree-release-7.noarch.rpm
sudo yum updatesudo yum install akmod-nvidia kernel-develsudo reboot
The nouveau drivers are getting disabled automatically - after the restart NVIDIA drivers are in use.
Cheers :)
Christian
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
