problem after upgrade graphic card

Latest response

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,

When the desktop works properly and everything is displayed as expected, you can ignore the message ... nothing to worry about. :)

Regards,
Christian

Thanks Christian,

Yes, the desktop work as well but have a little problem, the desktop animation not work and is enabled.

Thanks advance.

Hi Enzo,

I assume the desktop animation doesn't work because you are running the system in a vmware virtual machine. :)

Regards,
Christian

Hi Christian,

Not is a physical desktop, is not a virtual environment, i think that you say because in the log that I show in the last post say:

[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)

I dont know why show vmware, I run over physical desktop, this is my dmidecode

System Information Manufacturer: ASUS Product Name: All Series Version: System Version Serial Number: System Serial Number UUID: 26E6C1E0-D7DA-11DD-9B46-0862662928F6 Wake-up Type: Power Switch SKU Number: All Family: ASUS MB

thank you

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

Oh okay, thank you very much Christian, by your time and patience, last ask, if I installed from repository need to do some changes to disable nouveau or just installed and the kernel will set automatically it in the next boot?

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.rpm
sudo rpm -ivh https://download1.rpmfusion.org/free/el/rpmfusion-free-release-7.noarch.rpm
sudo rpm -ivh https://download1.rpmfusion.org/nonfree/el/rpmfusion-nonfree-release-7.noarch.rpm

sudo yum update
sudo yum install akmod-nvidia kernel-devel
sudo reboot

The nouveau drivers are getting disabled automatically - after the restart NVIDIA drivers are in use.

Cheers :)
Christian

Thanks again Christian, I'll try then.

Best regards.

You're welcome, Enzo - good luck.
Please report back the results ... :)

Regards,
Christian

Close

Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.