NVIDIA 331 grafikus illesztőprogram telepítés Ubuntu Linuxon

Pár napja jelent meg az NVIDIA legújabb, 331.20-as verziószámot viselő, linuxos, grafikus illesztőprogramja, ami sok javítást és újdonságot tartalmaz.

Ez az írás megmutatja, hogyan telepítheted Ubuntura vagy Linux Mintre.

Változások listája angolul

  • Added support for NVIDIA OpenGL-based Framebuffer Capture (NvFBCOpenGL). This library provides a high performance, low latency interface to capture and optionally encode the composited framebuffer of an X screen. NvFBC and NvIFR are private APIs that are only available to approved partners for use in remote graphics scenarios. Please contact NVIDIA at GRIDteam@nvidia.com for more information.
  • Fixed a bug that prevented configuration files containing application profiles from being loaded when directories were present in the application profile configuration search path.
  • Deferred initialization of libselinux in the NVIDIA OpenGL driver, in order to avoid a problem where libselinux might not be ready when the NVIDIA libGL shared library is first loaded.
  • Fixed a bug that could lead to memory exhaustion in OpenGL applications running on 32-bit systems.
  • Added nvidia-uvm.ko, the NVIDIA Unified Memory kernel module, to the NVIDIA Linux driver package. This kernel module provides support for the new Unified Memory feature in an upcoming CUDA release.
  • Fixed a bug that caused the X server to fail to initialize when DisplayPort 1.2 monitors were assigned to separate X screens on the same GPU.
  • Fixed a bug that could cause a deadlock when forking from OpenGL programs which use some malloc implementations, such as TCMalloc.
  • Fixed a bug that prevented Warp & Blend settings from being retained across display configuration changes.
  • Fixed a bug that prevented some settings changes made via the nvidia-settings command line interface from being reflected in the nvidia-settings graphical user interface.
  • Fixed a bug in MetaMode tracking that could cause spurious error messages to be printed when attempting to add or delete Metamodes via NV-CONTROL.
  • Fixed a bug that caused the NVIDIA X driver to attempt to load the X11 "shadow" module unconditionally, even in situations where the driver had no need to use the module. This could result in the printing of spurious error messages, on X servers where the module was not present.
  • Fixed a bug that prevented display configuration changes made with xvidtune(1) from working correctly.
  • Fixed a bug that occasionally caused display corruption in GLX applications while changing the display configuration.
  • Fixed a bug that prevented glReadPixels from working correctly when reading from Pixel Buffer Objects over indirect rendering, when the image width is not a multiple of 4
  • stb

Telepítés

Először el kell távolítani az NVIDIA grafikus illesztőprogram telepített verzióját:

sudo apt-get purge nvidia-*

Fejezd be a grafikus munkamenetet a megfelelő paranccsal:

LightDM esetén (Ubuntu):

sudo service lightdm stop

Gnome GDM esetén:

sudo service gdm stop

MDM esetén (Linux Mint):

sudo service mdm stop

Töltsd le a rendszerednek megfelelő illesztőprogramot

32 bites rendszer esetén:

wget http://us.download.nvidia.com/XFree86/Linux-x86/331.20/NVIDIA-Linux-x86-331.20.run

64 bites rendszer esetén:

wget http://us.download.nvidia.com/XFree86/Linux-x86_64/331.20/NVIDIA-Linux-x86_64-331.20.run

Tedd futtathatóvá:

chmod +x NVIDIA-Linux-*-331.20.run

Futtasd a telepítőt:

sudo sh ~/Downloads/NVIDIA-Linux-*-331.20.run

Ez elindítja a telepítési folyamatot. A telepítés befejezéséhez kövesd a képernyőn megjelenő utasításokat. Ha végeztél, ne töröld a telepítő programot, mert az esetleges eltávolításhoz szükséged lehet még rá.

Eltávolítás

sudo sh ~/Downloads/NVIDIA-Linux-*-331.20.run --uninstall

Ugyanez PPA-ból

sudo add-apt-repository ppa:xorg-edgers/ppa
sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get install nvidia-331
Címkék: