why do i need to ignore the invidia bro ?uninstall the proprietary NVIDIA drivers and disable the use of nouveau drivers.
open a terminal and run:
Sudo apt-get install gksu
gksudo gedit / etc / default / grub add nouveau.modeset = 0 to the line GRUB_CMDLINE_LINUX_DEFAULT = "quiet splash"
so that it reads GRUB_CMDLINE_LINUX_DEFAULT = "quiet splash nouveau.modeset = 0".
save changes and close the file.
now run these commands:
Sudo update-grub
Sudo apt-get purge nvidia *
Sudo reboot
you are now using integrated Intel graphics and NVIDIA graphics are not in use.